Searched defs:kw_expand (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c33 * so calling kw_expand() on something like "file-%T" will return
188 * kw_expand -- expand src into dst with given n value for $n (or $N)
196 kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz) function
422 argv[i], n, kw_expand(src, dst, n, B_FALSE));

Completed in 45 milliseconds