Home
last modified time | relevance | path

Searched refs:shortopts (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/nvmecontrol/
H A Dcomnd.c178 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 Dmd5.c425 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 Dmain.c62 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 Dxattrtest.c53 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 Ddaemon.c122 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()