Searched refs:must_exist (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 236 extern elfeditGC_cmd_t *elfedit_find_command(const char *name, int must_exist, 240 extern elfeditGC_module_t *elfedit_load_module(const char *name, int must_exist, 242 extern void elfedit_load_moddir(const char *dirpath, int must_exist,
|
H A D | elfedit.c | 1523 load_module_dlopen(const char *path, MODLIST_T *moddef, int must_exist) in load_module_dlopen() argument 1532 if (!must_exist) { in load_module_dlopen() 1727 elfedit_load_module(const char *name, int must_exist, int allow_abs) in elfedit_load_module() argument 1782 hdl = load_module_dlopen(name, moddef, must_exist); in elfedit_load_module() 1795 if (must_exist && (hdl == NULL)) in elfedit_load_module() 1975 elfedit_load_moddir(const char *dirpath, int must_exist, int abs_path) in elfedit_load_moddir() argument 1986 if (!must_exist && (err == ENOENT)) in elfedit_load_moddir() 2003 (void) elfedit_load_module(path, must_exist, 1); in elfedit_load_moddir() 2074 elfedit_find_command(const char *name, int must_exist, in elfedit_find_command() argument 2095 if (must_exist) in elfedit_find_command() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 446 (char *filename, bool must_exist, bool check_prot, bool priv) in options_from_file() argument 448 (filename, must_exist, check_prot, priv) in options_from_file() 450 bool must_exist; 479 if (!must_exist && err == ENOENT)
|
H A D | pppd.h | 422 extern pid_t run_program __P((char *prog, char **args, int must_exist, 648 extern int options_from_file __P((char *filename, bool must_exist,
|
H A D | main.c | 2021 run_program(prog, args, must_exist, done, arg) in run_program() argument 2024 int must_exist; 2041 if (must_exist || errno != ENOENT) 2102 if (must_exist || errno != ENOENT) {
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | read.cc | 94 …lean chase_path, register Boolean doname_it, Boolean complain, Boolean must_exist, Boolean report_… in read_simple_file() argument 247 if (must_exist) { in read_simple_file() 297 if (must_exist) { in read_simple_file()
|
H A D | main.cc | 2741 read_makefile(register Name makefile, Boolean complain, Boolean must_exist, Boolean report_file) in read_makefile() argument 2749 must_exist, report_file, false); in read_makefile()
|
/titanic_44/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 372 …lean chase_path, register Boolean doname_it, Boolean complain, Boolean must_exist, Boolean report_…
|