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

/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c200 boolean_t hasn = B_FALSE; local
256 hasn = B_TRUE;
386 return (hasn);
421 printf("expand<%s> n %d hasn %d ",
H A Dmain.c785 int hasn; local
791 hasn = kw_expand(template, newfile, n, isgz);
802 if (hasn && lstat(buf2, &stbuf) != -1)
804 else if (hasn && opts_count(opts, "z")) {

Completed in 46 milliseconds