Lines Matching refs:name
50 char *name;
186 else puts(sizeof(long)==4 && !strcmp(c->name, "LFS_CFLAGS") ?
196 char *name, *path = (toys.optc==2) ? toys.optargs[1] : "/",
204 printf("%-34s ", c->name);
214 for (j = 0; j<lens[i]; j++) printf(" %s\n", configs[i][j].name);
220 name = *toys.optargs;
223 if (!strcmp("CS_PATH", name)) name += 3;
228 if (i==5) error_exit("bad '%s'", name);
230 if (!strcmp(c->name, name)) break;
235 if (toys.optc!=2) help_exit("%s needs a path", name);
236 } else if (toys.optc!=1) help_exit("%s does not take a path", name);