Searched refs:oldopts (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmount.c124 static void append_mount_options(char **oldopts, const char *newopts) argument
126 if (*oldopts && **oldopts) {
133 p = *oldopts;
142 p = xasprintf("%s,%.*s", *oldopts, len, newopts);
143 free(*oldopts);
144 *oldopts = p;
150 if (ENABLE_FEATURE_CLEAN_UP) free(*oldopts);
151 *oldopts = xstrdup(newopts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c183 merge_options(struct option *oldopts, const struct option *newopts, argument
189 for (num_old = 0; oldopts[num_old].name; num_old++) ;
195 memcpy(merge, oldopts, num_old * sizeof (struct option));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c102 struct option *oldopts,
110 return oldopts;
113 if (oldopts != NULL)
114 for (num_old = 0; oldopts[num_old].name; num_old++) ;
118 * Since @oldopts also has @orig_opts already (and does so at the
121 oldopts += num_oold;
141 memcpy(mp, oldopts, sizeof(*mp) * num_old);
101 xtables_merge_options(struct option *orig_opts, struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
H A Dxtoptions.c74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, argument
81 return oldopts;
84 if (oldopts != NULL)
85 for (num_old = 0; oldopts[num_old].name != NULL; ++num_old)
91 * Since @oldopts also has @orig_opts already (and does so at the
94 oldopts += num_orig;
117 memcpy(mp, oldopts, sizeof(*mp) * num_old);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h408 struct option *oldopts, const struct option *newopts,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c1080 merge_options(struct option *oldopts, const struct option *newopts, argument
1086 for (num_old = 0; oldopts[num_old].name; num_old++);
1093 memcpy(merge, oldopts, num_old * sizeof(struct option));
H A Diptables.c1108 merge_options(struct option *oldopts, const struct option *newopts, argument
1114 for (num_old = 0; oldopts[num_old].name; num_old++);
1121 memcpy(merge, oldopts, num_old * sizeof(struct option));

Completed in 184 milliseconds