Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 6 of 6) sorted by relevance

/third_party/uapp/mkfs-msdosfs/
A Dnewfs_msdos.c84 o.offset = argtooff(optarg, "offset"); in main()
90 o.bootstrap = optarg; in main()
96 if (strcmp(optarg, "12") && strcmp(optarg, "16") && in main()
97 strcmp(optarg, "32")) in main()
98 errx(1, "%s: bad FAT type", optarg); in main()
99 o.fat_type = atoi(optarg); in main()
102 o.volume_id = argto4(optarg, 0, "volume ID"); in main()
106 o.volume_label = optarg; in main()
109 o.OEM_string = optarg; in main()
112 o.disk_size = argtooff(optarg, "disk size"); in main()
[all …]
/third_party/ulib/musl/src/misc/
A Dgetopt.c9 char* optarg; variable
40 optarg = argv[optind++]; in getopt()
87 optarg = 0; in getopt()
96 optarg = argv[optind++] + optpos; in getopt()
A Dgetopt_long.c57 optarg = 0; in __getopt_long_core()
91 optarg = opt + 1; in __getopt_long_core()
93 if (!(optarg = argv[optind])) { in __getopt_long_core()
/third_party/ulib/musl/include/
A Dgetopt.h8 extern char* optarg;
A Dunistd.h118 extern char* optarg;
/third_party/ulib/musl/
A DWHATSNEW1429 - always set optarg in getopt_long

Completed in 9 milliseconds