Searched refs:fcopy (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | big.c | 93 int fcopy = 0; /* fd for copy output */ local 130 fcopy = open(argv[1], 1); 131 if (fcopy < 0) 132 fcopy = creat(argv[1], 0600); 133 if (fcopy < 0) { 138 lseek(fcopy, 0L, 2); /* append at end of file */ 317 if (fcopy) 318 write(fcopy, cp->line, p - cp->line + 1);
|
| H A D | dummy.c | 69 int fcopy = 0; /* fd for copy output */ local 108 lseek(fcopy, 0L, 2); /* append at end of file */ 218 if (fcopy) 219 write(fcopy, cp->line, p - cp->line + 1);
|