Searched refs:newopts (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | ppd-conflicts.c | 178 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/ |
D | monitor_wrap.c | 248 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/ |
D | m_xt_old.c | 93 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()
|
D | m_ipt.c | 174 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/ |
D | xtables-eb.c | 350 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/ |
D | xtables.h | 428 struct option *oldopts, const struct option *newopts,
|
/external/iptables/libxtables/ |
D | xtables.c | 104 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/ |
D | xtables.h | 461 struct option *oldopts, const struct option *newopts,
|