/illumos-gate/usr/src/test/util-tests/tests/cpmvln/ |
H A D | overwrite.ksh | 35 CP=${CP:-"/usr/bin/cp"} 395 exp_pass "cp works on a file (cp a b)" "$CP" "a b" "a" 397 exp_fail "cp fails on a file without perms (cp a c)" "$CP" "a c" 399 exp_fail "cp fails on a uds (cp a sock)" "$CP" "a uds" 400 exp_fail "cp fails on a door (cp a door)" "$CP" "a door" 401 exp_pass "cp works on a symlink (cp a symlink)" "$CP" "a symlink" "a" 402 exp_pass "cp works on a dangling symlink (cp a dangle)" "$CP" "a dangle" "a" 446 exp_pass "cp -f clobbers a file (cp -f a b)" "$CP -f" "a b" "a" 447 exp_pass "cp -f clobbers a file without perms (cp -f a c)" "$CP -f" "a c" "a" 448 exp_pass "cp -f clobbers a uds (cp -f a uds)" "$CP -f" "a uds" "a" [all …]
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/ |
H A D | alias | 429 CP-437 CP437 435 CP-737 CP737 439 CP-775 CP775 445 CP-850 CP850 452 CP-852 CP852 459 CP-855 CP855 464 CP-857 CP857 470 CP-860 CP860 476 CP-861 CP861 483 CP-862 CP862 [all …]
|
/illumos-gate/usr/src/cmd/nsadmin/ |
H A D | Makefile | 46 $(CP) login.csh .login 50 $(CP) etc-profile.sh $@ 54 $(CP) dot-profile.sh $@ 58 $(CP) dot-kshrc.sh $@ 62 $(CP) bashrc.sh $@
|
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | i.manifest | 36 CP=/usr/bin/cp 85 $CP $PKG_INSTALL_ROOT/lib/svc/seed/nonglobal.db $repfile 88 $CP $PKG_INSTALL_ROOT/lib/svc/seed/global.db $repfile 101 $CP -p $src $dst 110 $CP -p $src $dst
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | Makefile.targ | 43 $(CP) $(SRCDIR)/parse.y parse_tmp.y 44 $(CP) $(TOOLDIR)/lempar.c lempar.c 48 $(CP) parse_tmp.h parse.h 49 $(CP) parse_tmp.c parse.c
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | Makefile | 183 $(CP) $(PROTOCOL_DIR)/rstat.x rstat.x 187 $(CP) $(PROTOCOL_DIR)/rstat.h rstat.h 203 $(CP) $(PROTOCOL_DIR)/spray.x spray.x 207 $(CP) $(PROTOCOL_DIR)/spray.h spray.h 217 $(CP) $(PROTOCOL_DIR)/rwall.x rwall.x 221 $(CP) $(PROTOCOL_DIR)/rwall.h rwall.h
|
/illumos-gate/usr/src/lib/libfsmgt/ |
H A D | Makefile.com | 71 $(CP) -p $(NFSLIB_DIR)/sharetab.c $(SRCDIR) 75 $(CP) -p $(NFSLIB_DIR)/nfs_sec.c $(SRCDIR) 79 $(CP) -p $(NFSLIB_DIR)/replica.c $(SRCDIR)
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-loc | 42 CP=/usr/bin/cp 167 $CP -p $1/$2.dfl $1/$2 364 $CP -p /etc/nsswitch.files /etc/nsswitch.conf 389 $CP -p $NAMESERVICES_CONFIG_FILE /etc/nsswitch.conf 637 $CP -r $SCRIPT_PATH/Legacy /etc/nwam/loc 677 $CP -r $LEGACY_LOC_PATH $USER_LOC_PATH
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | Makefile.com | 62 $(CP) $< $<.i 67 $(CP) $(POFILE) $(MSGDOMAIN)
|
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | Makefile.com | 59 $(CP) $< $<.i 64 $(CP) $(POFILE) $(MSGDOMAIN)
|
/illumos-gate/usr/src/lib/libfru/libfrupicltree/ |
H A D | Makefile.com | 59 $(CP) $< $<.i 64 $(CP) $(POFILE) $(MSGDOMAIN)
|
/illumos-gate/usr/src/lib/libfru/libfrureg/ |
H A D | Makefile.com | 62 $(CP) $< $<.i 67 $(CP) $(POFILE) $(MSGDOMAIN)
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile.targ | 79 $(CP) $(POFILE) $(MSGDOMAIN) 86 $(CP) $(DCFILE) $(DCMSGDOMAIN)/$(DCFILE:.dc=.po)
|
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | Makefile.com | 64 $(CP) $< $<.i 69 $(CP) $(POFILE) $(MSGDOMAIN)
|
/illumos-gate/usr/src/cmd/latencytop/ |
H A D | Makefile | 65 $(CP) $^ $@ 68 $(CP) $^ $@
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cp.c | 144 #define CP 1 macro 350 if (state->op == CP) in visit() 404 if (state->op == CP) in visit() 576 case CP: in visit() 591 else if (state->op == CP || S_ISREG(ent->fts_statp->st_mode) || S_ISDIR(ent->fts_statp->st_mode)) in visit() 720 state->op = CP; in b_cp() 750 …state->opname = state->op == CP ? ERROR_translate(0, 0, 0, "overwrite") : ERROR_translate(0, 0, 0,… in b_cp() 793 if (state->op != CP || !standard) in b_cp() 801 if (state->op != CP || !standard) in b_cp() 994 case CP: in b_cp()
|
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | stmsboot.sh | 55 CP=/usr/bin/cp 133 $CP $file $SAVEDIR/$newfile.$cmd.$NOW 213 $CP $KDRVCONF $SAVEDIR/`basename $KDRVCONF`.$cmd.$NOW 215 $CP $TMPDRVCONF $KDRVCONF 261 $CP /boot/solaris/$BOOTENV_FILE $SAVEDIR/$BOOTENV_FILE.$cmd.$NOW
|
H A D | mpxio-upgrade | 45 CP=/usr/bin/cp 324 $CP /etc/vfstab /etc/vfstab.old 339 $CP $SAVEDIR/vfstab.new /etc/vfstab
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_io.c | 82 CP(file, savedfile); in filename() 109 CP(altfile, savedfile); in filename() 111 CP(savedfile, file); in filename() 118 CP(altfile, file); in filename() 195 CP(genbuf, "echo "); cp = &genbuf[5]; in getargs() 375 CP(file, str); in getone() 582 CP(file, savedfile);
|
H A D | ex_vops.c | 74 CP(vutmp, linebuf); in vUndo() 264 CP(savelb, linebuf); 297 CP(linebuf, savelb); 466 CP(cp, wcursor); in vdelete() 698 CP(cursor, wcursor); in vchange() 1001 CP(vutmp, linebuf); in vrep() 1006 CP(cursor, wcursor); in vrep()
|
H A D | ex_vops2.c | 96 vundkind = VCHNG, CP(vutmp, linebuf); in vdcMID() 505 CP(gcursor + 1, cursor); in vappend() 512 CP(cursor, genbuf); in vappend() 529 CP(cursor, gcursor + 1); in vappend() 591 CP(gcursor, linebuf); in vappend() 598 CP(genbuf, gcursor + 1); in vappend() 1577 CP(cursor, cursor + len); in vmaxrep()
|
H A D | ex_temp.c | 77 CP(tfname, svalue(vi_DIRECTORY)); in fileinit() 91 CP(tempname, tfname); in fileinit() 498 CP(rfname, tempname); in regio() 685 CP(savelb, linebuf); in YANKreg() 698 CP(linebuf, savelb); in YANKreg()
|
/illumos-gate/usr/src/msg/ |
H A D | Makefile | 92 $(RM) $@; $(CP) $? $@ 118 $(CP) $$f $(ROOTMSGDIR); \
|
/illumos-gate/usr/src/cmd/tsol/updatehome/ |
H A D | setupfiles.c | 419 if (execlp(CP, CP, "-p", src, dest, 0) != 0) { in copyfile() 424 CP); in copyfile()
|
/illumos-gate/usr/src/pkg/ |
H A D | Makefile | 409 $(CP) $$p.dep $$p.res; \ 556 $(CP) $(<) $(@); \ 618 $(PKGDEBUG)$(CP) $(@:%.dep=%.mog) $(@) 694 $(PKGDEBUG)$(CP) etc/pkglintrc $(PDIR)/pkglintrc
|