Searched refs:WaitTime (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dprotocol.defs88 WaitTime _waitTimeout : natural_t
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dglobal.h79 extern string_t WaitTime;
H A Dglobal.c78 string_t WaitTime = strNULL; variable
H A Dparser.y201 | WaitTime sySemi
303 WaitTime : LookString syWaitTime syString label
305 WaitTime = $3;
307 printf("WaitTime %s\n\n", WaitTime);
311 WaitTime = strNULL;
H A Droutine.c202 printf("WaitTime");
853 warn("multiple WaitTime/SendTime type args in %s; %s won't be used", rt->rtName, rt->rtWaitTime->argName);
860 warn("SendTime type argument after a WaitTime in %s; SendTime %s won't be used", rt->rtName, arg->argName);
1345 * Adds a dummy WaitTime argument to the function.
1347 * it implements the global WaitTime statement.
1356 arg->argName = "dummy WaitTime arg";
1676 /* Add dummy WaitTime and MsgOption arguments, if the routine
1692 if (WaitTime != strNULL)
1693 rtAddWaitTime(rt, WaitTime, akeWaitTime);
/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_ipc.defs54 WaitTime timeout: natural_t;

Completed in 169 milliseconds