| /src/usr.bin/crunch/crunchgen/ |
| crunchgen.c | 77 char *srcdir, *objdir; member in struct:prog 411 p2->ident = p2->srcdir = p2->objdir = NULL; 486 if (!strcmp(argv[2], "objdir")) { 489 p->objdir = estrdup(argv[3]); 618 if (!p->objdir && p->srcdir && useobjs) { 622 p->objdir = strdup(path); 624 if (!p->objdir) { 627 p->objdir = strdup(path); 629 if (!p->objdir) { 632 p->objdir = strdup(path) 648 char *objdir; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 184 DString objdir; // .obj/.lib file output directory member in struct:FeatureState::Param
|
| /src/usr.bin/make/ |
| main.c | 128 static bool enterFlagObj; /* -w and objdir != srcdir */ 139 static char objdir[MAXPATHLEN + 1]; /* where we chdir'ed to */ variable 754 snprintf(objdir, sizeof objdir, "%s", path); 755 Global_Set(".OBJDIR", objdir); 756 setenv("PWD", objdir, 1); 759 if (opts.enterFlag && strcmp(objdir, curdir) != 0) 1039 * Find the .OBJDIR. If MAKEOBJDIRPREFIX, or failing that, MAKEOBJDIR is set 1497 /* In particular suppress .depend for '-r -V .OBJDIR -f /dev/null' * [all...] |