Home
last modified time | relevance | path

Searched refs:STRINGSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c85 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s) in salloc()
95 sp->s_topFree = (char *) calloc(STRINGSIZE << index, in salloc()
103 sp->s_nleft = STRINGSIZE << index; in salloc()
170 sp->s_nleft = STRINGSIZE << index; in sreset()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h36 #define STRINGSIZE PATH_MAX macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c143 #define STRINGSIZE(d) ((long)d->d_reclen - \ macro
3007 stringsize = STRINGSIZE(dirp); in getdirslot()
3017 stringsize = STRINGSIZE(dirp); in getdirslot()
3035 stringsize = STRINGSIZE(dirp); in getdirslot()
3068 stringsize = STRINGSIZE(dirp); in getdirslot()
3084 stringsize = STRINGSIZE(dirp); in getdirslot()
3888 stringsize = STRINGSIZE(dirp); in fprnt()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h87 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro