HomeSort by relevance Sort by last modified time
    Searched refs:def_path (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
main.c 305 def_path = _PATH_DEFPATH;
310 def_path = cp;
321 def_path = "/bin:/usr/bin:/sbin:/usr/sbin";
325 * Set PATH to def_path (will set the path global variable).
330 setstr(vp, def_path, KSH_RETURN_ERROR);
    [all...]
exec.c 1164 (flags & FC_DEFPATH) ? def_path : path,
    [all...]
var.c 1385 strdupx(path, def_path, APERM);
    [all...]
sh.h 1270 EXTERN const char *def_path; \/* path to use if PATH not set *\/ variable
    [all...]

Completed in 172 milliseconds