Home
last modified time | relevance | path

Searched refs:curptr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dnames.c297 past_length = curptr; in read_a_name_index()
445 if(curptr > end_dnames) { in read_a_name_index()
454 if(curptr > end_dnames) { in read_a_name_index()
462 if(curptr > end_dnames) { in read_a_name_index()
471 if(curptr > end_dnames) { in read_a_name_index()
480 if(curptr > end_dnames) { in read_a_name_index()
518 *curptr_in = curptr; in read_a_name_index()
564 Dwarf_Small *curptr = 0; in dwarf_debugnames_header() local
585 curptr = start_section; in dwarf_debugnames_header()
606 &curptr, in dwarf_debugnames_header()
[all …]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c693 for (curptr = hash_bucket[x]; curptr != NULL; in add_tilink()
694 curptr = curptr->ti_next) { in add_tilink()
717 return (curptr); in add_tilink()
719 prevptr = curptr; in add_tilink()
771 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) { in find_tilink()
803 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) { in _t_delete_tilink()
825 free(curptr); in _t_delete_tilink()
1521 char *curptr; in _t_gather() local
1526 curptr = dataptr; in _t_gather()
1548 char *curptr; in _t_scatter() local
[all …]
H A Dt_snd.c56 char *curptr; in _tx_snd() local
163 curptr = buf; in _tx_snd()
190 databuf.buf = curptr; in _tx_snd()
201 retval = write(fd, curptr, bytes_to_send); in _tx_snd()
233 curptr = curptr + bytes_sent; in _tx_snd()
H A Dt_sndv.c54 char *curptr; in _tx_sndv() local
182 curptr = dataptr; /* Initialize for subsequent use */ in _tx_sndv()
185 curptr = NULL; in _tx_sndv()
216 databuf.buf = curptr; in _tx_sndv()
220 curptr = curptr + bytes_sent; in _tx_sndv()
/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c95 newnode->next = curptr->next; in append()
96 curptr->next = newnode; in append()
114 if (curptr == oldcur) in del1()
115 curptr = prev; in del1()
133 curptr = append(fp); in my_fopen()
H A Dinit.c70 NODE *curptr = NOFP; variable
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c2001 char *curptr = NULL; in script_request_suspend() local
2138 char *curptr; in build_env_for_capacity() local
2261 &curptr, "%hd%s", in build_env_for_capacity()
2278 &curptr, "%hu%s", in build_env_for_capacity()
2295 &curptr, "%d%s", in build_env_for_capacity()
2312 &curptr, "%u%s", in build_env_for_capacity()
2329 &curptr, "%lld%s", in build_env_for_capacity()
2346 &curptr, "%llu%s", in build_env_for_capacity()
2537 *curptr = NULL; in rcmscript_snprintf()
2540 offset = *curptr - *buf; in rcmscript_snprintf()
[all …]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h62 extern NODE *curptr; /* ???? */