Home
last modified time | relevance | path

Searched refs:copyf (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/troff/
H A Dn1.c263 copyf = lgf = nb = nflush = nlflg = 0; in main()
286 copyf++; in main()
291 copyf--; in main()
297 copyf++; in main()
301 copyf--; in main()
397 copyf = raw = 0; in init2()
784 copyf++; in getch()
789 copyf--; in getch()
797 if (!copyf) { in getch()
898 if (copyf) { in getch()
[all …]
H A Dn3.c358 copyf++; in copyb()
408 copyf--; in copyb()
418 copyf++; in copys()
427 copyf--; in copys()
758 copyf++; in collect()
824 copyf--; in collect()
835 copyf--; in collect()
H A Dn5.c505 copyf++;
518 copyf--;
745 copyf++;
748 copyf--;
H A Dnii.c88 int copyf; variable
H A Dext.h76 extern int copyf;
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c117 r = copyf(script, dstpath, (time_t)0); in dup_chkinstall()
156 r = copyf(tpath, resppath, (time_t)0); in dup_respfile()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A DMakefile31 OBJS= copyf.o dockdeps.o echo.o eptstat.o \
H A Dcopyf.c85 copyf(char *a_srcPath, char *a_dstPath, time_t a_mytime) in copyf() function
H A Docfile.c187 status = copyf(realcf, tmpcf, (time_t)0); in set_cfdir()
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c736 if (copyf(svept->ainfo.local, temp, svept->cinfo.modtime)) in outvol()
757 } else if (copyf(eptlist[i]->ainfo.local, path, in outvol()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h234 extern int copyf __P((char *from, char *to, time_t mytime));