Searched refs:nextp (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_auto.c27 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
32 u_int8_t **nextp;
39 if (nextp != NULL)
40 *nextp = bp;
69 __repmgr_ack_unmarshal(env, argp, bp, max, nextp)
74 u_int8_t **nextp;
82 if (nextp != NULL)
83 *nextp = bp;
112 __repmgr_version_proposal_unmarshal(env, argp, bp, max, nextp)
117 u_int8_t **nextp;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_auto.c48 __rep_bulk_unmarshal(env, argp, bp, max, nextp)
53 u_int8_t **nextp;
70 if (nextp != NULL)
71 *nextp = bp;
116 __rep_control_unmarshal(env, argp, bp, max, nextp)
121 u_int8_t **nextp;
135 if (nextp != NULL)
136 *nextp = bp;
173 __rep_egen_unmarshal(env, argp, bp, max, nextp)
178 u_int8_t **nextp;
[all...]
/macosx-10.9.5/shell_cmds-175/who/
H A Dutmpentry.c206 struct utmpentry **nextp = &ehead; local
232 *nextp = ep;
233 nextp = &(ep->next);
256 *nextp = ep;
257 nextp = &(ep->next);
268 for (nextp = &ehead;
269 (*nextp) && strcmp(from->line, (*nextp)->line) > 0;
270 nextp = &(*nextp)
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dlist.c61 list_t **nextp; local
63 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) {
64 if (cmp((*nextp)->l_data, data) > 0)
68 list_add(nextp, data);
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dpage.h87 BUFHEAD *nextp; member in struct:__anon2828
H A Dhash_bigkey.c573 if (!(ret->nextp =
577 ret->nextp = NULL;
/macosx-10.9.5/less-23/less/
H A Dlinenum.c132 register struct linenum_info *nextp; local
144 nextp = p;
169 new->next = nextp;
174 nextp->prev = new;
181 calcgap(nextp);
/macosx-10.9.5/shell_cmds-175/date/
H A Dvary.c85 struct vary *result, **nextp; local
91 nextp = &v->next;
93 nextp = &result;
95 if ((*nextp = (struct vary *)malloc(sizeof(struct vary))) == NULL)
97 (*nextp)->arg = arg;
98 (*nextp)->next = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsl_malloc.c419 ber_len_t oldsize, *p = (ber_len_t *) ptr, *nextp; local
457 nextp = (ber_len_t *) ((char *) p + oldsize);
460 if (nextp == sh->sh_last) {
473 nextp[-1] = oldsize;
474 nextp[0] |= 1;
496 ber_len_t *p = ptr, *nextp, *tmpp; local
510 nextp = (ber_len_t *) ((char *) p + size);
511 if (sh->sh_last != nextp) {
513 nextp[-1] = size;
514 nextp[
[all...]
/macosx-10.9.5/shell_cmds-175/w/
H A Dw.c142 } *ep, *ehead = NULL, **nextp = &ehead; variable in typeref:struct:entry
329 *nextp = ep;
330 nextp = &ep->next;
497 for (nextp = &ehead;
498 (*nextp) && from->idle >= (*nextp)->idle;
499 nextp = &(*nextp)->next)
503 save->next = *nextp;
504 *nextp
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grotty/
H A Dtty.cpp653 glyph *nextp; local
658 for (p = g; p; delete p, p = nextp) {
659 nextp = p->next;
664 if (nextp && p->hpos == nextp->hpos) {
666 nextp->draw_mode() == VDRAW_MODE) {
668 nextp->code =
670 + ((nextp->mode & (START_LINE|END_LINE)) >> 6)];
672 nextp->code = '+';
675 if (p->draw_mode() != 0 && p->draw_mode() == nextp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c5485 debug_ucred * nextp; local
5511 nextp = cred_listp;
5515 nextp->credp = found_cred;
5516 nextp->cr_ref = found_cred->cr_ref;
5517 nextp->cr_uid = found_cred->cr_uid;
5518 nextp->cr_ruid = found_cred->cr_ruid;
5519 nextp->cr_svuid = found_cred->cr_svuid;
5520 nextp->cr_ngroups = found_cred->cr_ngroups;
5521 for ( j = 0; j < nextp->cr_ngroups; j++ ) {
5522 nextp
5580 cred_backtrace * nextp; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dretoglob.c81 Tcl_UniChar** nextp; local
91 paren = nextp = (Tcl_UniChar**) Tcl_Alloc (strlen* sizeof (Tcl_UniChar*));
105 #define PUSHPAREN {*nextp++ = nexto;}
264 nextp --; /* Back to last save */
265 mark = *nextp; /* Location where generation for this parens started */
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_if.c630 struct pfi_kif *p, *nextp; local
635 for (p = RB_MIN(pfi_ifhead, &pfi_ifs); p; p = nextp) {
636 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p);
663 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p);
H A Dntstat.c2192 nstat_src **nextp; local
2194 for (nextp = &state->ncs_srcs; *nextp; nextp = &(*nextp)->next)
2196 if ((*nextp)->srcref == srcref)
2198 src = *nextp;
2199 *nextp = src->next;
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dxheader.c492 char *nextp;
521 nextp = start + len;
534 if (! (p && p < nextp))
540 if (nextp[-1] != '\n')
546 *p = nextp[-1] = '\0';
547 handler (data, keyword, p + 1, nextp - p - 2); /* '=' + trailing '\n' */
549 nextp[-1] = '\n';
550 *ptr = nextp;
489 char *nextp; local
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c690 DBTCL_INFO *p, *nextp; local
693 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
695 nextp = LIST_NEXT(p, entries);
H A Dtcl_txn.c35 DBTCL_INFO *nextp, *p; local
37 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
42 nextp = LIST_NEXT(p, entries);
H A Dtcl_mp.c45 DBTCL_INFO *nextp, *p; local
47 for (p = LIST_FIRST(&__db_infohead); p != NULL; p = nextp) {
52 nextp = LIST_NEXT(p, entries);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dbuffer.h862 #define GET_OVERLAYS_AT(posn, overlays, noverlays, nextp, chrq) \
867 nextp, NULL, chrq); \
873 nextp, NULL, chrq); \
/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c1363 char *prevp = NULL, *curp = NULL, *nextp = NULL; local
1385 curp = rpath; nextp = ppath; prevp = spath;
1386 if ((rval = eraseRPS(up, nextp)))
1390 curp = ppath; nextp = spath; prevp = rpath;
1393 curp = rpath; nextp = ppath; prevp = spath;
1396 curp = spath; nextp = rpath; prevp = ppath;
1399 curp = rpath; nextp = ppath; prevp = spath;
1402 curp = ppath; nextp = spath; prevp = rpath;
1405 curp = spath; nextp = rpath; prevp = ppath;
1408 curp = rpath; nextp
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_trace.c226 rb_event_hook_t *hook, **nextp = &list->hooks; local
231 while ((hook = *nextp) != 0) {
233 *nextp = hook->next;
239 nextp = &hook->next;
/macosx-10.9.5/libxml2-26/libxml2/
H A Ddict.c766 xmlDictStringsPtr pool, nextp; local
808 nextp = pool->next;
810 pool = nextp;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Ddict.c664 xmlDictStringsPtr pool, nextp; local
706 nextp = pool->next;
708 pool = nextp;
/macosx-10.9.5/vim-53/src/
H A Dmemfile.c248 bhdr_T *hp, *nextp; local
262 for (hp = mfp->mf_used_first; hp != NULL; hp = nextp)
265 nextp = hp->bh_next;

Completed in 276 milliseconds

12