Searched refs:TMPSIZ (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | temp.c | 66 snprintf(tempMail, TMPSIZ, "/tmp/Rs%-ld", pid); 67 snprintf(tempQuit, TMPSIZ, "/tmp/Rm%-ld", pid); 68 snprintf(tempEdit, TMPSIZ, "/tmp/Re%-ld", pid); 69 snprintf(tempMesg, TMPSIZ, "/tmp/Rx%-ld", pid); 70 snprintf(tempZedit, TMPSIZ, "/tmp/Rz%-ld", pid);
|
H A D | init.c | 148 char tempEdit[TMPSIZ]; 149 char tempMail[TMPSIZ]; 150 char tempMesg[TMPSIZ]; 151 char tempQuit[TMPSIZ]; 153 char tempZedit[TMPSIZ];
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckyorn.c | 44 #define TMPSIZ 7 macro 56 temp[TMPSIZ+1]; 58 for (pt = temp, i = 0; *str && i < TMPSIZ; i++) {
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 418 #define TMPSIZ 14 macro
|
Completed in 60 milliseconds