Searched refs:NAMESIZE (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c265 char fsize[NAMESIZE]; /* holds file size/checkpoint string */
293 strncpy(Jobid, BASENAME(Wfile, '/')+2, NAMESIZE);
294 Jobid[NAMESIZE-1] = '\0';
H A Dcu.c311 if (strlcpy(Progname, string, NAMESIZE) >= NAMESIZE) {
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c61 static int toksize = NAMESIZE;
1444 wchar_t id_name[NAMESIZE+1];
1695 if (id_idx >= NAMESIZE) {
1909 * The normal length for token sizes is NAMESIZE - If a token is
1910 * seen that has a longer length, expand "tokname" by NAMESIZE.
1915 toksize += NAMESIZE;
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c80 #define NAMESIZE (NAMEBUFSZ-1) macro

Completed in 101 milliseconds

12