Searched refs:long_options (Results 1 - 4 of 4) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dhcsmakeimage.c53 static struct option long_options[] = local
79 opt_result = getopt_long ( argc, argv, "m:j:n:f:i:o:vh", long_options, &option_index );
H A Dimagetag_cmdline.c791 static struct option long_options[] = { local
823 c = getopt_long (argc, argv, "hVi:f:o:b:c:s:n:v:a:m:k:l:e:y:1:2:r:p:", long_options, &option_index);
1058 if (strcmp (long_options[option_index].name, "cfe") == 0)
1072 else if (strcmp (long_options[option_index].name, "altinfo") == 0)
1086 else if (strcmp (long_options[option_index].name, "root-first") == 0)
1098 else if (strcmp (long_options[option_index].name, "second-image-flag") == 0)
1112 else if (strcmp (long_options[option_index].name, "inactive") == 0)
1126 else if (strcmp (long_options[option_index].name, "reserved2") == 0)
1140 else if (strcmp (long_options[option_index].name, "kernel-file-has-header") == 0)
1152 else if (strcmp (long_options[option_inde
[all...]
H A Dmkhilinkfw.c92 static struct option long_options[] = { local
101 long_options, &option_index);
/openwrt/tools/flock/src/
H A Dflock.c47 static const struct option long_options[] = { variable in typeref:struct:option
149 while ( (opt = getopt_long(argc, argv, "+sexnouw:hV?", long_options, &ix)) != EOF ) {

Completed in 91 milliseconds