Searched refs:names (Results 26 - 50 of 1254) sorted by relevance

1234567891011>>

/macosx-10.10.1/bootp-298/bootplib/
H A DDNSNameList.h26 * - convert a list of DNS domain names to/from the compact
46 * Convert the given list of DNS domain names into the compact form
59 DNSNameListBufferCreate(const char * names[], int names_count,
66 * of domain names. The memory for the list and names buffer area is
73 * the number of names in the returned list.
/macosx-10.10.1/file-46/file/src/
H A Dnames.h29 * Names.h - names and types used by ascmagic in file(1).
35 * $File: names.h,v 1.32 2008/02/11 00:19:29 rrt Exp $
77 { "cannot happen error on names.h/types", "error/x-error" }
116 static const struct names { struct
119 } names[] = { variable in typeref:struct:names
173 #define NNAMES (sizeof(names)/sizeof(struct names))
/macosx-10.10.1/procmail-14/procmail/src/
H A Dacommon.c30 { struct utsname names;
31 Uname(&names);
32 if(!(name=malloc(strlen(names.nodename)+1)))
34 strcpy(name,names.nodename);
/macosx-10.10.1/ncurses-44/xcodescripts/
H A Dbootstrap_sources.sh6 # names.c
9 > "$BUILT_PRODUCTS_DIR"/names.c
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dparray.tcl19 foreach name [lsort [array names array $pattern]] {
25 foreach name [lsort [array names array $pattern]] {
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_get.c131 profile_get_values(profile_t profile, const char *const *names, argument
139 if ((retval = profile_node_iterator_create(profile, names,
171 errcode_t profile_get_value(profile_t profile, const char **names, argument
178 if ((retval = profile_node_iterator_create(profile, names,
203 const char *names[4]; local
206 names[0] = name;
207 names[1] = subname;
208 names[2] = subsubname;
209 names[3] = 0;
210 retval = profile_get_value(profile, names,
233 const char *names[4]; local
314 const char *names[4]; local
340 profile_get_subsection_names(profile_t profile, const char **names, char ***ret_names) argument
376 profile_get_relation_names(profile_t profile, const char **names, char ***ret_names) argument
408 profile_iterator_create(profile_t profile, const char *const *names, int flags, void **ret_iter) argument
[all...]
H A Dprof_set.c83 profile_update_relation(profile_t profile, const char **names, argument
95 if (names == 0 || names[0] == 0 || names[1] == 0)
105 for (cpp = names; cpp[1]; cpp++) {
136 profile_clear_relation(profile_t profile, const char **names) argument
147 if (names == 0 || names[0] == 0 || names[1] == 0)
151 for (cpp = names; cp
181 profile_rename_section(profile_t profile, const char **names, const char *new_name) argument
234 profile_add_relation(profile_t profile, const char **names, const char *new_value) argument
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dalias.c53 struct berval *names, *members; local
67 names = a->a_vals;
71 names=tmparr;
72 names[0]=cbp->name;
73 BER_BVZERO(&names[1]);
84 for (i=0;!BER_BVISNULL(&names[i]);i++)
87 WRITE_BERVAL(cbp->fp,&names[i]);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dinit_sec_context.c19 * 3. Neither the name of the Institute nor the names of its contributors
69 gss_buffer_desc names[MAX_NL_NAMES]; local
77 names[n] = ctx->TargetName->NetbiosName; /* OEM encoding */
78 names[n].length++;
83 names[n] = ctx->SourceName->NetbiosName; /* OEM encoding */
84 names[n].length++;
89 names[n].value = comp_names[i++];
90 names[n].length = MAXHOSTNAMELEN * 2;
93 &names[n]);
100 names[
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-typed-test.cc14 // * Neither the name of Google Inc. nor the names of its
48 // Verifies that registered_tests match the test names in
62 for (const char* names = registered_tests; names != NULL;
63 names = SkipComma(names)) {
64 const String name = GetPrefixUntilComma(names);
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebOpenPanelResultListener.mm87 Vector<String> names(count);
89 names[i] = [filenames objectAtIndex:i];
90 _chooser->chooseFiles(names);
110 Vector<String> names(count);
112 names[i] = [filenames objectAtIndex:i];
113 _chooser->chooseMediaFiles(names, displayString, icon.get());
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPSchema.cpp34 StringList names = oc.getNames(); local
35 // there could be more names for one object...
36 for (j = names.begin(); j != names.end(); j++) {
54 StringList names = at.getNames(); local
55 // there could be more names for one object...
56 for (j = names.begin(); j != names.end(); j++) {
H A DLDAPObjClass.cpp17 names = StringList ();
29 names = oc.names;
67 names = StringList (oc_names);
103 return names;
120 if (names.empty())
123 return *(names.begin());
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dindex.tcl34 # Generate a sorted list of package names from the topics array.
41 foreach i [array names topics] {
45 lsort [array names temp]
59 foreach i [array names topics "${pkg},*"] {
63 lsort [array names temp]
79 foreach i [array names topics "${pkg},${sect},*"] {
83 lsort [array names temp]
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dindex.tcl34 # Generate a sorted list of package names from the topics array.
41 foreach i [array names topics] {
45 lsort [array names temp]
59 foreach i [array names topics "${pkg},*"] {
63 lsort [array names temp]
79 foreach i [array names topics "${pkg},${sect},*"] {
83 lsort [array names temp]
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dcmpdef.cmd59 names. = ''
90 names.number = name
110 if names.number = '' then
113 say 'Conflict old =' names.number ', new =' name 'at @'number
H A Dmakedef.cmd59 * `names' is the stem where symbols are stored sequentially
65 names. = ''
132 when names.last = new_name then
140 names.last = new_name
163 say ' "'names.inx'" @'codes.inx' NONAME'
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A DMKexpanded.sh64 /* these are names we'd like to see */
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ctests.py13 names = [ x for x in dir (ctests) if not x.startswith('_') ] variable
47 for n in names:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ctests.py13 names = [ x for x in dir (ctests) if not x.startswith('_') ] variable
47 for n in names:
/macosx-10.10.1/ruby-106/ruby/ext/pathname/lib/
H A Dpathname.rb54 names = []
57 names.unshift basename
59 return path, names
100 names = []
107 names.unshift base
109 if names[0] == '..'
110 names.shift
112 names.unshift base
117 names.shift while names[
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcmpl-unix.el82 "Return an alist correlating gids to group names in FILE."
83 (let (names)
93 (setq names (cons (nth 0 fields) names)))
95 (pcomplete-uniqify-list names)))
97 (defsubst pcmpl-unix-group-names ()
98 "Read the contents of /etc/group for group names."
102 (defsubst pcmpl-unix-user-names ()
103 "Read the contents of /etc/passwd for user names."
112 (pcomplete-here* (pcmpl-unix-user-names))
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dserver.tcl21 foreach key [lsort [array names a]] {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dconfig.tcl38 method names {} {
39 return [array names myconfiguration]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dconfiguration.tcl38 method names {} {
39 return [array names myconfiguration]

Completed in 621 milliseconds

1234567891011>>