Searched refs:namelist (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/bind9-45.100/bind9/win32utils/
H A Dupdateopenssl.pl54 my(@namelist);
58 @namelist = grep (/^openssl-[0-9]+\.[0-9]+\.[0-9]+[a-z]{0,1}$/i, readdir(DIR));
62 if (scalar(@namelist) == 0) {
67 foreach $file (sort {uc($a) cmp uc($b)} @namelist) {
H A Dupdatelibxml2.pl114 my(@namelist);
118 @namelist = grep (/^libxml2-[0-9]+\.[0-9]+\.[0-9]+[a-z]*$/i, readdir(DIR));
122 if (scalar(@namelist) == 0) {
127 foreach $file (sort {uc($a) cmp uc($b)} @namelist) {
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dnames.c186 static struct name *namelist; /* first name in list, if any */
187 static struct name **nametail = &namelist; /* end of name list */
191 are moved into the namelist.
195 limited memory. With this option on, namelist contains at most one
430 namelist = buffer;
431 nametail = &namelist->next;
459 /* Add a name to the namelist. */
490 for (p = namelist; p; p = p->next)
501 name from the namelist. */
509 struct name *cursor = namelist;
184 static struct name *namelist; /* first name in list, if any */ variable in typeref:struct:name
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dscandir.c40 * struct dirent (through namelist). Returns -1 if there were any errors.
57 scandir(dirname, namelist, select, _dcomp)
59 struct dirent ***namelist;
112 *namelist = names;
H A Dscandir_b.c40 * struct dirent (through namelist). Returns -1 if there were any errors.
57 scandir_b(dirname, namelist, select, _dcomp)
59 struct dirent ***namelist;
112 *namelist = names;
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcominit_ux.c274 struct dirent **namelist = NULL; local
293 n = scandir(IMAGE_DIR, &namelist, (void*) select_module, (void*) sort_modules);
297 sprintf(buf, "%s/%s", IMAGE_DIR, namelist[i]->d_name);
329 free(namelist[i]);
332 if (namelist != NULL) {
333 free(namelist);
380 * struct dirent (through namelist). Returns -1 if there were any errors.
391 scandir(dirname, namelist, selectfn, dcomp)
393 struct dirent ***namelist;
455 *namelist
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Dlist.c127 char *namelist[NMLSIZE], *bufp; local
136 np = &namelist[0];
264 if ((np > namelist || colmod != 0) && mc == 0)
274 if (np > namelist) {
276 for (mc = 0, np = &namelist[0]; *np != NULL; np++)
305 namelist[0]);
306 for (np = &namelist[1]; *np != NULL; np++)
H A Dsend.c310 char **namelist; local
377 namelist = unpack(cat(hp->h_smopts, to));
382 for (t = namelist; *t != NULL; t++)
440 execv(cp, namelist);
H A Dcmd3.c815 alternates(namelist)
816 char **namelist;
821 c = argcount(namelist) + 1;
833 for (ap = namelist, ap2 = altnames; *ap != NULL; ap++, ap2++) {
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dsample.c244 dns_namelist_t namelist; local
352 ISC_LIST_INIT(namelist);
354 resopt, &namelist);
359 for (name = ISC_LIST_HEAD(namelist); name != NULL;
369 dns_client_freeresanswer(client, &namelist);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dtkey.c140 isc_uint32_t ttl, dns_namelist_t *namelist)
178 ISC_LIST_APPEND(*namelist, newname, link);
202 free_namelist(dns_message_t *msg, dns_namelist_t *namelist) { argument
206 while (!ISC_LIST_EMPTY(*namelist)) {
207 name = ISC_LIST_HEAD(*namelist);
208 ISC_LIST_UNLINK(*namelist, name, link);
273 dns_tsig_keyring_t *ring, dns_namelist_t *namelist)
352 RETERR(add_rdata_to_list(msg, keyname, &keyrdata, ttl, namelist));
366 RETERR(add_rdata_to_list(msg, &ourname, &ourkeyrdata, 0, namelist));
416 if (!ISC_LIST_EMPTY(*namelist))
139 add_rdata_to_list(dns_message_t *msg, dns_name_t *name, dns_rdata_t *rdata, isc_uint32_t ttl, dns_namelist_t *namelist) argument
270 process_dhtkey(dns_message_t *msg, dns_name_t *signer, dns_name_t *name, dns_rdata_tkey_t *tkeyin, dns_tkeyctx_t *tctx, dns_rdata_tkey_t *tkeyout, dns_tsig_keyring_t *ring, dns_namelist_t *namelist) argument
621 dns_namelist_t namelist; local
943 dns_namelist_t namelist; local
[all...]
H A Dclient.c135 dns_namelist_t namelist; member in struct:resctx
155 dns_namelist_t *namelist; member in struct:resarg
842 ISC_LIST_APPEND(rctx->namelist, ansname, link);
876 ISC_LIST_APPEND(rctx->namelist, ansname, link);
914 ISC_LIST_APPEND(rctx->namelist, ansname, link);
982 ISC_LIST_APPEND(rctx->namelist, ansname, link);
1003 ISC_LIST_APPEND(rctx->namelist, ansname, link);
1064 while ((name = ISC_LIST_HEAD(rctx->namelist)) != NULL) {
1065 ISC_LIST_UNLINK(rctx->namelist, name, link);
1093 ISC_LIST_APPEND(*resarg->namelist, nam
1116 dns_client_resolve(dns_client_t *client, dns_name_t *name, dns_rdataclass_t rdclass, dns_rdatatype_t type, unsigned int options, dns_namelist_t *namelist) argument
1338 dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dclient.h254 unsigned int options, dns_namelist_t *namelist);
273 * 'namelist' will contain a list of answer names, each of which has
302 *\li 'namelist' != NULL and is not empty.
349 dns_client_freeresanswer(dns_client_t *client, dns_namelist_t *namelist);
351 * Free resources allocated for the content of 'namelist'.
357 *\li 'namelist' != NULL.
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzdump.c182 static int getall(struct listentry ** namelist);
298 listentry * namelist = NULL; local
407 count = getall(&namelist);
419 fakeargv[i + argc] = namelist->name;
420 namelist = namelist->next;
580 struct listentry * entry = namelist;
973 static int getall(struct listentry ** namelist) { argument
980 *namelist = dummyentry.next;
/macosx-10.9.5/system_cmds-597.90.1/sysctl.tproj/
H A Dsysctl.c163 int findname(char *string, char *level, char **bufp, struct list *namelist);
653 findname(string, level, bufp, namelist)
657 struct list *namelist;
665 if (namelist->list == 0 || (name = strsep(bufp, ".")) == NULL) {
672 for (i = 0; i < namelist->size; i++)
673 if (namelist->list[i].ctl_name != NULL &&
674 strcmp(name, namelist->list[i].ctl_name) == 0)
676 if (i == namelist->size) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sysctl.tproj/
H A Dsysctl.c163 int findname(char *string, char *level, char **bufp, struct list *namelist);
653 findname(string, level, bufp, namelist)
657 struct list *namelist;
665 if (namelist->list == 0 || (name = strsep(bufp, ".")) == NULL) {
672 for (i = 0; i < namelist->size; i++)
673 if (namelist->list[i].ctl_name != NULL &&
674 strcmp(name, namelist->list[i].ctl_name) == 0)
676 if (i == namelist->size) {
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dwrite_entry.c596 char *namelist; local
621 namelist = tp->term_names;
622 namelen = strlen(namelist) + 1;
653 TRACE_OUT(("Header of %s @%d", namelist, *offset));
655 || Write(namelist, sizeof(char), namelen) != namelen)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-keyscan.c328 char *namebase, *name, *namelist; local
331 namebase = namelist = xstrdup(iname);
334 name = xstrsep(&namelist, ",");
350 fdcon[s].c_namelist = namelist;
609 "\t\t [host | addrlist namelist] ...\n",
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el1015 (defun sc-attribs-strip-initials (namelist)
1022 namelist ""))
1043 (defun sc-attribs-filter-namelist (namelist)
1045 (let ((elements (length namelist))
1070 namelist)
1074 (setq filtered-list (cons (nth position namelist) filtered-list))
1086 (namelist (sc-attribs-filter-namelist
1088 (revnames (reverse (cdr namelist)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-cite.el967 (defun reftex-format-names (namelist n)
968 (let (last (len (length namelist)))
972 ((= 1 len) (car namelist))
973 ((> len n) (concat (car namelist) (nth 2 reftex-cite-punctuation)))
976 last (nth (1- n) namelist))
977 (setcdr (nthcdr (- n 2) namelist) nil)
979 (mapconcat 'identity namelist (nth 0 reftex-cite-punctuation))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxrdb.c672 XrmName namelist[100];
676 XrmStringToNameList(name, namelist);
679 if (XrmQGetResource (rdb, namelist, classlist, &type, &value) == True
669 XrmName namelist[100]; local
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntpdate.c2229 ni_namelist *namelist = emalloc(sizeof(ni_namelist)); local
2242 NI_INIT(namelist);
2243 if (ni_lookupprop(domain, &confdir, "server", namelist) != NI_OK) {
2244 ni_namelist_free(namelist);
2245 free(namelist);
2249 return(namelist);
/macosx-10.9.5/bootp-268.1/bootplib/
H A Ddhcp_options.c354 const char * * namelist; local
357 namelist = DNSNameListCreate(option, option_len, &namelist_length);
359 if (namelist != NULL) {
362 namelist[i]);
364 free(namelist);
/macosx-10.9.5/swig-10/Source/Swig/
H A Dnaming.c1234 Hash *Swig_name_nameobj_lget(List *namelist, Node *n, String *prefix, String *name, String *decl) { argument
1236 if (namelist) {
1237 int len = Len(namelist);
1241 Hash *rn = Getitem(namelist, i);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl850 array set namelist {}
855 set namelist($name) {}
859 set cached_fieldnames [lsort -dictionary [array names namelist]]

Completed in 582 milliseconds

12