Searched refs:iskey (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c1197 set_ifunit(iskey)
1198 int iskey;
1202 script_setenv("IFNAME", ifname, iskey);
1203 if (iskey) {
2538 script_setenv(var, value, iskey)
2540 int iskey;
2553 The byte before the string is used to store the "iskey" value.
2560 *newstring++ = iskey;
2574 /* see comment about how "iskey" is stored */
2581 if (iskey
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_ident.c68 int i, compat, mismatch, arglimit, iskey; local
73 iskey = idp->di_kind == DT_IDENT_ARRAY || idp->di_kind == DT_IDENT_AGG;
89 argc, iskey ? "key" : "arg", argc == 1 ? " " : "s ",
105 iskey ? "key" : "argument", i + 1,
108 iskey ? "key" : "argument",
/macosx-10.9.5/ruby-104/ruby/
H A Dprocess.c1449 check_exec_redirect_fd(VALUE v, int iskey) argument
1482 else if (fd >= 3 && iskey) {

Completed in 100 milliseconds