Searched refs:wordbuf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c205 char *wordbuf; local
208 if ((wordbuf = malloc(wordlen)) == NULL) {
213 (void) strcpy(wordbuf, "\\<");
214 (void) strcat(wordbuf, *argv);
215 (void) strcat(wordbuf, "\\>");
216 *argv = wordbuf;
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c555 char *wordbuf; local
578 if ((wordbuf = malloc(wordlen)) == NULL) {
584 (void) strcpy(wordbuf, "\\<");
585 (void) strcpy(wordbuf + 2, s);
586 (void) strcpy(wordbuf + 2 + slen, "\\>");
588 if ((wordbuf = strdup(s)) == NULL) {
595 pp->pattern = wordbuf;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c730 tchar wordbuf[BUFSIZ]; local
731 tchar *aword = wordbuf;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c1138 char wordbuf[MAXLINE + 1]; local
1144 if (sm_io_sscanf(buf, fmt, wordbuf) != 1)
1146 p = wordbuf;

Completed in 102 milliseconds