Searched refs:rw (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libast/disc/
H A Dsfdcdio.c56 size_t rw, done; local
71 for(rw = (n/di->dio.d_miniosz)*di->dio.d_miniosz;; )
74 if((io = rw) > di->dio.d_maxiosz )
81 { rw -= rv; done += rv;
85 if(rv < io || rw < di->dio.d_miniosz)
97 if((rw = n-done) > 0 &&
98 (rv = type == SF_READ ? read(f->file,buf,rw) : write(f->file,buf,rw)) > 0 )
/ast/src/cmd/pax/
H A Dcpio.sh78 '') mode=-rw ;;
79 -rw) ;;
130 -rw) case $p_ok in
H A Dtestpax.sh244 : rw test
249 "$@" -rw new cpy || status=1
H A Dbio.c1013 register char* rw; local
1029 rw = "write";
1039 rw = "read";
1066 error(ERROR_SYSTEM|3, "%s: %s %s error -- cannot recover", ap->name, io, rw);
1082 error(ERROR_SYSTEM|i, "%s: %s %s error", ap->name, io, rw);
1118 error(ERROR_SYSTEM|1, "%s: cannot %s", ap->name, rw);
1154 sfprintf(cp, "%s %s %d", eomprompt + 1, rw, ap->part + 1);
1201 error(ERROR_SYSTEM|1, "cannot %s %s", rw, *s ? s : ap->name);
H A Dpax.c62 "[+?\bpax -rw\b reads the files and directories named in the \apathname\a"
114 " [+mkdir newdir; cd olddir; pax -rw . newdir?Copies the"
1527 static Format_t rw = { "rw", 0, 0, 0, IN|OUT }; local
1946 state.out->format = &rw;
/ast/src/lib/librecsort/
H A Drswrite.c55 { reg ssize_t rw; \
58 rw = w < RS_RESERVE ? RS_RESERVE : ((w/1024)+1)*1024; \
59 if(!(rsrv = (uchar*)sfreserve(f,rw,SF_LOCKR)) ) \
60 { if((rw = sfvalue(f)) < w) rw = w; \
61 if(!(rsrv = (uchar*)sfreserve(f,rw,SF_LOCKR)) ) return -1; \
63 endrsrv = (cur = rsrv) + rw; \
H A Drsmerge.c77 { reg ssize_t rw; \
81 rw = w <= RS_RESERVE ? RS_RESERVE : ((w/1024)+1)*1024; \
82 if(!(rsrv = (uchar*)sfreserve(rs->f,rw,SF_LOCKR)) ) \
83 { if((rw = sfvalue(rs->f)) < w) rw = w; \
84 if(!(rsrv = (uchar*)sfreserve(rs->f,rw,SF_LOCKR)) ) { action;} \
86 endrsrv = (cur = rsrv) + rw; \
/ast/src/cmd/INIT/
H A DCONVERT.mk195 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.filter) $(T:P=A)
204 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.move) $(.cvt.filter) $(T:P=A)
H A Dpackage.sh6033 then case `$_onpath_ -rw --?meter 2>&1` in
/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c211 static int waitnotify(int fd, long timeout, int rw) argument
/ast/src/lib/libast/regex/
H A Dregcomp.c1433 int rw; local
1531 rw = w;
1537 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0);
1567 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0);
1605 ce = col(ce, ic, rp, rw, rc, NiL, 0, 0);
1608 if ((rw = regcollate((char*)env->cursor, (char**)&env->cursor, (char*)pp, COLL_KEY_MAX, &wc)) < 0)
1616 rw = mbconv((char*)pp, wc);
1669 rw = mbconv((char*)pp, wc);
1693 ce = col(ce, ic, rp, rw, rc, pp, w, c);
1706 ce = col(ce, ic, rp, rw, r
[all...]
/ast/src/cmd/ksh93/tests/
H A Dbasic.sh47 ug-rw 0660 \
/ast/src/cmd/tksh/
H A DtkMain.c627 int tksh_waitevent(int fd, long tmout, int rw)
624 tksh_waitevent(int fd, long tmout, int rw) argument
/ast/src/lib/libast/
H A DMakefile238 * NOTE: sun4 runtime link botches ro data so advertised sig_info is rw

Completed in 47 milliseconds