| /dragonfly/test/stress/stress2/misc/ |
| HD | rename2.sh | 36 sed '1,/^EOF/d' < $here/$0 > rename.c 37 cc -o rename -Wall rename.c 38 rm -f rename.c 41 rm -rf /tmp/rename.dir.* 44 /tmp/rename & 50 rm -rf /tmp/rename.dir.* 82 if (rename(dir1, dir2) == -1) { 89 if (rename(dir2, dir1) == -1) {
|
| HD | rename.sh | 40 sed '1,/^EOF/d' < $here/$0 > rename.c 41 cc -o rename -Wall rename.c 42 rm -f rename.c 45 rm -rf /tmp/rename.dir.* 48 /tmp/rename & 54 rm -rf /tmp/rename.dir.* 91 if (rename(dir1, dir2) == -1) { 99 if (rename(dir2, dir1) == -1) {
|
| HD | rename4.sh | 60 if (rename(argv[1], argv[2]) == -1)
|
| /dragonfly/usr.sbin/rpc.yppasswdd/ |
| HD | yppasswdd_server.c | 608 if (rename(passfile, passfile_hold) == -1) { in yppasswdproc_update_1_svc() 623 rename(passfile_hold, passfile); in yppasswdproc_update_1_svc() 631 if (rename(pw_tempname(), passfile) == -1) { in yppasswdproc_update_1_svc() 635 rename(passfile_hold, passfile); in yppasswdproc_update_1_svc() 660 rename(passfile_hold, passfile); in yppasswdproc_update_1_svc() 666 rename(passfile_hold, passfile); in yppasswdproc_update_1_svc() 829 if (rename(passfile, passfile_hold) == -1) { in yppasswdproc_update_master_1_svc() 843 rename(passfile_hold, passfile); in yppasswdproc_update_master_1_svc() 851 if (rename(pw_tempname(), passfile) == -1) { in yppasswdproc_update_master_1_svc() 855 rename(passfile_hold, passfile); in yppasswdproc_update_master_1_svc() [all …]
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | simple-object.c | 263 handle_lto_debug_sections (const char *name, int rename) in handle_lto_debug_sections() argument 265 char *newname = rename ? XCNEWVEC (char, strlen (name) + 1) in handle_lto_debug_sections() 275 if (rename) in handle_lto_debug_sections() 281 if (rename) in handle_lto_debug_sections() 289 return rename ? strcat (newname, name + sizeof (".gnu.debuglto_") - 1) : newname; in handle_lto_debug_sections() 292 return rename ? strcat (newname, name + sizeof (".gnu.lto_") - 1) : newname; in handle_lto_debug_sections() 325 const char *dest, int *err, int rename) in simple_object_copy_lto_debug_sections() argument 348 rename ? handle_lto_debug_sections_rename in simple_object_copy_lto_debug_sections()
|
| /dragonfly/contrib/cvs-1.12/contrib/ |
| HD | cln_hist.in | 44 rename($h, "$h.bak"); 95 rename ($h, "$h.interim"); 101 rename ("$h.work", $h);
|
| /dragonfly/test/stress/stress2/ |
| HD | marcus.cfg | 22 testcases/rename/rename
|
| /dragonfly/share/examples/ppp/ |
| HD | ppp.conf.span-isp.working | 78 rename 1 82 rename 2 86 rename 3
|
| /dragonfly/test/stress/stress2/testcases/rename/ |
| HD | rename.c | 118 if (rename(file1, file2) == -1) in test_rename() 125 if (rename(file2, file1) == -1) in test_rename()
|
| HD | Makefile | 3 PROG=rename
|
| /dragonfly/contrib/bmake/ |
| HD | ChangeLog | 104 o compat.c: rename Compat_Run to Compat_MakeAll 111 rename loadfile to LoadFile 259 o rename and inline Targ_Precious 275 rename IFile and its fields to match their actual content 278 rename is_shell_metachar, fix character conversion warning 292 o rename eunlink to unlink_file 338 rename VarFreeEnv to VarFreeShortLived 348 o rename Parse_SetInput to Parse_PushInput 353 o for.c: rename some functions to better reflect purpose 510 o rename some functions to better fit purpose [all …]
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | rename.c | 153 ret = rename (from, to); in smart_rename() 170 ret = rename (from, to); in smart_rename()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | rename.c | 153 ret = rename (from, to); in smart_rename() 170 ret = rename (from, to); in smart_rename()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | apps.c | 1301 if (rename(serialfile, opath) == -1 && in rotate_serial() 1310 if (rename(npath, serialfile) == -1) { in rotate_serial() 1314 if (rename(opath, serialfile) == -1) { in rotate_serial() 1523 if (rename(dbfile, odbpath) == -1 && errno != ENOENT && errno != ENOTDIR) { in rotate_index() 1530 if (rename(dbpath, dbfile) == -1) { in rotate_index() 1534 if (rename(odbpath, dbfile) == -1) { in rotate_index() 1542 if (rename(attrpath, oattrpath) == -1 && errno != ENOENT && errno != ENOTDIR) { in rotate_index() 1546 if (rename(dbfile, dbpath) == -1) { in rotate_index() 1551 if (rename(odbpath, dbfile) == -1) { in rotate_index() 1559 if (rename(nattrpath, attrpath) == -1) { in rotate_index() [all …]
|
| /dragonfly/contrib/less/ |
| HD | README | 120 2. If you are using Microsoft C, rename MAKEFILE.DSU to MAKEFILE. 121 If you are using Borland C, rename MAKEFILE.DSB to MAKEFILE. 122 If you are using DJGPP, rename MAKEFILE.DSG to MAKEFILE. 157 2. If you are using Borland C, rename Makefile.wnb to Makefile. 158 If you are using Microsoft Visual C++, rename Makefile.wnm to Makefile. 218 2. If you are using Microware C, rename Makefile.o9c to Makefile. 219 If you are using Ultra C, rename Makefile.o9u to Makefile.
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | stdio.h | 1500 # undef rename 1501 # define rename rpl_rename 1503 _GL_FUNCDECL_RPL (rename, int, 1506 _GL_CXXALIAS_RPL (rename, int, 1509 _GL_CXXALIAS_SYS (rename, int, 1513 _GL_CXXALIASWARN (rename); 1516 # undef rename 1518 _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - "
|
| /dragonfly/usr.bin/unifdef/ |
| HD | unifdef.h | 41 #define replace(old,new) rename(old,new)
|
| /dragonfly/test/stress/stress2/testcases/ |
| HD | Makefile | 15 rename \
|
| /dragonfly/contrib/lvm2/dist/test/ |
| HD | t-mdata-strings.sh | 22 dmsetup rename "$name" "$PREFIX$pv_ugly"
|
| /dragonfly/usr.bin/gzip/ |
| HD | zforce | 47 echo $prog: cannot rename "$1" to "$n"
|
| /dragonfly/contrib/dialog/ |
| HD | README.DELETED | 17 rename.sh
|
| /dragonfly/gnu/usr.bin/binutils234/block2/objcopy/ |
| HD | Makefile | 7 SRCS= objcopy.c not-strip.c rename.c ${WRITE_DEBUG_SRCS}
|
| /dragonfly/gnu/usr.bin/binutils234/block2/strip/ |
| HD | Makefile | 7 SRCS= objcopy.c is-strip.c rename.c ${WRITE_DEBUG_SRCS}
|
| /dragonfly/gnu/usr.bin/binutils234/block2/ar/ |
| HD | Makefile | 7 SRCS= ar.c not-ranlib.c arsup.c rename.c binemul.c emul_vanilla.c \
|
| /dragonfly/gnu/usr.bin/binutils234/block2/ranlib/ |
| HD | Makefile | 7 SRCS= ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c binemul.c \
|