Searched refs:temp (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/
H A Dliblist.c57 libnode_t *temp = NULL; local
61 temp = n;
63 free(temp);
/pkg/src/modules/actions/
H A Dfile.py219 tfilefd, temp = tempfile.mkstemp(dir=os.path.dirname(
255 temp = final_path
258 os.chmod(temp, mode)
268 portable.chown(temp, owner, group)
283 # This is safe even if temp == final_path.
285 portable.rename(temp, final_path)
/pkg/src/tests/api/
H A Dt_catalog.py1307 temp = os.path.join(croot, "temp")
1309 portable.rename(attrs, temp)
1311 with open(temp, "r") as rf:

Completed in 14 milliseconds