Searched defs:wordlen (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c133 int wordlen = DEF_NAMES; local
136 wordlen = LONG_NAMES;
138 wordlen = SHORT_NAMES;
196 if (label_to_str(plabel, &str, M_LABEL, wordlen) != 0) {
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c204 unsigned int wordlen; local
207 wordlen = strlen(*argv) + 5; /* '\\' '<' *argv '\\' '>' '\0' */
208 if ((wordbuf = malloc(wordlen)) == NULL) {
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c574 size_t slen, wordlen; local
577 wordlen = slen + 5; /* '\\' '<' s '\\' '>' '\0' */
578 if ((wordbuf = malloc(wordlen)) == NULL) {

Completed in 91 milliseconds