Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dstralloc.c87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s) in salloc()
97 sp->s_topFree = (char *) calloc(STRINGSIZE << index, in salloc()
105 sp->s_nleft = STRINGSIZE << index; in salloc()
172 sp->s_nleft = STRINGSIZE << index; in sreset()
/titanic_41/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h36 #define STRINGSIZE PATH_MAX macro
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x38 const STRINGSIZE = 1024;
/titanic_41/usr/src/cmd/rexd/
H A Drex.x32 const STRINGSIZE = 1024; variable
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c153 #define STRINGSIZE(d) ((long)d->d_reclen - \ macro
3017 stringsize = STRINGSIZE(dirp); in getdirslot()
3027 stringsize = STRINGSIZE(dirp); in getdirslot()
3045 stringsize = STRINGSIZE(dirp); in getdirslot()
3078 stringsize = STRINGSIZE(dirp); in getdirslot()
3094 stringsize = STRINGSIZE(dirp); in getdirslot()
3898 stringsize = STRINGSIZE(dirp); in fprnt()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h86 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro