Searched refs:copyf (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/troff/ |
H A D | n1.c | 263 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 D | n3.c | 358 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 D | n5.c | 505 copyf++; 518 copyf--; 745 copyf++; 748 copyf--;
|
H A D | nii.c | 88 int copyf; variable
|
H A D | ext.h | 76 extern int copyf;
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | reqexec.c | 117 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 D | Makefile | 31 OBJS= copyf.o dockdeps.o echo.o eptstat.o \
|
H A D | copyf.c | 85 copyf(char *a_srcPath, char *a_dstPath, time_t a_mytime) in copyf() function
|
H A D | ocfile.c | 187 status = copyf(realcf, tmpcf, (time_t)0); in set_cfdir()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 736 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 D | libinst.h | 234 extern int copyf __P((char *from, char *to, time_t mytime));
|