Searched refs:shortopts (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sbin/nvmecontrol/ |
| H A D | comnd.c | 178 char *shortopts, *p; in arg_parse() local 190 p = shortopts = malloc((2 * n + 3) * sizeof(char)); in arg_parse() 191 if (shortopts == NULL) in arg_parse() 212 while ((ch = getopt_long(argc, argv, shortopts, lopts, &idx)) != -1) { in arg_parse() 266 free(shortopts); in arg_parse() 274 free(shortopts); in arg_parse() 279 free(shortopts); in arg_parse()
|
| /freebsd/sbin/md5/ |
| H A D | md5.c | 425 const char *shortopts; in main() local 461 shortopts = perl_shortopts; in main() 475 shortopts = gnu_shortopts; in main() 481 shortopts = bsd_shortopts; in main() 497 while ((opt = getopt_long(argc, argv, shortopts, longopts, NULL)) != opt_end) in main()
|
| /freebsd/usr.bin/m4/ |
| H A D | main.c | 62 static const char *shortopts = "+D:d::EGgI:o:Pst:U:"; variable 207 while ((c = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) in main()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | xattrtest.c | 53 static const char shortopts[] = "hvycdn:f:x:s:p:t:e:rRko:"; variable 137 while ((c = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) { in parse_args()
|
| /freebsd/usr.sbin/daemon/ |
| H A D | daemon.c | 122 static const char shortopts[] = "+cfHSp:P:ru:o:M:s:l:t:m:R:T:C:h"; variable 213 while ((ch = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) { in main()
|