Searched refs:wf (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/pax/ |
H A D | testpax.sh | 90 '') "$@" -wf ../old.$suf $fmt * || status=1 ;; 129 '') "$@" -wf ../new.$suf $fmt * || status=1 ;; 136 "$@" -rf new.$suf -wf old-new.$suf $fmt -z old.$suf || status=1 140 "$@" -rf old-new.$suf -z old.$suf -wf rep.$suf $fmt || status=1 178 '') "$@" -wf ../old.$suf $fmt * || status=1 ;; 183 '') "$@" -wf ../new.$suf $fmt * || status=1 ;; 190 "$@" -rf new.$suf -wf old-new.$suf $fmt -z old.$suf || status=1 194 "$@" -rf old-new.$suf -z old.$suf -wf rep.$suf $fmt || status=1 220 "$@" -wf ../o . || status=1 224 "$@" -wf [all...] |
/ast/src/cmd/ss/ |
H A D | ssd.c | 287 int wf; local 436 if ((wf = open(buf, O_RDONLY)) >= 0) 438 if (read(wf, &who, sizeof(who)) != sizeof(who) || who.wd_vers != WHOVERS || who.wd_type != WHOTYPE) 441 close(wf); 442 wf = -1; 594 if (wf >= 0) 596 if (lseek(wf, 0L, 0)) 598 read(wf, &who, sizeof(who));
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | Makefile | 57 $(PAX) $(PAXFLAGS) -wf $(<) -x $(<:/.*\.//) -s ',.*/,,' -A $(PAXFILTER:@Q) $(*)
|
/ast/src/lib/libast/ |
H A D | Makefile | 393 $(PAX) $(PAXFLAGS) -wf $(<) -x $(<:/.*\.//) -s ',.*/,,' -A $(PAXFILTER:@Q) $(*)
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 6289 $exec pax -rf "$f" -z "$b" -wf $d$p.$v$q.tgz -x tgz || {
|
Completed in 20 milliseconds