Searched defs:rw (Results 1 - 6 of 6) sorted by relevance
| /ast/src/lib/libast/disc/ |
| H A D | sfdcdio.c | 56 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/tksh/ |
| H A D | tkMain.c | 627 int tksh_waitevent(int fd, long tmout, int rw) 624 tksh_waitevent(int fd, long tmout, int rw) argument
|
| /ast/src/cmd/ksh93/bltins/ |
| H A D | mkservice.c | 211 static int waitnotify(int fd, long timeout, int rw) argument
|
| /ast/src/cmd/pax/ |
| H A D | bio.c | 1013 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 D | pax.c | 62 "[+?\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/libast/regex/ |
| H A D | regcomp.c | 1433 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...] |
Completed in 62 milliseconds