Searched refs:pref (Results 1 - 25 of 129) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap_config.c33 /* Parse one line. Return result in pref and val */
36 char *p, *pref, *val; local
53 if ((pref = strtok(p, " =")) == NULL)
56 *R_pref = pref;
67 char *pref, *val; local
80 /* parse and return pref and value */
81 if ((getpref(buf, &pref, &val)) != 0)
85 /* now see if its a correct pref */
86 while(ldap_prefs[i].pref != NULL) {
87 if ((strcmp(ldap_prefs[i].name, pref))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dldap_config.c33 /* Parse one line. Return result in pref and val */
36 char *p, *pref, *val; local
51 if ((pref = strtok(p, " =")) == NULL)
56 *R_pref = pref;
67 char *pref, *val; local
80 /* parse and return pref and value */
81 if ((getpref(buf, &pref, &val)) != 0)
85 /* now see if its a correct pref */
86 while(ldap_prefs[i].pref != NULL) {
87 if ((strcmp(ldap_prefs[i].name, pref))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dldapconfig.h22 void *pref; member in struct:ldap_pref
30 char *pref; /* name of pref from ldap_prefs[] to which this value corresponds */ member in struct:pref_array
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dldapconfig.h23 void *pref; member in struct:ldap_pref
31 char *pref; /* name of pref from ldap_prefs[] to which this value corresponds */ member in struct:pref_array
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipv6_route.h32 #define RTF_PREF(pref) ((pref) << 27)
39 #define IPV6_DECODE_PREF(pref) ((pref) ^ 2) /* 1:low,2:med,3:high */
H A Dfont.h21 int pref; member in struct:font_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock003.tcl74 set pref $testdir/L3FLAG
75 set f [open $pref.$rw.[pid].$obj w]
82 set pref $testdir/L3FLAG
83 set f [glob -nocomplain $pref.*.[pid].$obj]
91 set pref $testdir/L3FLAG
93 set fs [glob -nocomplain $pref.*.*.$obj]
96 set fs [glob -nocomplain $pref.write.*.$obj]
H A Dtest038.tcl96 set pref \
98 set pref $pref[string \
100 while { [string first $pref $dups] != -1 } {
101 set pref [string toupper $pref]
102 if { [string first $pref $dups] != -1 } {
103 set pref [string index $alphabet \
105 set pref $pref[strin
[all...]
H A Dtest039.tcl98 set pref \
100 set pref $pref[string \
102 while { [string first $pref $dups] != -1 } {
103 set pref [string toupper $pref]
104 if { [string first $pref $dups] != -1 } {
105 set pref [string index $alphabet \
107 set pref $pref[strin
[all...]
H A Dlogtrack.tcl79 set pref ""
87 set pref [lindex $line 1]
100 ${pref}_[lindex $line 1] ""] 0
104 ${pref}_[lindex $line 1] ""] 0
H A Dtest031.tcl102 set pref [randstring]
103 set dups $dups$pref
104 set datastr $pref:$str
203 set pref [string range $d 0 3]
204 set ndx [string first $pref $dups]
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dirdp.h120 long pref; /* preference level */ member in struct:irdp
H A Dirdp.c124 route_add (struct in_addr addr, unsigned long pref) argument
129 new->pref = pref;
132 printf ("pref %ld\n", new->pref);
358 long pref; local
379 pref = stream_getl (s);
380 route_add (addr, ntohl (pref));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c82 char **array, **arrayp, *name, *p, *pref; local
133 pref = path;
136 pref = NULL;
141 ret = __build_data(env, pref, listp);
210 if (pref != NULL) {
212 __absname(env, pref, name, &array[n])) != 0)
358 __build_data(env, pref, listp)
360 char *pref, ***listp;
489 if (pref != NULL) {
490 ret = __absname(env, pref, real_nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_qmr.h224 void *pref; local
229 pref = hw_qeit_calc(queue, queue->current_q_offset);
230 prefetch(pref);
231 prefetch(pref + 128);
240 void *pref; local
243 pref = hw_qeit_calc(queue, queue->current_q_offset);
244 prefetch(pref);
245 prefetch(pref + 128);
246 prefetch(pref + 256);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Droutemap.c217 index->pref);
277 int pref)
283 && index->pref == pref)
291 int pref)
300 index->pref = pref;
304 if (point->pref >= pref)
343 int pref)
274 route_map_index_lookup(struct route_map *map, enum route_map_type type, int pref) argument
288 route_map_index_add(struct route_map *map, enum route_map_type type, int pref) argument
340 route_map_index_get(struct route_map *map, enum route_map_type type, int pref) argument
797 unsigned long pref; variable
869 unsigned long pref; variable
[all...]
H A Droutemap.h110 int pref; member in struct:route_map_index
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dprefetch.h13 * R5000 and RM5200 implements pref and prefx instructions but they're nops, so
49 pref \hint, \addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dprefetch.h13 * R5000 and RM5200 implements pref and prefx instructions but they're nops, so
49 pref \hint, \addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestdict.c154 xmlChar *cur, *pref; local
275 pref = &prefix[0];
276 while (*cur != ':') *pref++ = *cur++;
278 *pref = 0;
292 pref = &prefix[0];
293 while (*cur != ':') *pref++ = *cur++;
295 *pref = 0;
317 xmlChar *cur, *pref; local
406 pref = &prefix[0];
407 while (*cur != ':') *pref
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c230 rule->pref = nla_get_u32(tb[FRA_PRIORITY]);
258 if (!rule->pref && ops->default_pref)
259 rule->pref = ops->default_pref();
268 if (rule->target <= rule->pref)
272 if (r->pref == rule->target) {
288 if (r->pref > rule->pref)
302 r->target == rule->pref) {
367 (rule->pref != nla_get_u32(tb[FRA_PRIORITY])))
470 if (rule->pref)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmangle_hash.c244 smb_ucs2_t *pref = 0, *ext = 0; local
260 if (!NT_STATUS_IS_OK(mangle_get_prefix(fname, &pref, &ext, allow_wildcards)))
262 plen = strlen_w(pref);
264 if (strchr_wa(pref, '.'))
274 SAFE_FREE(pref);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dchecksrc.pl50 my $pref = (' ' x $col);
51 print "${pref}^\n";

Completed in 143 milliseconds

123456