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

/illumos-gate/usr/src/cmd/logadm/
H A Dkw.h39 boolean_t kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz);
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));
H A Dmain.c742 (void) kw_expand(rawcmd, cmd, 0, B_FALSE);
791 hasn = kw_expand(template, newfile, n, isgz);
841 (void) kw_expand(rawcmd, cmd, 0, B_FALSE);
888 (void) kw_expand(template, pattern, -1,
990 (void) kw_expand(rawcmd, cmd, 0, B_FALSE);

Completed in 68 milliseconds