Searched refs:fn_puts (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/logadm/ |
H A D | kw.c | 258 fn_puts(dst, "([0-9]+)$0"); in kw_expand() 263 fn_puts(dst, buf); in kw_expand() 284 fn_puts(dst, ptr); in kw_expand() 310 fn_puts(dst, ".*"); in kw_expand() 330 fn_puts(dst, "[0-9]+"); in kw_expand() 336 fn_puts(dst, " *[0-9]+"); in kw_expand() 340 fn_puts(dst, in kw_expand() 344 fn_puts(dst, "[0-9]+:[0-9]+"); in kw_expand() 347 fn_puts(dst, in kw_expand() 351 fn_puts(dst, ".*"); in kw_expand() [all …]
|
H A D | fn.h | 48 void fn_puts(struct fn *fnp, const char *s);
|
H A D | fn.c | 210 fn_puts(fnp, s); in fn_renew() 255 fn_puts(struct fn *fnp, const char *s) in fn_puts() function
|
H A D | glob.c | 278 fn_puts(matchfnp, dp->d_name); in glob_reglob()
|
H A D | main.c | 403 fn_puts(fnp, lhs); in commajoin() 810 fn_puts(gzfnp, ".gz"); in rotateto()
|