Searched refs:fcn (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_clock.c127 * fcn: function to call
133 timeout_fcn_t fcn,
140 thread_call_func_delayed((thread_call_func_t)fcn, param, deadline);
146 * fcn: function to call
153 timeout_fcn_t fcn,
165 thread_call_func_delayed_with_leeway((thread_call_func_t)fcn, param, deadline, leeway, THREAD_CALL_DELAY_LEEWAY);
173 timeout_fcn_t fcn,
176 thread_call_func_cancel((thread_call_func_t)fcn, param, FALSE);
183 * fcn: function to call
189 timeout_fcn_t fcn,
132 timeout( timeout_fcn_t fcn, void *param, int interval) argument
152 timeout_with_leeway( timeout_fcn_t fcn, void *param, int interval, int leeway_interval) argument
172 untimeout( timeout_fcn_t fcn, void *param) argument
188 bsd_timeout( timeout_fcn_t fcn, void *param, struct timespec *ts) argument
206 bsd_untimeout( timeout_fcn_t fcn, void *param) argument
[all...]
/macosx-10.10/text_cmds-88/cut/
H A Dcut.c82 int (*fcn)(FILE *, const char *);
88 fcn = NULL;
135 fcn = f_cut;
137 fcn = MB_CUR_MAX > 1 ? c_cut : b_cut;
139 fcn = nflag && MB_CUR_MAX > 1 ? b_n_cut : b_cut;
145 rval |= fcn(stdin, "stdin");
155 fcn(fp, *argv);
163 rval = fcn(stdin, "stdin");
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dcut.c94 int (*fcn) __P((FILE *, char *)) = NULL;
97 fcn = NULL;
107 fcn = c_cut;
117 fcn = f_cut;
152 ch = (*fcn)(fp, list->word->word);
159 ch = (*fcn)(stdin, "stdin");
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_winmsi8 # identical portions have been factored into functions in s_winmsi.fcn.
12 # See the Usage() function in s_winmsi.fcn for a full list of options.
52 . ./winmsi/s_winmsi.fcn
/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dcmd.h80 int (*fcn)(cmd_t *, disk_t *, mbr_t *, mbr_t *, int); member in struct:_cmd_table_t
H A Duser.c203 st = cmd_table[i].fcn(&cmd, disk, mbr, tt, offset);
/macosx-10.10/Csu-85/
H A Dcrt.c147 extern int atexit(void (*fcn)(void));
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.h146 IOReturn createThread(IOThreadFunc fcn, void *arg);
H A DIOSerialBSDClient.cpp3454 createThread(IOThreadFunc fcn, void *arg)
3462 result = kernel_thread_start((thread_continue_t)fcn, arg, &thread);
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DregexpTestLib.tcl96 proc writeOutputFile {numLines fcn} {
104 puts $fileId "# Commands covered: $fcn"
106 puts $fileId "# This Tcl-generated file contains tests for the $fcn tcl command."
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DregexpTestLib.tcl96 proc writeOutputFile {numLines fcn} {
104 puts $fileId "# Commands covered: $fcn"
106 puts $fileId "# This Tcl-generated file contains tests for the $fcn tcl command."
/macosx-10.10/awk-20/src/
H A Drun.c228 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
231 Cell *y, *z, *fcn; local
234 fcn = execute(a[0]); /* the function itself */
235 s = fcn->nval;
236 if (!isfcn(fcn))
245 ndef = (int) fcn->fval; /* args in defn */
279 fp->fcncell = fcn;
285 y = execute((Node *)(fcn->sval)); /* execute body */
312 tempfree(fcn);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp190 IOThread IOCreateThread(IOThreadFunc fcn, void *arg) argument
195 result = kernel_thread_start((thread_continue_t)fcn, arg, &thread);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecPolicyServer.c2546 SecPolicyCheckFunction fcn = (SecPolicyCheckFunction)
2549 if (!fcn) {
2573 fcn(pvc, (CFStringRef)key);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c3565 const char *fcn = "???"; local
3603 fcn = "DNSServiceGetAddrInfo";
3616 fcn = "DNSServiceQueryRecord";
3643 fcn,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dconfigure5821 (*arg2) (1, 2); /* check call of fcn returning void */

Completed in 229 milliseconds