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

/osnet-11/usr/src/lib/libc/port/gen/
H A Ddeflt.c223 char *buf_tmp; local
238 for (buf_tmp = thr_data->buf; *buf_tmp == ' '; buf_tmp++)
240 off = strlen(buf_tmp) - 1;
241 if (buf_tmp[off] == '\n')
242 buf_tmp[off] = 0;
245 if ((*compare)(cp, buf_tmp, patlen) == 0) {
249 strip_quotes(buf_tmp);
251 ret_ptr = &buf_tmp[patle
[all...]

Completed in 15 milliseconds