OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
1140
(flags & FC_DEFPATH) ?
def_path
: path,
[
all
...]
var.c
1361
strdupx(path,
def_path
, APERM);
[
all
...]
sh.h
1265
EXTERN const char *
def_path
; \/* path to use if PATH not set *\/
variable
[
all
...]
Completed in 489 milliseconds