Searched refs:listp (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_kprintf.c92 va_list listp; local
94 va_start(listp, format);
95 _doprnt(format, &listp, PE_kputc, 16);
96 va_end(listp);
106 va_list listp; local
117 va_start(listp, fmt);
118 _doprnt(fmt, &listp, pal_serial_putc, 16);
119 va_end(listp);
140 va_start(listp, fmt);
141 _doprnt(fmt, &listp, PE_kput
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Drollover.h56 extern int ksk5011status (dki_t **listp, const char *dir, const char *domain, const zconf_t *z);
58 extern int zskstatus (dki_t **listp, const char *dir, const char *domain, const zconf_t *z);
H A Dzone.h57 extern void zone_freelist (zone_t **listp);
62 extern int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone);
H A Drollover.c65 static dki_t *genkey (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status) argument
69 if ( listp == NULL || domain == NULL )
76 dki_add (listp, dkp);
82 static dki_t *genkey2 (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status) argument
86 if ( listp == NULL || domain == NULL )
93 dki_add (listp, dkp);
364 int ksk5011status (dki_t **listp, const char *dir, const char *domain, const zconf_t *z) argument
374 assert ( listp != NULL );
389 for ( dkp = *listp; dkp && dki_isksk (dkp); dkp = dkp->next )
404 *listp
532 zskstatus(dki_t **listp, const char *dir, const char *domain, const zconf_t *z) argument
[all...]
H A Dzone.c118 void zone_freelist (zone_t **listp) argument
123 assert (listp != NULL);
125 curr = *listp;
132 if ( *listp )
133 *listp = NULL;
195 int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone) argument
261 zone_new (listp, zone, dir, zfile, signed_ext, conf);
H A Dzkt-ls.c126 static int parsedirectory (const char *dir, dki_t **listp, int sub_before);
127 static void parsefile (const char *file, dki_t **listp, int sub_before);
364 static int parsedirectory (const char *dir, dki_t **listp, int sub_before) argument
388 parsedirectory (path, listp, sub_before);
395 dki_tadd (listp, dkp, sub_before);
397 dki_add (listp, dkp);
405 static void parsefile (const char *file, dki_t **listp, int sub_before) argument
417 dki_tadd (listp, dkp, sub_before); /* ... and add to tree */
419 dki_add (listp, dkp); /* ... and add to list */
/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dinnetgr.c50 char **listp; /* pointer into list */ member in struct:innetgrdata
87 d->listp = d->list;
114 *d->listp++ = group;
115 if (d->listp > d->list + LISTSIZE) {
117 d->listp--;
131 d->listp--;
137 for (lp = d->list; lp < d->listp-1; lp++)
142 d->listp--;
163 d->listp--;
183 d->listp
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c1263 struct tcptimerlist *listp = &tcp_timer_list; local
1269 lck_mtx_lock(listp->mtx);
1273 lck_mtx_unlock(listp->mtx);
1277 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1278 listp->next_te = LIST_NEXT(&tp->tentry, le);
1283 listp->entries--;
1287 lck_mtx_unlock(listp->mtx);
1299 struct tcptimerlist *listp = &tcp_timer_list; local
1307 if (listp
1337 struct tcptimerlist *listp = &tcp_timer_list; local
1489 struct tcptimerlist *listp = &tcp_timer_list; local
1634 struct tcptimerlist *listp = &tcp_timer_list; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dlwsearch.h61 ns_lwsearchlist_create(isc_mem_t *mctx, ns_lwsearchlist_t **listp);
73 ns_lwsearchlist_detach(ns_lwsearchlist_t **listp);
H A Dlistenlist.h89 ns_listenlist_detach(ns_listenlist_t **listp);
91 * Detach 'listp'.
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Daliaslist.h63 idn__aliaslist_create(idn__aliaslist_t *listp);
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-privacy.el41 (and (listp url-privacy-level)
66 (and (listp url-privacy-level)
73 (and (listp url-privacy-level)
H A Durl-cid.el46 (if (listp content-type)
/macosx-10.10.1/BerkeleyDB-21/db/log/
H A Dlog_archive.c30 __log_archive_pp(dbenv, listp, flags)
32 char ***listp;
59 REPLICATION_WRAP(env, (__log_archive(env, listp, flags)), 0, ret);
69 __log_archive(env, listp, flags)
71 char ***listp;
95 *listp = NULL;
141 ret = __build_data(env, pref, listp);
237 if (listp != NULL)
238 *listp = array;
358 __build_data(env, pref, listp)
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c768 va_list listp; local
772 va_start(listp, fmt);
773 _doprnt(fmt, &listp, conslog_putc, 16);
774 va_end(listp);
815 va_list listp; local
817 va_start(listp, fmt);
818 _doprnt(fmt, &listp, consdebug_putc, 16);
819 va_end(listp);
826 va_list listp; local
828 va_start(listp, fm
837 va_list listp; local
867 va_list listp; local
[all...]
H A Ddebug.c350 va_list listp; local
361 va_start(listp, str);
362 _doprnt(str, &listp, consdebug_putc, 0);
363 va_end(listp);
378 va_list listp; local
389 va_start(listp, str);
390 _doprnt(str, &listp, consdebug_putc, 0);
391 va_end(listp);
406 va_list listp; local
413 va_start(listp, fm
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stub.c120 __repmgr_site_list(dbenv, countp, listp)
123 DB_REPMGR_SITE **listp;
126 COMPQUIET(listp, NULL);
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_hotfiles.c302 hotfilelist_t *listp; local
366 MALLOC(listp, hotfilelist_t *, size, M_TEMP, M_WAITOK);
367 if (listp == NULL) {
374 bzero(listp, size);
376 hf_getsortedlist(hotdata, listp); /* NOTE: destroys hot file tree! */
378 listp->hfl_duration = tv.tv_sec - hfsmp->hfc_timebase;
379 hfsmp->hfc_recdata = listp;
394 if (listp->hfl_totalblocks > hfsmp->hfs_hotfile_freeblks) {
395 listp->hfl_reclaimblks =
396 MIN(listp
967 hotfilelist_t *listp; local
1083 hotfilelist_t *listp; local
1294 hotfilelist_t *listp; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dlwsearch.c41 ns_lwsearchlist_create(isc_mem_t *mctx, ns_lwsearchlist_t **listp) { argument
46 REQUIRE(listp != NULL && *listp == NULL);
63 *listp = list;
82 ns_lwsearchlist_detach(ns_lwsearchlist_t **listp) { argument
86 REQUIRE(listp != NULL);
87 list = *listp;
95 *listp = NULL;
H A Dlistenlist.c93 ns_listenlist_detach(ns_listenlist_t **listp) { argument
94 ns_listenlist_t *list = *listp;
99 *listp = NULL;
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudc-export.el50 (list (car c) (if (listp (cdr c))
71 (setq bbdb-address (delq nil (eudc-parse-spec (if (listp (car spec))
76 (setq bbdb-phones (delq nil (eudc-parse-spec (if (listp (car spec))
105 (and (listp spec)
112 (listp spec))
125 (let* ((addr-components (if (listp addr)
180 ((listp phone)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-mlspl.el159 (and (listp groups)
196 (if (listp extra-aliases)
206 (if (listp split-exclude)
H A Dgnus-sieve.el178 ((and (listp token) ;; String list
182 ((and (listp token) ;; Test list
183 (listp (car token)))
/macosx-10.10.1/rsync-45/rsync/
H A Dexclude.c119 static void add_rule(struct filter_list_struct *listp, const char *pat, argument
131 listp->debug_type);
239 if (!listp->tail) {
240 ret->next = listp->head;
241 listp->head = listp->tail = ret;
243 ret->next = listp->tail->next;
244 listp->tail->next = ret;
245 listp->tail = ret;
249 static void clear_filter_list(struct filter_list_struct *listp) argument
599 check_filter(struct filter_list_struct *listp, char *name, int name_is_dir) argument
893 parse_rule(struct filter_list_struct *listp, const char *pattern, uint32 mflags, int xflags) argument
969 parse_filter_file(struct filter_list_struct *listp, const char *fname, uint32 mflags, int xflags) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSDebug.cpp98 va_list listp; local
103 va_start(listp, str);
104 vsnprintf(buf, sizeof(buf), str, listp);
105 va_end(listp);

Completed in 310 milliseconds

1234567891011>>