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

1234567891011

/macosx-10.10/mDNSResponder-561.1.1/Clients/FirefoxExtension/extension/defaults/preferences/
H A Dbonjour4firefox.js2 pref("extensions.bonjour4firefox@apple.com.description", "chrome://bonjour4firefox/locale/bonjour4firefox.properties");
/macosx-10.10/swig-12/Lib/lua/
H A Dlua_fnptr.i101 void swiglua_ref_clear(SWIGLUA_REF* pref){
102 if (pref->L!=0 && pref->ref!=LUA_NOREF && pref->ref!=LUA_REFNIL){
103 luaL_unref(pref->L,LUA_REGISTRYINDEX,pref->ref);
105 pref->L=0; pref->ref=0;
108 void swiglua_ref_set(SWIGLUA_REF* pref,lua_State* L,int idx){
109 // swiglua_ref_clear(pref); /* jus
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dmx_15.h27 isc_uint16_t pref; member in struct:dns_rdata_mx
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dprefs.h51 int findPref (char *pref);
52 void do_getPref (char *pref, int argc, char **argv);
53 void do_setPref (char *pref, int argc, char **argv);
71 void do_log (char *pref, int argc, char **argv);
H A Dprefs.c528 char *pref; member in struct:__anon7240
541 findPref(char *pref) argument
546 if (strcmp(pref, pref_keys[i].pref) == 0) {
557 do_getPref(char *pref, int argc, char **argv) argument
562 i = findPref(pref);
598 do_setPref(char *pref, int argc, char **argv) argument
602 i = findPref(pref);
/macosx-10.10/BerkeleyDB-21/db/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}]
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns_rr.c115 unsigned int ttl, unsigned pref,
127 rr->pref = pref;
182 if (a->pref != b->pref)
183 return (a->pref - b->pref);
199 if (a->pref != b->pref)
200 return (a->pref
113 dns_rr_create(const char *qname, const char *rname, ushort type, ushort class, unsigned int ttl, unsigned pref, const char *data, size_t data_len) argument
[all...]
H A Ddns_sa_to_rr.c9 /* DNS_RR *dns_sa_to_rr(hostname, pref, sa)
11 /* unsigned pref;
20 /* .IP pref
53 DNS_RR *dns_sa_to_rr(const char *hostname, unsigned pref, struct sockaddr * sa) argument
58 return (dns_rr_create(hostname, hostname, T_A, C_IN, DUMMY_TTL, pref,
63 return (dns_rr_create(hostname, hostname, T_AAAA, C_IN, DUMMY_TTL, pref,
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_addr.c116 msg_info("pref %4d host %s/%s",
117 addr->pref, SMTP_HNAME(addr),
127 unsigned pref, DSN_BUF *why)
146 if ((addr = dns_sa_to_rr(host, pref, res0->ai_addr)) == 0)
167 rr->pref = pref;
217 if ((addr = dns_sa_to_rr(host, pref, res->ai_addr)) == 0)
270 rr->pref, why);
296 msg_info("%s: found self at pref %d", myname, addr->pref);
126 smtp_addr_one(DNS_RR *addr_list, const char *host, int res_opt, unsigned pref, DSN_BUF *why) argument
322 smtp_truncate_self(DNS_RR *addr_list, unsigned pref) argument
[all...]
/macosx-10.10/zsh-61/zsh/Misc/
H A Dcompctl-examples369 local nword args pref char mhpath
373 pref=$args[$nword]
374 char=$pref[1]
375 pref=$pref[2,-1]
386 eval "reply=($mhpath/$pref*(N-/))"
554 pref=$args[$nword]
555 if [[ -d $pref:h && ! -d $pref ]]; then
556 pref
[all...]
/macosx-10.10/BerkeleyDB-21/db/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...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_6/
H A Dshell.js400 var pref = prefService.getBranch('');
402 if (!pref)
410 pref.getBoolPref('javascript.options.strict');
419 pref.getBoolPref('javascript.options.werror');
457 var pref = prefService.getBranch('');
459 if (!pref)
464 pref.setBoolPref('javascript.options.' + optionName, optionValue);
/macosx-10.10/libxml2-26/libxml2/
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...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
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...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dsmimeutil.c418 int pref; local
423 pref = smime_cipher_map_count;
442 cipher_votes[mapi] += pref;
443 --pref;
474 cipher_votes[strong_mapi] += pref;
475 pref--;
480 cipher_votes[weak_mapi] += pref;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dsmimeutil.c418 int pref; local
423 pref = smime_cipher_map_count;
442 cipher_votes[mapi] += pref;
443 --pref;
474 cipher_votes[strong_mapi] += pref;
475 pref--;
480 cipher_votes[weak_mapi] += pref;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dchecksrc.pl50 my $pref = (' ' x $col);
51 print "${pref}^\n";
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dsmimeutil.c430 int pref; local
435 pref = smime_cipher_map_count;
454 cipher_votes[mapi] += pref;
455 --pref;
490 cipher_votes[strong_mapi] += pref;
491 pref--;
496 cipher_votes[weak_mapi] += pref;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dsmimeutil.c430 int pref; local
435 pref = smime_cipher_map_count;
454 cipher_votes[mapi] += pref;
455 --pref;
490 cipher_votes[strong_mapi] += pref;
491 pref--;
496 cipher_votes[weak_mapi] += pref;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dsmimeutil.c430 int pref; local
435 pref = smime_cipher_map_count;
454 cipher_votes[mapi] += pref;
455 --pref;
490 cipher_votes[strong_mapi] += pref;
491 pref--;
496 cipher_votes[weak_mapi] += pref;

Completed in 335 milliseconds

1234567891011