| /titanic_41/usr/src/lib/libc/sparcv9/gen/ |
| H A D | ecvt.c | 52 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in ecvt() 60 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in fcvt() 89 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 97 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in qfcvt()
|
| /titanic_41/usr/src/lib/libc/sparc/gen/ |
| H A D | ecvt.c | 52 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in ecvt() 60 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in fcvt() 89 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in qecvt() 97 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in qfcvt()
|
| /titanic_41/usr/src/lib/libc/i386/gen/ |
| H A D | ecvt.c | 56 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 68 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 96 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 108 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL);
|
| /titanic_41/usr/src/lib/libc/amd64/gen/ |
| H A D | ecvt.c | 56 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 68 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 96 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); 108 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL);
|
| /titanic_41/usr/src/lib/libc/port/gen/ |
| H A D | ctime.c | 165 char *cbuf = tsdalloc(_T_CTIME, CBUFSIZ, NULL); in ctime() 179 char *cbuf = tsdalloc(_T_CTIME, CBUFSIZ, NULL); in asctime()
|
| H A D | getlogin.c | 156 char *answer = tsdalloc(_T_LOGIN, LOGIN_NAME_MAX_TRAD, NULL); in getlogint() 202 char *answer = tsdalloc(_T_LOGIN, LOGIN_NAME_MAX, NULL); in getloginx()
|
| H A D | getdate_err.c | 46 return ((int *)tsdalloc(_T_GETDATE_ERR_ADDR, sizeof (int), NULL)); in _getdate_err_addr()
|
| H A D | strtok.c | 46 char **lasts = tsdalloc(_T_STRTOK, sizeof (char *), NULL); in strtok()
|
| H A D | l64a.c | 62 char *buf = tsdalloc(_T_L64A, NMAX + 1, NULL); in l64a()
|
| H A D | getspent.c | 57 tsdalloc(_T_SPBUF, sizeof (nss_XbyY_buf_t *), free_spbuf); in get_spbuf()
|
| H A D | getpwnam.c | 60 tsdalloc(_T_PWBUF, sizeof (nss_XbyY_buf_t *), free_pwbuf); in get_pwbuf()
|
| H A D | tsdalloc.c | 67 tsdalloc(__tsd_item_t n, size_t size, pfrv_t destructor) in tsdalloc() function
|
| H A D | ecvt.c | 70 char *buf = tsdalloc(_T_ECVT, NDIG, NULL); in cvt()
|
| H A D | getgrnam.c | 62 tsdalloc(_T_GRBUF, sizeof (nss_XbyY_buf_t *), free_grbuf); in get_grbuf()
|
| H A D | pt.c | 100 sname = tsdalloc(_T_PTSNAME, PTLEN, NULL); in ptsname()
|
| H A D | deflt.c | 82 tsdalloc(_T_DEFREAD, sizeof (*thr_data), free_thr_data); in get_thr_data()
|
| H A D | getvfsent.c | 174 line = tsdalloc(_T_GETVFSENT, VFS_LINE_MAX, NULL); in getvfsent()
|
| H A D | getmntent.c | 90 thread_data = tsdalloc(_T_GETMNTENT, in getmntbuf()
|
| H A D | getxby_door.c | 646 tsdbuf = tsdalloc(_T_DOORBUF, sizeof (nss_XbyY_buf_t), _nsc_freedbuf); in _nsc_getdoorbuf()
|
| /titanic_41/usr/src/lib/libc/port/fp/ |
| H A D | ieee_globals.c | 61 #define fpvars ((fpvars_t *)tsdalloc(_T_FP_GET, sizeof (fpvars_t), NULL))
|
| /titanic_41/usr/src/lib/libc/inc/ |
| H A D | tsd.h | 70 extern void *tsdalloc(__tsd_item_t, size_t, void (*)(void *));
|
| /titanic_41/usr/src/lib/libc/port/stdio/ |
| H A D | tmpnam_r.c | 74 s = tsdalloc(_T_TMPNAM, L_tmpnam, NULL); in tmpnam()
|
| H A D | getpass.c | 77 char *pbuf = tsdalloc(_T_GETPASS, MAXPASSWD + 1, NULL); in __getpass()
|
| /titanic_41/usr/src/lib/libc/port/i18n/ |
| H A D | wstok.c | 78 wchar_t **lasts = tsdalloc(_T_WCSTOK, sizeof (wchar_t *), NULL); in wcstok()
|
| /titanic_41/usr/src/lib/libc/port/locale/ |
| H A D | localeimpl.c | 472 locptr = tsdalloc(_T_SETLOCALE, sizeof (locale_t), freelocptr); in uselocale()
|