Searched refs:shortopts (Results 1 – 7 of 7) 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 | 406 const char *shortopts; in main() local 442 shortopts = perl_shortopts; in main() 456 shortopts = gnu_shortopts; in main() 462 shortopts = bsd_shortopts; in main() 478 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 206 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 | 52 static const char shortopts[] = "hvycdn:f:x:s:p:t:e:rRko:"; variable 136 while ((c = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) { in parse_args()
|
/freebsd/usr.sbin/daemon/ |
H A D | daemon.c | 121 static const char shortopts[] = "+cfHSp:P:ru:o:s:l:t:m:R:T:C:h"; variable 208 while ((ch = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) { in main()
|
/freebsd/contrib/diff/src/ |
H A D | diff.c | 139 static char const shortopts[] = variable 279 while ((c = getopt_long (argc, argv, shortopts, longopts, 0)) != -1) in main()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 775 (shortopts): New constant.
|