Searched defs:lockfile (Results 1 - 1 of 1) sorted by relevance

/external/curl/tests/server/
H A Dutil.c269 FILE *lockfile; local
274 lockfile = fopen(filename, "wb");
275 } while((lockfile == NULL) && ((error = errno) == EINTR));
276 if(lockfile == NULL) {
283 res = fclose(lockfile);

Completed in 92 milliseconds