Home | History | Annotate | Download | only in opcodes

Lines Matching defs:srcdir

1296   {"srcdir",  required_argument, NULL, OPTION_SRCDIR},
1313 fprintf (stream, "Usage: %s [-V | --version] [-d | --debug] [--srcdir=dirname] [--help]\n",
1322 char *srcdir = NULL;
1333 srcdir = optarg;
1353 if (srcdir != NULL)
1354 if (chdir (srcdir) != 0)
1356 srcdir, xstrerror (errno));