Searched refs:FUNC (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dautoload86 for FUNC in $args ; do
95 if [ -f $1/$FUNC ] ; then
102 echo "$FUNC: autoload function not found" >&2
106 # echo auto-loading $FUNC from $1/$FUNC
107 aload $FUNC $1/$FUNC
H A Dautoload.v2171 for FUNC ; do
174 if [ -f ${fp[i]}/$FUNC ] ; then
181 echo "autoload: $FUNC: autoload function not found" >&2
186 # echo auto-loading $FUNC from ${fp[i]}/$FUNC
187 _aload $FUNC ${fp[i]}/$FUNC
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_sha1.c78 #define FUNC(n,i) \ macro
127 FUNC(1, 0); FUNC(1, 1); FUNC(1, 2); FUNC(1, 3); FUNC(1, 4);
128 FUNC(1, 5); FUNC(1, 6); FUNC(1, 7); FUNC(
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/crypto/
H A Dapr_sha1.c78 #define FUNC(n,i) \ macro
127 FUNC(1, 0); FUNC(1, 1); FUNC(1, 2); FUNC(1, 3); FUNC(1, 4);
128 FUNC(1, 5); FUNC(1, 6); FUNC(1, 7); FUNC(
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dwarn.c93 #define FUNC(ETEXT, CODE, LEVEL) \ macro
135 FUNC(1, code, 1);
169 FUNC(0, 0, 1);
215 FUNC(1, code, 0);
256 FUNC(0, 0, 0);
333 FUNC(0, 0, 0);
/macosx-10.9.5/awk-18/src/
H A Dytab.h84 FUNC = 300, enumerator in enum:yytokentype
181 #define FUNC 300 macro
H A Dytabh.bak73 FUNC = 299,
168 #define FUNC 299
H A Dlex.c62 { "func", FUNC, FUNC },
63 { "function", FUNC, FUNC },
470 case FUNC:
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
H A Dytab.c111 FUNC = 300, enumerator in enum:yytokentype
208 #define FUNC 300 macro
732 "CLOSE", "CONTINUE", "DELETE", "DO", "EXIT", "FOR", "FUNC", "SUB",
H A Dytabc.bak97 FUNC = 299,
192 #define FUNC 299
596 "DELETE", "DO", "EXIT", "FOR", "FUNC", "SUB", "GSUB", "IF", "INDEX",
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Ddgux.h250 #define signal(SIG,FUNC) berk_signal(SIG,FUNC)
/macosx-10.9.5/bind9-45.100/bind9/util/
H A Dmksymtbl.pl63 if (/\[\d*\]\s*\|\s*0x([0-9a-f]*)\|\s*0x[0-9a-f]*\|FUNC\s*(.*)\|([^|]+)$/) {
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DPoll.c118 #define LogErr( err, FUNC ) LogMsg( "%s:%d - %s failed: %d\n", __FUNCTION__, __LINE__, FUNC, err );
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Ddlx-dis.c35 #define FUNC(x) (x & 0x7FF) macro
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/sha/
H A Dsha.c37 #define FUNC(n,i) \ macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmath.c161 #define FUNC 52 macro
169 * CID (identifier with '#'), FUNC (math function)
217 /* CID POWEREQ FUNC */
226 * CID (identifier with '#'), FUNC (math function)
273 /* CID POWEREQ FUNC */
784 return (func ? FUNC : (cct ? CID : ID));
1432 case FUNC:
H A Dhashtable.c985 {{NULL, "function", 0}, FUNC},
H A Dzsh.h292 FUNC, /* function */ enumerator in enum:lextok
H A Dparse.c847 case FUNC:
/macosx-10.9.5/CF-855.17/
H A DCFNumberFormatter.c436 #define FORMAT_FLT(T, FUNC) \
443 used = FUNC(formatter->_nf, value, ubuffer + 1, cnt, NULL, &status); \
448 used = FUNC(formatter->_nf, value, ustr + 1, cnt, NULL, &status); \

Completed in 238 milliseconds