HomeSort by relevance Sort by last modified time
    Searched refs:newopts (Results 1 - 8 of 8) sorted by null

  /external/libcups/cups/
ppd-conflicts.c 179 cups_option_t *newopts; /* New options */ local
211 newopts = NULL;
215 num_newopts, &newopts);
217 num_newopts = cupsAddOption(option, choice, num_newopts, &newopts);
230 (active = ppd_test_constraints(ppd, NULL, NULL, num_newopts, newopts,
342 num_newopts, newopts,
361 &newopts);
404 newopts)) == NULL)
410 newopts)) == NULL)
411 value = cupsGetOption("PageRegion", num_newopts, newopts);
    [all...]
  /external/iproute2/tc/
m_xt_old.c 93 merge_options(struct option *oldopts, const struct option *newopts,
100 for (num_new = 0; newopts[num_new].name; num_new++);
107 merge[num_old + i] = newopts[i];
m_ipt.c 107 merge_options(struct option *oldopts, const struct option *newopts,
114 for (num_new = 0; newopts[num_new].name; num_new++);
121 merge[num_old + i] = newopts[i];
  /external/openssh/
monitor_wrap.c 248 ServerOptions *newopts; local
280 newopts = buffer_get_string(&m, &len);
281 if (len != sizeof(*newopts))
285 if (newopts->x != NULL) \
286 newopts->x = buffer_get_string(&m, NULL); \
289 for (i = 0; i < newopts->nx; i++) \
290 newopts->x[i] = buffer_get_string(&m, NULL); \
297 copy_set_server_options(&options, newopts, 1);
298 free(newopts);
  /external/iptables/iptables/
xtables-eb.c 350 const struct option *newopts,
356 if (!newopts || !oldopts || !options_offset)
359 for (num_new = 0; newopts[num_new].name; num_new++);
369 merge[num_old + i] = newopts[i];
    [all...]
  /external/iproute2/include/
xtables.h 428 struct option *oldopts, const struct option *newopts,
  /external/iptables/include/
xtables.h 461 struct option *oldopts, const struct option *newopts,
  /external/iptables/libxtables/
xtables.c 104 const struct option *newopts,
110 if (newopts == NULL)
116 for (num_new = 0; newopts[num_new].name; num_new++) ;
136 memcpy(mp, newopts, sizeof(*mp) * num_new);
    [all...]

Completed in 343 milliseconds