/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tminit.c | 354 s = tmpoff(s, e - s, zp->standard, 0, 0); in tmlocal() 358 tmpoff(s, e - s, tm_info.format[TM_DT], m, TM_DST); in tmlocal() 373 s = tmpoff(s, e - s, tm_info.format[TM_UT], n, 0); in tmlocal() 378 tmpoff(s, e - s, tm_info.format[TM_UT], m, TM_DST); in tmlocal()
|
H A D | tmpoff.c | 44 tmpoff(register char* s, size_t z, register const char* p, register int n, int d) in tmpoff() function
|
H A D | tmxfmt.c | 508 …cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zon… in tmxfmt()
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1846 u_offset_t tmpoff; in spec_getapage() local 1905 pp = pvn_read_kluster(vp, off, seg, addr, &tmpoff, in spec_getapage() 1907 io_off1 = tmpoff; in spec_getapage() 1949 pp2 = pvn_read_kluster(vp, off2, seg, addr2, &tmpoff, in spec_getapage() 1951 io_off2 = tmpoff; in spec_getapage() 2030 u_offset_t tmpoff; in spec_putpage() local 2083 err = spec_putapage(vp, pp, &tmpoff, &io_len, in spec_putpage() 2085 io_off = tmpoff; in spec_putpage() 2125 u_offset_t tmpoff; in spec_putapage() local 2145 pp = pvn_write_kluster(vp, pp, &tmpoff, &io_len, blkoff, in spec_putapage() [all …]
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | tm.h | 181 extern char* tmpoff(char*, size_t, const char*, int, int);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 194 extern __MANGLE__ char* tmpoff __PROTO__((char*, size_t, const char*, int, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 194 extern __MANGLE__ char* tmpoff __PROTO__((char*, size_t, const char*, int, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 194 extern __MANGLE__ char* tmpoff __PROTO__((char*, size_t, const char*, int, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 194 extern __MANGLE__ char* tmpoff __PROTO__((char*, size_t, const char*, int, int));
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 1775 u_offset_t tmpoff; in tmp_getpage() local 1789 tmpoff = toff; in tmp_getpage() 1790 if (non_anon(tp->tn_anon, btop(off), &tmpoff, &tlen)) { in tmp_getpage() 2068 u_offset_t tmpoff; in tmp_putapage() local 2081 pvn_write_kluster(vp, pp, &tmpoff, &pp_len, klstart, kllen, flags); in tmp_putapage() 2083 pp_off = (size_t)tmpoff; in tmp_putapage()
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 634 tmpoff;
|
H A D | Makefile.com | 551 common/tm/tmpoff.o \
|