Searched refs:MAXID (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmttydefs.c | 76 static char d_id[MAXID+1], 77 d_nextid[MAXID+1], 78 d_autobaud[MAXID+1], 135 (void)strncpy(d_id,getword(ptr,&size,0),MAXID); 190 (void)strncpy(d_autobaud,getword(ptr,&size,0),MAXID); 218 (void)strncpy(d_nextid,getword(ptr,&size,0),MAXID);
|
H A D | ttymon.h | 89 #define MAXID 15 /* Maximum length the "g_id" and "g_nextid" \ macro
|
H A D | tmpmtab.c | 749 if (strlen(p->p_tag) > (size_t)(MAXID - 1)) { 751 MAXID-1);
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppexpr.c | 161 static char pred[MAXID + 1]; in predicate()
|
H A D | pplib.h | 477 #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()
|
/titanic_41/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()
|