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

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dipv6_route.h34 #define RTF_PREF(pref) ((pref) << 27)
41 #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-R7000-V1.0.7.12_1.2.5/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]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxMGL.spec1 %define pref /usr
15 Prefix: %{pref}
61 ../configure --prefix=%{pref} --with-mgl --disable-fs_inet
67 ../configure --prefix=%{pref} --disable-shared --with-mgl --disable-fs_inet
73 (cd obj-static; make prefix=$RPM_BUILD_ROOT%{pref} install)
74 (cd obj-shared; make prefix=$RPM_BUILD_ROOT%{pref} install)
H A DwxBase.spec1 %define pref /usr
30 Prefix: %{pref}
72 ../configure --prefix=%{pref} --disable-gui \
83 ../configure --prefix=%{pref} --disable-gui --disable-shared \
95 make -C obj-static DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install
96 make -C obj-shared DESTDIR=$RPM_BUILD_ROOT prefix=%{pref} install
100 ln -sf ../lib/wx/config/%{wxconfig} $RPM_BUILD_ROOT/%{pref}/bin/wx-config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Driscos.c313 char *pref; local
316 if (SWI_OS_FSControl_37("@",pref,&size)!=NULL)
321 if (pref=malloc(size),pref!=NULL) {
322 if (SWI_OS_FSControl_37("@",pref,&size)!=NULL) {
323 free(pref);
327 if (SWI_DDEUtils_Prefix(pref)==NULL) {
331 free(pref);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_qmr.h245 void *pref; local
250 pref = hw_qeit_calc(queue, queue->current_q_offset);
251 prefetch(pref);
252 prefetch(pref + 128);
261 void *pref; local
264 pref = hw_qeit_calc(queue, queue->current_q_offset);
265 prefetch(pref);
266 prefetch(pref + 128);
267 prefetch(pref + 256);
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dprefetch.h13 * R5000 and RM5200 implements pref and prefx instructions but they're nops, so
49 pref \hint, \addr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcaif_config_util.c18 enum cfcnfg_phy_preference pref; local
27 pref = CFPHYPREF_HIGH_BW;
30 pref = CFPHYPREF_LOW_LAT;
35 dev_info = cfcnfg_get_phyid(cnfg, pref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcfcnfg.h70 * @pref: The phy (link layer) preference.
78 u16 *phyid, enum cfcnfg_phy_preference pref,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.c324 char *pref; local
327 if (SWI_OS_FSControl_37("@",pref,&size)!=NULL)
332 if (pref=malloc(size),pref!=NULL) {
333 if (SWI_OS_FSControl_37("@",pref,&size)!=NULL) {
334 free(pref);
338 if (SWI_DDEUtils_Prefix(pref)==NULL) {
342 free(pref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Ddebug.h41 #define IWM_HEXDUMP(i, level, module, pref, buf, len) \
44 print_hex_dump(KERN_INFO, pref, DUMP_PREFIX_OFFSET, \
51 #define IWM_HEXDUMP(i, level, module, pref, buf, len)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dfib_rules.h18 u32 pref; member in struct:fib_rule
115 u32 pref, u32 table,

Completed in 358 milliseconds

12345678910