Searched defs:res (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | quit.c | 266 writeback(register FILE* res) argument 276 if (res) 277 filecopy(NiL, res, NiL, obuf, NiL, (off_t)0, NiL, NiL, 0); 289 if (res && filecopy(NiL, res, state.path.mail, obuf, NiL, (off_t)0, NiL, NiL, 0)) { 300 if (res) 301 fileclose(res);
|
/ast/src/cmd/nmake/ |
H A D | misc.c | 32 * if res!=0 then resolve(name,fd,mode) must be called 36 rstat(char* name, Stat_t* st, int res) argument 79 if (res && resolve(internal.openfile, internal.openfd, O_RDONLY))
|
/ast/src/lib/libz/ |
H A D | trees.c | 1150 register unsigned res = 0; local 1152 res |= code & 1; 1153 code >>= 1, res <<= 1; 1155 return res >> 1;
|
Completed in 16 milliseconds