Searched refs:defer (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libcmd/
H A Dgetconf.c173 goto defer;
210 goto defer;
217 goto defer;
270 goto defer;
287 defer:
290 * defer to argv[0] if absolute and it exists
297 * defer to the first getconf on $PATH that is also on the standard PATH
372 * defer to the first getconf on the standard PATH
390 error(4, "%s: unknown name -- no native getconf(1) to defer to", name);
392 error(4, "no native getconf(1) to defer t
[all...]
/ast/src/cmd/std/
H A Dlocale.c471 static const char defer[] = "/usr/bin/locale"; variable
1036 return execv(defer, argv);
1178 cmd[0] = (char*)defer;
1181 procrun(defer, cmd, 0);

Completed in 9 milliseconds