HomeSort by: relevance | last modified time | path
    Searched refs:objpaths (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/crunch/crunchgen/
crunchgen.c 78 strlst_t *objs, *objpaths; member in struct:prog
412 p2->objs = p2->objpaths = p2->links = p2->keepsymbols = NULL;
500 if (!strcmp(argv[2], "objpaths")) {
503 add_string(&p->objpaths, argv[i]);
647 if (!p->objpaths && p->objs) {
655 add_string(&p->objpaths, line);
663 if (!p->objpaths) {
665 "%s: %s: error: no objpaths specified or calculated.\n",
791 if (p->objpaths) {
792 fprintf(cachef, "special %s objpaths", p->name)
    [all...]
  /src/usr.bin/crunch/examples/
really-big.conf 109 # the individual programs. The solution would be to specify the objpaths
111 # objpaths.
142 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lex.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-pragma.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-decl.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-typeck.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-convert.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-aux-info.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-iterate.o /usr/src/gnu/usr.bin/gcc2/common/obj/libcc1.a

Completed in 11 milliseconds