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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h89 #define MAXID 15 /* Maximum length the "g_id" and "g_nextid" \ macro
H A Dtmttydefs.c76 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 Dtmpmtab.c749 if (strlen(p->p_tag) > (size_t)(MAXID - 1)) {
751 MAXID-1);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c161 static char pred[MAXID + 1];
H A Dpplib.h477 #define MAXID 255 /* maximum identifier size */ macro
H A Dppcontrol.c762 p = mac->formals = oldof(0, char, 0, MAXFORMALS * (MAXID + 1));
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c141 #define MAXID 16 macro
1090 lvip->lvid_uniqid = MAXID + 1;

Completed in 1352 milliseconds