Home
last modified time | relevance | path

Searched refs:MAXID (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c64 static char d_id[MAXID+1], in read_ttydefs()
65 d_nextid[MAXID+1], in read_ttydefs()
66 d_autobaud[MAXID+1], in read_ttydefs()
128 (void) strncpy(d_id, getword(ptr, &size, 0), MAXID); in read_ttydefs()
186 getword(ptr, &size, 0), MAXID); in read_ttydefs()
215 getword(ptr, &size, 0), MAXID); in read_ttydefs()
H A Dttymon.h89 #define MAXID 15 /* Maximum length the "g_id" and "g_nextid" \ macro
H A Dtmpmtab.c740 if (strlen(p->p_tag) > (size_t)(MAXID - 1)) { in check_pmtab()
742 MAXID-1); in check_pmtab()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c141 #define MAXID 16 macro
1090 lvip->lvid_uniqid = MAXID + 1; in volseqinit()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppexpr.c161 static char pred[MAXID + 1]; in predicate()
H A Dpplib.h469 #define MAXID 255 /* maximum identifier size */ macro
H A Dppcontrol.c762 p = mac->formals = oldof(0, char, 0, MAXFORMALS * (MAXID + 1)); in ppcontrol()