Home
last modified time | relevance | path

Searched refs:ptr0 (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/stdio/common/
H A Dgets.c42 char *p, *ptr0 = ptr; in gets() local
48 if (ptr0 == ptr) in gets()
68 return (ptr0); in gets()
H A Dfgets.c52 char *p, *ptr0 = ptr; local
63 if (ptr0 == ptr)
81 return (ptr0);
/titanic_44/usr/src/lib/libc/port/i18n/
H A Dputws.c50 wchar_t *ptr0 = (wchar_t *)ptr; in putws() local
66 diff = ptr - ptr0; in putws()
/titanic_44/usr/src/common/lzma/
H A DLzFind.c352 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() local
360 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
380 *ptr0 = pair[1]; in GetMatchesSpec1()
394 *ptr0 = curMatch; in GetMatchesSpec1()
395 ptr0 = pair; in GetMatchesSpec1()
396 curMatch = *ptr0; in GetMatchesSpec1()
406 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec() local
414 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
430 *ptr0 = pair[1]; in SkipMatchesSpec()
444 *ptr0 = curMatch; in SkipMatchesSpec()
[all …]
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c51 xfs_bmbt_ptr_t ptr0; member
218 xfs.ptr0 = *(xfs_bmbt_ptr_t *) in di_read()
228 xfs_bmbt_ptr_t ptr0; in init_extents() local
237 ptr0 = xfs.ptr0; in init_extents()
239 xfs.daddr = fsb2daddr (le64(ptr0)); in init_extents()
249 sizeof(xfs_bmbt_ptr_t), (char *)&ptr0); in init_extents()
/titanic_44/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c1734 itm_ref_free(int fd, void *ptr0, void *ptr1, void *ptr2, size_t len) in itm_ref_free() argument
1741 free(ptr0); in itm_ref_free()