Searched refs:tmpfilepath (Results 1 – 2 of 2) sorted by relevance
1486 tmpfilepath=
2990 char *name, tmpfilepath[32]; in do_new() local3071 (void) sprintf(tmpfilepath, "/var/run/%x", (int)gethrtime()); in do_new()3072 fd = open(tmpfilepath, O_RDWR | O_CREAT | O_EXCL, in do_new()3078 if (unlink(tmpfilepath) < 0) { in do_new()