Searched refs:MAXID (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmttydefs.c | 64 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 D | ttymon.h | 89 #define MAXID 15 /* Maximum length the "g_id" and "g_nextid" \ macro
|
H A D | tmpmtab.c | 740 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 D | mkfs.c | 141 #define MAXID 16 macro 1090 lvip->lvid_uniqid = MAXID + 1; in volseqinit()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppexpr.c | 161 static char pred[MAXID + 1]; in predicate()
|
H A D | pplib.h | 469 #define MAXID 255 /* maximum identifier size */ macro
|
H A D | ppcontrol.c | 762 p = mac->formals = oldof(0, char, 0, MAXFORMALS * (MAXID + 1)); in ppcontrol()
|