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

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/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.9.5/cctools-845/gprof/
H A Dprintlist.c79 struct stringlist *listp,
87 slp->next = listp->next;
89 listp->next = slp;
94 struct stringlist *listp,
99 for(slp = listp->next; slp; slp = slp->next){
78 addlist( struct stringlist *listp, char *funcname) argument
93 onlist( struct stringlist *listp, char *funcname) argument
/macosx-10.9.5/bind9-45.100/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.9.5/CF-855.17/
H A DCFSortFunctions.c65 static void __CFSimpleMerge(VALUE_TYPE listp[], INDEX_TYPE cnt1, INDEX_TYPE cnt2, VALUE_TYPE tmp[], COMPARATOR_BLOCK cmp) { argument
68 if (16 < cnt1 + cnt2 && cmp(listp[cnt1 - 1], listp[cnt1]) <= 0) return;
74 listp[idx] = tmp[idx];
80 listp[t] = listp[t - cnt2];
83 listp[idx] = tmp[idx];
87 VALUE_TYPE v1 = listp[idx1], v2 = listp[idx2];
99 static void __CFSimpleMergeSort(VALUE_TYPE listp[], INDEX_TYP argument
204 __CFSortIndexesN(VALUE_TYPE listp[], INDEX_TYPE count, int32_t ncores, CMP_RESULT_TYPE (^cmp)(INDEX_TYPE, INDEX_TYPE)) argument
[all...]
/macosx-10.9.5/Libinfo-449.1.3/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.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c1074 struct tcptimerlist *listp = &tcp_timer_list; local
1080 lck_mtx_lock(listp->mtx);
1084 lck_mtx_unlock(listp->mtx);
1088 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1089 listp->next_te = LIST_NEXT(&tp->tentry, le);
1094 listp->entries--;
1098 lck_mtx_unlock(listp->mtx);
1108 struct tcptimerlist *listp = &tcp_timer_list; local
1119 if (listp
1146 struct tcptimerlist *listp = &tcp_timer_list; local
1284 struct tcptimerlist *listp = &tcp_timer_list; local
1417 struct tcptimerlist *listp = &tcp_timer_list; local
[all...]
/macosx-10.9.5/bind9-45.100/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.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Daliaslist.h63 idn__aliaslist_create(idn__aliaslist_t *listp);
/macosx-10.9.5/emacs-92/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)
/macosx-10.9.5/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.9.5/xnu-2422.115.4/osfmk/kern/
H A Dprintf.c770 va_list listp; local
774 va_start(listp, fmt);
775 _doprnt(fmt, &listp, conslog_putc, 16);
776 va_end(listp);
817 va_list listp; local
819 va_start(listp, fmt);
820 _doprnt(fmt, &listp, consdebug_putc, 16);
821 va_end(listp);
828 va_list listp; local
830 va_start(listp, fm
839 va_list listp; local
869 va_list listp; local
[all...]
H A Ddebug.c324 va_list listp; local
335 va_start(listp, str);
336 _doprnt(str, &listp, consdebug_putc, 0);
337 va_end(listp);
352 va_list listp; local
363 va_start(listp, str);
364 _doprnt(str, &listp, consdebug_putc, 0);
365 va_end(listp);
380 va_list listp; local
387 va_start(listp, fm
[all...]
/macosx-10.9.5/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.9.5/xnu-2422.115.4/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.9.5/bind9-45.100/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.9.5/emacs-92/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.9.5/emacs-92/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.9.5/rsync-42/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...]

Completed in 327 milliseconds

1234567891011>>