Searched refs:pnext (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_macro.c165 Dwarf_Small *pnext = 0; local
217 pnext = macro_base + macro_offset;
225 endloc = (pnext - macro_base);
238 uc = *pnext;
239 ++pnext; /* get past the type code */
246 (void) _dwarf_decode_u_leb128(pnext, &len);
248 pnext += len;
249 if (((pnext - macro_base)) >= dbg->de_debug_macinfo_size) {
254 slen = strlen((char *) pnext) + 1;
255 pnext
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dma.setp.c97 struct pelem *pnext; /* pointer to next path */ member in struct:pelem
254 pathend->pnext = pe;
290 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) {
334 pathhead = pe->pnext;
352 for (pe = pathhead; pe; pe = pe->pnext) {
395 for (pe = pathhead; pe; pe = pe->pnext) {
417 for (pe = pathhead; pe; pe = pe->pnext) {
433 for (pe = pathhead; pe; pe = pe->pnext) {
448 for (pe = pathhead; pe; pe = pe->pnext)
484 for (pe = pathhead; pe; pe = pe->pnext) {
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A Dsm_loop.c638 CHAR *pnext; /* pointer to next sub-pattern */ local
668 for (psub = p + 1; ; psub = pnext)
670 pnext = PATSCAN (psub, pe, L('|'));
674 subpattern (psub -> pnext - 1) */
675 m1 = GMATCH (s, srest, psub, pnext - 1, flags) == 0;
689 if (pnext == prest)
705 for (psub = p + 1; ; psub = pnext)
707 pnext = PATSCAN (psub, pe, L('|'));
713 if (GMATCH (s, srest, psub, pnext - 1, flags) == 0 &&
717 if (pnext
[all...]
/macosx-10.10/system_cmds-643.1.1/ltop.tproj/
H A Dltop.c390 struct proc_list *p, *pnext, *plast; local
394 for (p = procs; p; p = pnext) {
395 pnext = p->next;
398 plast->next = pnext;
400 procs = pnext;
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.h176 #define PL_ARENA_DESTROY(pool, a, pnext) \
180 *(pnext) = (a)->next; \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.h176 #define PL_ARENA_DESTROY(pool, a, pnext) \
180 *(pnext) = (a)->next; \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplarena.h176 #define PL_ARENA_DESTROY(pool, a, pnext) \
180 *(pnext) = (a)->next; \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplarena.h176 #define PL_ARENA_DESTROY(pool, a, pnext) \
180 *(pnext) = (a)->next; \
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_file.c371 char *p, *pnext; local
417 for (p = ksf->fn; p != NULL; p = pnext) {
420 pnext = strchr(p, ',');
421 if (pnext)
422 *pnext++ = '\0';
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Dpguid.c335 pguid_mod_t *pnext; local
369 pnext = pmod->next;
371 pmod = pnext;
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c1387 BMS_Node *seg_found, *pprevious, *pnext, *pnextl, *psub; local
1409 if ((pnext = seg_found->right)) {
1415 psub = pnext;
1424 pnext = seg_found->left;
1431 pprevious->left = pnext;
1433 pprevious->right = pnext;
/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.c1375 PBLST pblst, pnext; local
1379 for (pblst = pstmt->st_pbinding; pblst; pblst = pnext)
1381 pnext = pblst->bl_nextBind;
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_subr.c1125 action_list *p, *pnext; local
1128 for (p = alp; p != NULL; p = pnext) {
1129 pnext = p->next;
/macosx-10.10/swig-12/Source/Modules/
H A Doctave.cxx358 Parm *pnext; local
367 for (p = plist; p; p = pnext) {
392 pnext = Getattr(p, "tmap:in:next");
394 pnext = nextSibling(p);
H A Dpython.cxx1180 Parm *pnext; local
1202 for (p = plist; p; p = pnext) {
1206 pnext = Getattr(p, "tmap:in:next");
1211 pnext = nextSibling(p);
1456 Parm *pnext; local
1459 for (p = plist; p; p = pnext) {
1462 pnext = Getattr(p, "tmap:in:next");
1467 pnext = nextSibling(p);
H A Druby.cxx304 Parm *pnext; local
316 for (p = plist; p; p = pnext) {
336 pnext = Getattr(p, "tmap:in:next");
338 pnext = nextSibling(p);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff64-rs6000.c1131 bfd_byte *pnext; local
1134 pnext = contents + (rel->r_vaddr - input_section->vma) + 4;
1135 next = bfd_get_32 (input_bfd, pnext);
1144 bfd_put_32 (input_bfd, 0xe8410028, pnext); /* ld r2,40(r1) */
1149 bfd_put_32 (input_bfd, 0x60000000, pnext); /* ori r0,r0,0 */
H A Dcoff-rs6000.c2954 bfd_byte *pnext;
2957 pnext = contents + (rel->r_vaddr - input_section->vma) + 4;
2958 next = bfd_get_32 (input_bfd, pnext);
2967 bfd_put_32 (input_bfd, 0x80410014, pnext); /* lwz r1,20(r1) */
2973 bfd_put_32 (input_bfd, 0x60000000, pnext); /* ori r0,r0,0 */
2948 bfd_byte *pnext; local
/macosx-10.10/ntp-92/ntpd/
H A Dntp_config.c387 struct config_tree *pnext; local
392 pnext = ptree->link;
394 ptree = pnext;
/macosx-10.10/ruby-106/ruby/
H A Dregexec.c58 const UChar *pnext = p + enclen(enc, p, end); local
59 if (pnext < end &&
61 ONIGENC_MBC_TO_CODE(enc, pnext, end) == 0x0a)
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c49563 int pnext, psize, x; local
[all...]

Completed in 680 milliseconds