Sponsored Content
Top Forums Shell Programming and Scripting Returning the name of function used Post 302325544 by kingpin2502 on Monday 15th of June 2009 12:29:20 PM
Old 06-15-2009
Thank you. I'll have a look at that now. Must admit, I've asked around my office too but no one has any ideas on whether its even possible.

Rgds
 

10 More Discussions You Might Find Interesting

1. Programming

string returning function

I have two string returning function in ESQL/C char *segment_name(lbuffer) char *lbuffer; {..... and char *get_bpdvalue(f_name) char *f_name; {...... both declared above main() char *get_bpdvalue(); char *segment_name(); my problem is segment_name works on sprintf and strcpy... (5 Replies)
Discussion started by: jisc
5 Replies

2. Programming

create a thread from a returning function

hi all, my requirement is to create a thread by calling another function. i.e i dont call pthread_create directly from main, but by calling another function (createThd - below ), from main. Example: void *thread_function(void *arg) { /* thread function */ int i; rc =... (3 Replies)
Discussion started by: wolwy_pete
3 Replies

3. Shell Programming and Scripting

returning from a function

Hi all, I am very new to BASH shell programming. I need to return an integer from a function to the caller function. I did this: but it keeps giving me wrong return: Can someone help me out here, please? Thanks (2 Replies)
Discussion started by: alirezan
2 Replies

4. Programming

returning multiple values from a function in C

hi how can I return multiple values from a C function. I tried the following: #include <stdio.h> void foo(int id, char *first_name, char *last_name) { /* this is just an example to illustrate my problem... real code makes use of the "id" parameter. */ first_name = (char... (8 Replies)
Discussion started by: Andrewkl
8 Replies

5. Shell Programming and Scripting

[Bash]Function returning a boolean

Hello all, I would like to know if it is possible to return a the result of a boolean expression from a function like this function() { # some code return || } and what will be the return value ? Thank you for help. (6 Replies)
Discussion started by: dolphin06
6 Replies

6. Programming

Function Returning Value w/o return stmt

I am working on a C/Unix application from last 2 years which communicates with other systems using proprietary format of my client. We have a function written in C which returns integer, which is response from other system to the request message initiated by my system. This return value is then... (1 Reply)
Discussion started by: dpmore
1 Replies

7. Programming

segmentation fault while returning from function.

I am working on the application in which I have to fetch values from the database and paste in url and send it to portal. table=get_result("SELECT serialno,cas,Mode,FLC,TLC,location,CompName,CompCode,FG,FC,DispNo,TruckNo,LWbill,RRGPN,INVNO,DCN,RQTY,DQTY,SQTY,DDATE,RDATE,SDATE,TTIME FROM... (1 Reply)
Discussion started by: er.rohan88
1 Replies

8. Programming

Function Returning Pointer

Hi guys. how a functions such fdopen, ... can return pointer? are these functions use static memory(variables)? (6 Replies)
Discussion started by: majid.merkava
6 Replies

9. Programming

Function main returning int?

H friends, As we know, a function returns a value and that value is saved somwhere. like int Sum( int x, int y ) { return x + y; } Total = Sum( 10, 20 ); The value 30 is saved in variable Total. Now the question is, what int value does the function main return, and where is it... (5 Replies)
Discussion started by: gabam
5 Replies

10. Programming

Malloc function returning NULL

Hi All, I am using malloc function for allocating dynamic memory. When I am using below code on Linux server its working fine, but When I am trying the same code on HP UNIX server its returning NULL. below is a fragment of code in which it is giving problem. tmp = (format_tree... (4 Replies)
Discussion started by: Taher Saifuddin
4 Replies
GEIER(1)							   User Commands							  GEIER(1)

NAME
geier - Command line interface to the Geier library SYNOPSIS
geier [OPTION...] [FILE]... DESCRIPTION
Command line interface to the Geier library (libgeier), allowing to validate, apply stylesheets, digitally sign and send Elster XML docu- ments. -d, --dry-run Don't send the Elster XML document to the inland revenue office for further processing. This is, if you want to just check the doc- ument for validity (against the schema files), apply the corresponding stylesheet, etc. supply this option. --dump=FILE Write the result which we have received from the inland revenue office to the file FILE (right after decryption). This might be useful, if you want to keep a copy of the result somewhere and provided the --xsltify command line argument. -e, --encrypt-only Only encrypt the provided Elster XML document. Nothing more. This is mainly for testing purposes, as you will not be able to decrypt the document (since it is public key encrypted). If you transfer the result manually, you will not be able to decrypt the result either, since it is encrypted symetrically and you do not get the needed key back. -s, --softpse=FILE Digitally sign the document using software certificates. The file with the provided name is expected to contain a PKCS#12 certifi- cate container from which the private key as well as the certificate needed for signing will be extracted. If you supply this option, you will be asked to enter the container's PIN code later on. -v, --validate Try to validate the document against the schema files, provided by Germany's inland revenue office, right after parsing. In case the document cannot be validated, complain and abort before any further processing. -x, --xsltify Apply the stylesheet, suitable for this type of Elster XML document, to the document itself in order to generate XHTML output. In case you have chosen to send the document to the inland revenue office, the result we got back will be mangled. If you have pro- vided the --dry-run switch, the stylesheet will be applied against the provided document itself. You most probably want to use this option, if you would like to have a somewhat printable protocol after transmitting your data. -?, --help Give this help list. --usage Give a short usage message. -V, --version Print program version. Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Please mind that libgeier is currently very much in alpha alike state, therefore please do not expect a tool working perfectly right now. COPYRIGHT
Copyright (C) 2005 Stefan Siegl <stesie@brokenpipe.de>, Germany This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Geier Command Line Interface November 2005 GEIER(1)
All times are GMT -4. The time now is 06:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy