Searched refs:inf (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_trnc.c | 145 int inf, of; in truncate() local 171 if ((inf = open(path, 0, 0)) == -1 || (of = creat(tmpname, __CREAT_ARG)) == -1) in truncate() 173 if (inf != -1) in truncate() 174 close(inf); in truncate() 177 while (length > 0 && (count = read(inf, buf, LBUFSIZ)) > 0) { in truncate() 186 close(inf); in truncate() 212 if ((inf = open(tmpname, 0, 0)) == -1 || (of = creat(path, _0777)) == -1) in truncate() 214 if (inf != -1) in truncate() 215 close(inf); in truncate() 218 while ((count = read(inf, buf, LBUFSIZ)) > 0) in truncate() [all …]
|