Searched defs:tchar (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c348 static struct tchars tchar = { '\377', /* interrupt */ local
401 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 )
593 static struct tchars tchar = { '\377', /* interrupt */ local
639 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 )
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_changelog.c86 char tchar[80]; local
92 (void) snprintf(tchar, sizeof (tchar), "%s class %d ",
94 dump_rec(tchar, tlr);
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c346 * tchar - name of the string
357 ib_get_string(char **llptr, char *tchar) argument
359 int tlen = strlen(tchar);
363 start = tchar;
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c107 static int get_string(u_longlong_t *llptr, char *tchar);
117 get_string(u_longlong_t *llptr, char *tchar) argument
123 len = strlen(tchar);
124 start = tchar;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c652 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) argument
683 if (tchar != NULL) {
684 *tchar = *cp; /* save terminating character */
685 if (*tchar == '\0') {
686 *tchar = '\n';
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_xlate.h141 char tchar; member in union:convert
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h81 * tchar (Tagged CHARacter) is a place holder to keep a QUOTE bit and
83 * For European language handling, lower 8 bits of tchar is used
93 typedef long int tchar; typedef
97 typedef unsigned short int tchar; typedef
133 tchar *arginp; /* Argument input for sh -c and internal `xx` */
135 tchar *file; /* Name of shell file for $0 */
144 tchar *doldol; /* Character pid for $$ */
159 tchar *bname;
166 tchar *s_name;
200 tchar *goint
[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/troff/
H A Dtdef.h187 a 32 bit cookie, called a "tchar" (typedef long).
207 /* in the following, "L" should really be a tchar, but ... */
225 #define SFMASK (SMASK|FMASK) /* size and font in a tchar */
232 #define setsbits(n,s) n = (n & ~SMASK) | (tchar)(s) << 24
233 #define setfbits(n,f) n = (n & ~FMASK) | (tchar)(f) << 16
234 #define setsfbits(n,sf) n = (n & ~SFMASK) | (tchar)(sf) << 16
327 #define ENV_BLK ((NEV * sizeof(env) / sizeof(tchar) + BLK-1) / BLK)
330 typedef long tchar; typedef
332 extern tchar getch(), getch0();
333 extern tchar rb
[all...]
/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/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...]

Completed in 124 milliseconds