Searched refs:pref (Results 26 - 50 of 232) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Droutemap.h110 int pref; member in struct:route_map_index
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c110 int pref, suff; /* length of prefix and suffix */ member in struct:globals
139 #define pref (G.pref ) macro
329 for (pref = 0; pref < len[0] && pref < len[1] &&
330 file[0][pref + 1].value == file[1][pref + 1].value; pref++)
332 for (suff = 0; suff < len[0] - pref
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dkmpstat.c737 get_comindex(str, name, port, pref)
738 char *str, **name, **port, **pref;
742 *name = *port = *pref = NULL;
751 *pref = strdup(p + 1);
752 p = strchr(*pref, '[');
758 p = strchr(*pref, ']');
766 p = strchr(*pref, ']');
781 if (*pref)
782 racoon_free(*pref);
783 *name = *port = *pref
[all...]
H A Dpolicy.c244 u_int8_t pref; local
260 pref = spidx.prefs;
262 spidx.prefd = pref;
319 /* addr/pref[port] addr/pref[port] ul dir act */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dmangle_hash.c239 smb_ucs2_t *pref = 0, *ext = 0; local
259 if (!NT_STATUS_IS_OK(mangle_get_prefix(fname, &pref, &ext, allow_wildcards)))
261 plen = strlen_w(pref);
263 if (strchr_wa(pref, '.'))
273 SAFE_FREE(pref);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest032.tcl98 set pref [randstring]
99 set dups $dups$pref
100 set datastr $pref:$str
160 set pref [string range $d $ndx [expr $ndx + 3]]
161 set data $pref:$k
183 set pref [string range $d $ndx [expr $ndx + 3]]
184 set data $pref:$k
189 set ret [eval {$dbc get} {-get_both_range $k $pref}]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfib_rules.c20 u32 pref, u32 table, u32 flags)
30 r->pref = pref;
51 if (rule->pref)
52 return rule->pref - 1;
298 rule->pref = nla_get_u32(tb[FRA_PRIORITY]);
337 rule->pref = ops->default_pref(ops);
346 if (rule->target <= rule->pref)
350 if (r->pref == rule->target) {
366 if (r->pref > rul
19 fib_default_rule_add(struct fib_rules_ops *ops, u32 pref, u32 table, u32 flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dchecksrc.pl50 my $pref = (' ' x $col);
51 print "${pref}^\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxX11.spec1 %define pref /usr
34 Prefix: %{pref}
104 ../configure --prefix=%{pref} --with-x11 \
119 ../configure --prefix=%{pref} --with-x11 --disable-shared \
131 (cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
132 (cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
285 (cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install)
286 (cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install)
H A DwxMotif.spec1 %define pref /usr
91 ../configure --prefix=%{pref} --with-motif --with-odbc --with-opengl
100 ../configure --prefix=%{pref} --with-motif --disable-shared --with-odbc --with-opengl
106 (cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
107 (cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
260 (cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install)
261 (cd obj-shared/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/gl860/
H A Dgl860.h98 unsigned char pref, u32 req, u16 val, u16 index,
H A Dgl860.c560 unsigned char pref, u32 req, u16 val, u16 index,
566 if (pref == 0x40) { /* Send */
570 req, pref, val, index,
575 req, pref, val, index, NULL, len, 400);
580 req, pref, val, index,
586 req, pref, val, index, NULL, len, 400);
594 r, pref, req, val, index, len);
559 gl860_RTx(struct gspca_dev *gspca_dev, unsigned char pref, u32 req, u16 val, u16 index, s32 len, void *pdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfonts.c122 c = f->pref;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcaif_dev.c208 enum cfcnfg_phy_preference pref; local
249 pref = CFPHYPREF_HIGH_BW;
252 pref = CFPHYPREF_LOW_LAT;
255 pref = CFPHYPREF_HIGH_BW;
264 pref, local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dxattr.c633 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; local
641 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) {
645 *pref = ref->next;
669 *pref = ref->next;
956 struct jffs2_xattr_ref *ref, **pref; local
969 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) {
982 *pref = ref->next;
1020 struct jffs2_xattr_ref *ref, **pref; local
1082 struct jffs2_xattr_ref *ref, *newref, **pref; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dlog.c73 int ilen, char *pref)
79 for (pos = 0, i = 0; pos < slen - 2 && pref[i] != '\0'; i++, pos++)
80 str[pos] = pref[i];
72 log_msg_format_hex(char *str, int slen, u8 *ibuf, int ilen, char *pref) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c36 fprintf(stderr, " [ dev STRING ] [ pref NUMBER ]\n");
243 uint32_t pref; local
245 if (get_u32(&pref, *argv, 0))
247 addattr32(&req.n, sizeof(req), RTA_PRIORITY, pref);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlstring.h81 xmlStrQEqual (const xmlChar *pref,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlstring.h81 xmlStrQEqual (const xmlChar *pref,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlstring.in.h81 xmlStrQEqual (const xmlChar *pref,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlstring.h81 xmlStrQEqual (const xmlChar *pref,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dcommon.c341 struct tomoyo_preference **pref; local
345 pref = &profile->enforcing;
354 pref = &profile->permissive;
363 pref = &profile->learning;
374 *pref = &tomoyo_default_profile.preference;
473 struct tomoyo_preference *pref = &tomoyo_default_profile.preference; local
482 pref = profile->learning;
483 if (pref == &tomoyo_default_profile.preference)
489 tomoyo_yesno(pref->learning_verbose),
490 pref
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlstring.in.h81 xmlStrQEqual (const xmlChar *pref,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey_dump.c494 str_prefport(family, pref, port, ulp)
495 u_int family, pref, port, ulp;
513 if (pref == plen)
516 snprintf(prefbuf, sizeof(prefbuf), "/%u", pref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dentry-macros.S107 # define PREF(x) pref @x

Completed in 205 milliseconds

12345678910