getopt_long        50 lib/getopt.in.h # define getopt_long __GETOPT_ID (getopt_long)
getopt_long       208 lib/getopt.in.h extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
getopt_long       106 lib/getopt1.c        c = getopt_long (argc, argv, "abc:d:0123456789",
getopt_long        72 src/lzmainfo/lzmainfo.c 	while ((c = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
getopt_long       143 src/xz/args.c  	while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
getopt_long       114 src/xzdec/xzdec.c 	while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))