Home
last modified time | relevance | path

Searched refs:newopts (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dppd-conflicts.c178 cups_option_t *newopts; /* New options */ in cupsResolveConflicts() local
210 newopts = NULL; in cupsResolveConflicts()
214 num_newopts, &newopts); in cupsResolveConflicts()
216 num_newopts = cupsAddOption(option, choice, num_newopts, &newopts); in cupsResolveConflicts()
229 (active = ppd_test_constraints(ppd, NULL, NULL, num_newopts, newopts, in cupsResolveConflicts()
341 num_newopts, newopts, in cupsResolveConflicts()
360 &newopts); in cupsResolveConflicts()
403 newopts)) == NULL) in cupsResolveConflicts()
409 newopts)) == NULL) in cupsResolveConflicts()
410 value = cupsGetOption("PageRegion", num_newopts, newopts); in cupsResolveConflicts()
[all …]
/external/openssh/
Dmonitor_wrap.c248 ServerOptions *newopts; in mm_getpwnamallow() local
280 newopts = buffer_get_string(&m, &len); in mm_getpwnamallow()
281 if (len != sizeof(*newopts)) in mm_getpwnamallow()
285 if (newopts->x != NULL) \ in mm_getpwnamallow()
286 newopts->x = buffer_get_string(&m, NULL); \ in mm_getpwnamallow()
289 for (i = 0; i < newopts->nx; i++) \ in mm_getpwnamallow()
290 newopts->x[i] = buffer_get_string(&m, NULL); \ in mm_getpwnamallow()
297 copy_set_server_options(&options, newopts, 1); in mm_getpwnamallow()
298 free(newopts); in mm_getpwnamallow()
/external/iproute2/tc/
Dm_xt_old.c93 merge_options(struct option *oldopts, const struct option *newopts, in merge_options() argument
100 for (num_new = 0; newopts[num_new].name; num_new++) ; in merge_options()
107 merge[num_old + i] = newopts[i]; in merge_options()
Dm_ipt.c174 merge_options(struct option *oldopts, const struct option *newopts, in merge_options() argument
181 for (num_new = 0; newopts[num_new].name; num_new++) ; in merge_options()
188 merge[num_old + i] = newopts[i]; in merge_options()
/external/iptables/iptables/
Dxtables-eb.c350 const struct option *newopts, in merge_options() argument
356 if (!newopts || !oldopts || !options_offset) in merge_options()
359 for (num_new = 0; newopts[num_new].name; num_new++); in merge_options()
369 merge[num_old + i] = newopts[i]; in merge_options()
/external/iproute2/include/
Dxtables.h428 struct option *oldopts, const struct option *newopts,
/external/iptables/libxtables/
Dxtables.c104 const struct option *newopts, in xtables_merge_options() argument
110 if (newopts == NULL) in xtables_merge_options()
116 for (num_new = 0; newopts[num_new].name; num_new++) ; in xtables_merge_options()
136 memcpy(mp, newopts, sizeof(*mp) * num_new); in xtables_merge_options()
/external/iptables/include/
Dxtables.h461 struct option *oldopts, const struct option *newopts,