Searched refs:tchar (Results 51 - 54 of 54) sorted by relevance

123

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c676 static char *tchar = ""; /* null linkpath */ variable
2082 if (build_dblock(name, tchar, '5', filetype,
2296 if (build_dblock(name, tchar, '2', filetype, &stbuf,
2347 if (build_dblock(name, tchar, '0', filetype,
2452 if (build_dblock(name, tchar, '6', filetype,
2499 if (build_dblock(name, tchar, '3',
2547 if (build_dblock(name, tchar, '4',
2622 if (build_dblock(name, tchar, '0', filetype,
7231 return (build_dblock(name, tchar, type,
8208 error = build_dblock(lname, tchar, '
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1334 kobj_get_string(u_longlong_t *llptr, char *tchar) argument
1340 len = strlen(tchar);
1341 start = tchar;
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7519 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) argument
7550 if (tchar != NULL) {
7551 *tchar = *cp; /* save terminating character */
7552 if (*tchar == '\0') {
7553 *tchar = '\n';
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp53 #include <tchar.h>

Completed in 113 milliseconds

123