Lines Matching refs:tbuf
128 (void)snprintf(tbuf, sizeof(tbuf), "%s: %s, %s", in lprint()
130 oddfield = demi_print(tbuf, oddfield); in lprint()
133 (void)snprintf(tbuf, sizeof(tbuf), "%s: %s", in lprint()
135 oddfield = demi_print(tbuf, oddfield); in lprint()
138 (void)snprintf(tbuf, sizeof(tbuf), "%s: %s", in lprint()
140 oddfield = demi_print(tbuf, oddfield); in lprint()
144 (void)snprintf(tbuf, sizeof(tbuf), "%s: %s", "Home Phone", in lprint()
146 oddfield = demi_print(tbuf, oddfield); in lprint()
296 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", directory, file_name); in show_text()
297 if ((fd = open(tbuf, O_RDONLY)) < 0 || fstat(fd, &sb) || in show_text()
303 nr = read(fd, tbuf, sizeof(tbuf)); in show_text()
308 for (p = tbuf, cnt = nr; cnt--; ++p) in show_text()
314 for (p = tbuf, cnt = nr; cnt--; ++p) in show_text()