Searched refs:TMPSIZ (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrcP.h86 #define TMPSIZ L_tmpnam macro
89 #define TMPSIZ PATH_MAX macro
91 #define TMPSIZ 1024 /* bytes to allocate for tmpnam */ macro
H A DMultiSrcP.h114 #define TMPSIZ L_tmpnam macro
117 #define TMPSIZ PATH_MAX macro
119 #define TMPSIZ 1024 /* bytes to allocate for tmpnam */ macro
H A DAsciiSrc.c981 char fileName[TMPSIZ];
H A DMultiSrc.c1078 char fileName[TMPSIZ];
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h61 #define TMPSIZ 32 /* bytes to allocate for tmpnam */ macro
H A DXaw3_1AsciiSrc.c947 src->ascii_src.string = tmpnam (XtMalloc((unsigned)TMPSIZ));

Completed in 20 milliseconds