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

/ast/src/cmd/proto/
H A Dproto.c250 * rename newfile to oldfile
255 replace(const char* newfile, const char* oldfile, int preserve) argument
266 if (remove(oldfile) || rename(newfile, oldfile))
/ast/src/cmd/nmake/
H A Dbind.c297 newfile(register Rule_t* r, char* dir, Time_t date) function
1635 newfile(r, NiL, NOTIME);
1689 newfile(r, NiL, NOTIME);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c167 char newfile[16]; local
168 sfsprintf(newfile,sizeof(newfile),"%.8s%d\0",e_devfdNN,acctfd);
169 nv_putval(np,newfile,NV_RDONLY);

Completed in 590 milliseconds