Searched refs:no_dir (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cppinit.c | 1189 #define no_dir N_("directory name missing after %s") macro 1199 DEF_OPT("I", no_dir, OPT_I) \ 1201 DEF_OPT("idirafter", no_dir, OPT_idirafter) \ 1205 DEF_OPT("isysroot", no_dir, OPT_isysroot) \ 1206 DEF_OPT("isystem", no_dir, OPT_isystem) \ 1207 DEF_OPT("iwithprefix", no_dir, OPT_iwithprefix) \ 1208 DEF_OPT("iwithprefixbefore", no_dir, OPT_iwithprefixbefore)
|
| D | ChangeLog.3 | 11112 * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
|
| /openbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 1318 char *no_dir = strrchr(argv[0], '/'); in do_spawn_ve() local 1322 if (no_dir) { in do_spawn_ve() 1323 argv[0] = no_dir + 1; in do_spawn_ve()
|