Searched refs:names (Results 201 - 225 of 1437) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlwsearch.c60 ISC_LIST_INIT(list->names);
100 while (!ISC_LIST_EMPTY(list->names)) {
101 dns_name_t *name = ISC_LIST_HEAD(list->names);
102 ISC_LIST_UNLINK(list->names, name, link);
129 ISC_LIST_APPEND(list->names, newname, link);
148 sctx->searchname = ISC_LIST_HEAD(sctx->list->names);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c696 * Set canonical scheme names.
907 const char **names, int nnames) {
910 assert(ctx != NULL && names != NULL && tld != NULL);
921 r = idn_mapselector_addall(ctx->local_mapper, tld, names, nnames);
926 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names, argument
930 assert(ctx != NULL && names != NULL);
940 r = idn_mapper_addall(ctx->mapper, names, nnames);
945 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names, argument
949 assert(ctx != NULL && names != NULL);
959 r = idn_normalizer_addall(ctx->normalizer, names, nname
906 idn_resconf_addalllocalmapselectornames(idn_resconf_t ctx, const char *tld, const char **names, int nnames) argument
964 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument
997 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument
1031 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names, int nnames) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dprolog.el44 (let ((names '("prolog" "gprolog" "swipl")))
45 (while (and names
46 (not (executable-find (car names))))
47 (setq names (cdr names)))
48 (or (car names) "prolog"))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dwrapper-const-table.h210 NSMutableArray* names = nil; local
220 names = [[NSMutableArray alloc] init];
221 if (names == NULL) {
228 [names addObject:table[i].name];
232 (CFArrayRef)names, ptrs);
236 if (ptrs[i] == NULL) continue; /* Skip undefined names */
252 [names release];
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dwrapper-const-table.h210 NSMutableArray* names = nil; local
220 names = [[NSMutableArray alloc] init];
221 if (names == NULL) {
228 [names addObject:table[i].name];
232 (CFArrayRef)names, ptrs);
236 if (ptrs[i] == NULL) continue; /* Skip undefined names */
252 [names release];
/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dgetifaddrs.c121 char *names; local
264 names = data + dcnt;
283 ift->ifa_name = names;
285 memcpy(names, dl->sdl_data, dl->sdl_nlen);
286 names[dl->sdl_nlen] = 0;
287 names += dl->sdl_nlen + 1;
387 ift->ifa_name = names;
388 names[sizeof(ifr->ifr_name)] = 0;
389 strncpy(names, ifr->ifr_name, sizeof(ifr->ifr_name));
390 while (*names
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dgroup.c107 The standard defines group names valid if they only contain characters from
143 struct berval *names,*gids,*members; local
158 names = a->a_vals;
162 names=tmparr;
163 names[0]=cbp->name;
164 BER_BVZERO(&names[1]);
229 /* write entries for all names and gids */
230 for (i=0;!BER_BVISNULL(&names[i]);i++)
232 if (!isvalidgroupname(&names[i]))
235 entry->e_name.bv_val,names[
[all...]
H A Dpasswd.c74 The standard defines user names valid if they contain characters from
212 struct berval *names; local
232 names = a->a_vals;
236 names=tmparr;
237 names[0]=cbp->name;
238 BER_BVZERO(&names[1]);
358 for (i=0;!BER_BVISNULL(&names[i]);i++)
360 if (!isvalidusername(&names[i]))
363 entry->e_name.bv_val,names[i].bv_val,0);
375 names[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dmakeprop.pl39 my @names = ();
55 push @names, $_;
60 die 'Duplicate CSS property names: ', join(', ', @duplicates) . "\n";
80 foreach my $name (@names) {
102 foreach my $name (@names) {
209 foreach my $name (@names) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dcontainer.tcl136 return [array names mykey]
206 return [array names myrefuse]
285 foreach kw [lsort -dict [array names mykey]] {
297 foreach rid [lsort -dict [array names myrefuse]] {
352 foreach k [array names mykey] {
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DclNameUtils.cpp19 * clNameUtils.cpp - support for Name, GeneralizedName, all sorts of names
388 unsigned numNames = clNssArraySize((const void **)nssObj.names);
400 NSS_GeneralName *names = local
402 memset(names, 0, sizeof(NSS_GeneralName) * numNames);
408 if(coder.decodeItem(*nssObj.names[dex], kSecAsn1GeneralNameTemplate,
409 &names[dex])) {
415 CL_nssGeneralNameToCssm(names[dex],
554 nssObj.names = (CSSM_DATA **)clNssNullArray(numNames, coder);
564 NSS_GeneralName *names = local
566 memset(names,
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/features/
H A Dmath.sh55 names=
59 [fix]) names="$names $name"
73 *) names="$names $1"
103 for name in $names
141 for name in $names
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DTPNetwork.cpp239 const CE_GeneralNames *names,
254 for(unsigned nameDex=0; nameDex<names->numNames; nameDex++) {
255 CE_GeneralName *name = &names->generalName[nameDex];
375 CE_GeneralNames *names = dp->distPointName->dpn.fullName; local
376 crtn = tpFetchViaGeneralNames(names,
459 CE_GeneralNames *names = (CE_GeneralNames *)cssmExt->value.parsedValue; local
489 crtn = tpFetchViaGeneralNames(names,
238 tpFetchViaGeneralNames( const CE_GeneralNames *names, TPCertInfo &forCert, const CSSM_DATA *issuer, TPVerifyContext *verifyContext, CSSM_CL_HANDLE clHand, CSSM_CSP_HANDLE cspHand, const char *verifyTime, TPCertInfo **certInfo, TPCrlInfo **crlInfo) argument
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dmbox.tcl315 foreach name [array names state] {
334 -names {
371 return [lsort -integer [array names msgs]]
446 -names {
447 set names ""
450 lappend names $prop
454 return $names
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmsgbox.tcl181 set names [list abort retry ignore]
186 set names [list ok]
191 set names [list ok cancel]
196 set names [list retry cancel]
201 set names [list yes no]
206 set names [list yes no cancel]
218 foreach name $names lab $labels {
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dmsgbox.tcl180 set names [list abort retry ignore]
184 set names [list ok]
188 set names [list ok cancel]
192 set names [list retry cancel]
196 set names [list yes no]
200 set names [list yes no cancel]
211 foreach name $names lab $labels {
/macosx-10.9.5/cron-39/lib/
H A Dentry.c482 get_list(bits, low, high, names, ch, file)
485 char *names[]; /* NULL or *[] of names for these elements */
510 ch = get_range(bits, low, high, names, ch, file);
529 get_range(bits, low, high, names, ch, file)
532 char *names[]; /* NULL or names of elements */
553 if (EOF == (ch = get_number(&num1, low, names, ch, file)))
573 ch = get_number(&num2, low, names, ch, file);
589 * names her
[all...]
/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.c125 /* A set of possible names for the NAME man page section */
301 * any of the names in the StringList.
304 no_page_exists(char *dir, StringList *names, char *suffix) argument
309 for (i = 0; i < names->sl_cur; i++) {
310 snprintf(path, sizeof path, "%s/%s.%s.gz", dir, names->sl_str[i], suffix);
677 * Collects a list of comma-separated names from the text.
680 collect_names(StringList *names, char *text) argument
689 sl_add(names, arg);
709 StringList *names; local
798 names
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunames.cpp91 * @param names (const UCharNames *) pointer to the UCharNames indexes
94 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset)
108 * Maximum length of character names (regular & 1.0).
113 * Set of chars used in character names (regular & 1.0).
199 UCharNames *names; local
215 names=(UCharNames *)udata_getMemory(data);
222 uCharNames=names;
224 names
261 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
354 compareName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, const char *otherName) argument
506 getGroup(UCharNames *names, uint32_t code) argument
590 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
601 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) argument
622 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
690 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb004.tcl8 # TEST Tests large subdb names
15 # TEST Create 1 db with many large subdbs. Use the contents as subdb names.
16 # TEST Take the source files and dbtest executable and enter their names as
21 global names
102 set names([expr $count + 1]) $f
165 puts "\tSubdb004.b: Compare subdb names with key/data"
233 global names
236 set fname $names($binfile)
237 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
H A Dtest003.tcl14 # TEST Take the source files and dbtest executable and enter their names
19 global names
83 set names([expr $count + 1]) $f
197 global names
200 set fname $names($binfile)
201 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkvno.c96 static void do_v5_kvno (int count, char *names[], argument
151 ret = krb5_sname_to_principal(context, names[i],
155 ret = krb5_parse_name(context, names[i], &in_creds.server);
159 krb5_warn(context, ret, "Couldn't parse principal name %s", names[i]);
167 names[i]);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Doidm.c49 BerVarray names = om->som_names; local
51 if( names == NULL ) {
55 for( ; !BER_BVISNULL( names ) ; names++ ) {
56 int pos = dscompare(names->bv_val, oid, ':');
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dpcsc++.cpp41 static void decode(vector<string> &names, const char *buffer, size_t size) argument
43 names.clear();
46 names.push_back(string(buffer + pos, len));
51 inline void decode(vector<string> &names, const vector<char> &buffer, size_t size) argument
53 decode(names, &buffer[0], size);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dpcsc++.cpp41 static void decode(vector<string> &names, const char *buffer, size_t size) argument
43 names.clear();
46 names.push_back(string(buffer + pos, len));
51 inline void decode(vector<string> &names, const vector<char> &buffer, size_t size) argument
53 decode(names, &buffer[0], size);

Completed in 269 milliseconds

1234567891011>>