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 = MKSH_UNIXROOT "/bin" MKSH_PATHSEPS
328 * Set PATH to def_path (will set the path global variable).
333 setstr(vp, def_path, KSH_RETURN_ERROR);
    [all...]
exec.c 1204 (flags & FC_DEFPATH) ? def_path : path,
    [all...]
sh.h 1324 EXTERN const char *def_path; \/* path to use if PATH not set *\/ variable
    [all...]
var.c 1393 strdupx(path, def_path, APERM);
    [all...]

Completed in 236 milliseconds