HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 51 - 75 of 587) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/c-ares/
ares_getopt.c 55 char *optarg; /* argument associated with option */ variable
99 optarg = NULL;
105 optarg = place;
117 optarg = nargv[optind];
  /external/libnl/src/
nl-fib-lookup.c 57 table = strtoul(optarg, NULL, 0);
60 fwmark = strtoul(optarg, NULL, 0);
63 scope = strtoul(optarg, NULL, 0);
66 tos = strtoul(optarg, NULL, 0);
nl-neigh-add.c 90 case 'a': ok++; nl_cli_neigh_parse_dst(neigh, optarg); break;
91 case 'l': nl_cli_neigh_parse_lladdr(neigh, optarg); break;
92 case 'd': nl_cli_neigh_parse_dev(neigh, link_cache, optarg); break;
93 case ARG_STATE: nl_cli_neigh_parse_state(neigh, optarg); break;
nl-qdisc-delete.c 103 case 'd': nl_cli_qdisc_parse_dev(qdisc, link_cache, optarg); break;
104 case 'p': nl_cli_qdisc_parse_parent(qdisc, optarg); break;
105 case 'H': nl_cli_qdisc_parse_handle(qdisc, optarg); break;
106 case 'k': nl_cli_qdisc_parse_kind(qdisc, optarg); break;
  /external/libpcap/Win32/Src/
getopt.c 46 char *optarg; /* argument associated with option */ variable
98 optarg = NULL;
104 optarg = place;
116 optarg = nargv[optind];
  /external/mesa3d/src/getopt/
getopt.h 70 extern char *optarg; /* getopt(3) external variables */
  /external/minijail/
minijail0.c 175 set_user(j, optarg);
178 set_group(j, optarg);
188 if (strlen(optarg) >= path_max) {
192 filter_path = strndup(optarg, path_max);
207 add_binding(j, optarg);
211 use_caps(j, optarg);
219 if (0 != minijail_enter_chroot(j, optarg)) {
226 add_mount(j, optarg);
235 if (0 != minijail_enter_pivot_root(j, optarg)) {
243 if (0 != minijail_write_pid_file(j, optarg)) {
    [all...]
  /external/selinux/secilc/
secilc.c 124 if (!strcmp(optarg, "selinux")) {
126 } else if (!strcmp(optarg, "xen")) {
129 fprintf(stderr, "Unknown target: %s\n", optarg);
134 if (!strcasecmp(optarg, "true") || !strcasecmp(optarg, "1")) {
136 } else if (!strcasecmp(optarg, "false") || !strcasecmp(optarg, "0")) {
145 policyvers = strtol(optarg, &endptr, 10);
146 if (errno != 0 || endptr == optarg || *endptr != '\0') {
147 fprintf(stderr, "Bad policy version: %s\n", optarg);
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt1.c 126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */

Completed in 746 milliseconds

1 23 4 5 6 7 8 91011>>