Home
last modified time | relevance | path

Searched refs:fn_putc (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/logadm/
H A Dkw.c216 fn_putc(dst, '\\'); in kw_expand()
217 fn_putc(dst, c); in kw_expand()
222 fn_putc(dst, '.'); in kw_expand()
227 fn_putc(dst, '.'); in kw_expand()
228 fn_putc(dst, '*'); in kw_expand()
236 fn_putc(dst, '\\'); in kw_expand()
237 fn_putc(dst, '$'); in kw_expand()
271 fn_putc(kw, c); in kw_expand()
273 fn_putc(kw, fn_getc(src)); in kw_expand()
280 fn_putc(dst, '\\'); in kw_expand()
[all …]
H A Dglob.c308 fn_putc(matchfnp, '/'); in glob_reglob()
359 fn_putc(ret, '\\'); in glob_to_reglob()
360 fn_putc(ret, c); in glob_to_reglob()
364 fn_putc(ret, '.'); in glob_to_reglob()
368 fn_putc(ret, '.'); in glob_to_reglob()
369 fn_putc(ret, '*'); in glob_to_reglob()
372 fn_putc(ret, c); in glob_to_reglob()
H A Dfn.c220 fn_putc(struct fn *fnp, int c) in fn_putc() function
259 fn_putc(fnp, *s++); in fn_puts()
272 fn_putc(fnp, c); in fn_putfn()
491 fn_putc(fnp, *ptr); in fn_list_appendrange()
H A Dfn.h47 void fn_putc(struct fn *fnp, int c);
H A Dmain.c402 fn_putc(fnp, ','); in commajoin()