/src/lib/libutil/ |
getmntopts.c | 130 size_t nopts; local in function:getmntopts 133 for (nopts = 0, m = m0; m->m_option != NULL; ++m, nopts++) 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) {
|
getmntopts.c | 130 size_t nopts; local in function:getmntopts 133 for (nopts = 0, m = m0; m->m_option != NULL; ++m, nopts++) 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) {
|
/src/games/worms/ |
worms.c | 78 int nopts; member in struct:options 532 switch (op->nopts) { 542 op->opts[(int)random() % op->nopts];
|
worms.c | 78 int nopts; member in struct:options 532 switch (op->nopts) { 542 op->opts[(int)random() % op->nopts];
|
/src/lib/libc/stdlib/ |
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 143 nopts = opt_end - panonopt_end; 144 ncycle = gcd(nnonopts, nopts); 154 pos += nopts;
|
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 143 nopts = opt_end - panonopt_end; 144 ncycle = gcd(nnonopts, nopts); 154 pos += nopts;
|
/src/usr.bin/unzip/ |
unzip.c | 1064 int nopts; local in function:main 1080 nopts = getopts(argc, argv); 1082 if (argc <= nopts) 1084 zipfile = argv[nopts++]; 1089 while (nopts < argc && *argv[nopts] != '-') 1090 add_pattern(&include, argv[nopts++]); 1092 nopts--; /* fake argv[0] */ 1093 nopts += getopts(argc - nopts, argv + nopts) [all...] |
unzip.c | 1064 int nopts; local in function:main 1080 nopts = getopts(argc, argv); 1082 if (argc <= nopts) 1084 zipfile = argv[nopts++]; 1089 while (nopts < argc && *argv[nopts] != '-') 1090 add_pattern(&include, argv[nopts++]); 1092 nopts--; /* fake argv[0] */ 1093 nopts += getopts(argc - nopts, argv + nopts) [all...] |