Searched defs:write (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/3d/ |
H A D | ast.c | 84 #define write WRITE macro
|
/ast/src/lib/libtksh/include/ |
H A D | tclInt.h | 61 #ifdef write 62 #undef write macro
|
/ast/src/lib/libz/ |
H A D | inffast.c | 34 Decode literal, length, and distance codes and write out the resulting 83 unsigned write; /* window write index */ local 110 write = state->write; 196 if (write == 0) { /* very common case */ 206 else if (write < op) { /* wrap around window */ 207 from += wsize + write - op; 208 op -= write; 215 if (write < le [all...] |
H A D | inflate.h | 44 LIT, /* o: waiting for output space to write literal */ 91 unsigned write; /* window write index */ member in struct:inflate_state
|
/ast/src/lib/libast/include/ |
H A D | error.h | 125 int fd; /* write(2) fd */ 128 ssize_t (*write)(int, const void*, size_t); /* error output */ member in struct:Error_info_s
|
/ast/src/lib/libast/comp/ |
H A D | omitted.c | 170 #define syswrite write 734 write(int fd, const void* buf, size_t n) function
|
/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 242 # define write(a,b,c) sh_write(a,b,c) macro
|
/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 456 /* all write steams are in the same pool and share outbuff */ 1633 * This write discipline also writes the output on standard error 1640 return(write(sffileno(iop),buff,n)); 2182 * This discipline is inserted on write pipes to prevent SIGPIPE 2218 write(ERRIO,z,strlen(z)); 2219 write(ERRIO,": ",2); 2220 write(ERRIO,"attempt to ",11); 2222 write(ERRIO,"read from",9); 2224 write(ERRIO,"write t 2504 #undef write macro [all...] |
/ast/src/cmd/INIT/ |
H A D | ratz.c | 488 This library can optionally read and write gzip streams in memory as well. 1312 gz_headerp gzhead; /* gzip header information to write */ 1605 LIT, /* o: waiting for output space to write literal */ 1652 unsigned write; /* window write index */ member in struct:inflate_state 2030 Decode literal, length, and distance codes and write out the resulting 2079 unsigned write; /* window write index */ local 2106 write = state->write; [all...] |
Completed in 25 milliseconds