Searched refs:kw_expand (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/logadm/ |
H A D | kw.h | 39 boolean_t kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz);
|
H A D | kw.c | 196 kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz) in kw_expand() function 422 argv[i], n, kw_expand(src, dst, n, B_FALSE)); in main()
|
H A D | main.c | 742 (void) kw_expand(rawcmd, cmd, 0, B_FALSE); in rotatelog() 791 hasn = kw_expand(template, newfile, n, isgz); in rotateto() 841 (void) kw_expand(rawcmd, cmd, 0, B_FALSE); in rotateto() 888 (void) kw_expand(template, pattern, -1, in expirefiles() 990 (void) kw_expand(rawcmd, cmd, 0, B_FALSE); in dorm()
|