Home
last modified time | relevance | path

Searched refs:fcn (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink-private/
Dutils.h70 #define _nl_auto(fcn) __attribute__ ((__cleanup__(fcn))) argument
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_DefinitionsTest64 dummyvar = fcn;
/external/one-true-awk/
Drun.c235 Cell *y, *z, *fcn; in call() local
238 fcn = execute(a[0]); /* the function itself */ in call()
239 s = fcn->nval; in call()
240 if (!isfcn(fcn)) in call()
249 ndef = (int) fcn->fval; /* args in defn */ in call()
282 frp->fcncell = fcn; in call()
288 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
315 tempfree(fcn); in call()
/external/one-true-awk/testdir/
DT.misc110 grep "can't use function foo" foo >/dev/null || echo 1>&2 "BAD: T.misc fcn args"
/external/python/cpython2/Misc/
Dcheatsheet823 -Try to write to "a" -> creates "a" local to fcn
1339 exitfunc User can set to a parameterless fcn. It will getcalled
2187 if <arg> is function object, break on entry to fcn <arg>