Searched refs:oldname (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Drename.c37 int rk_rename(const char * oldname, const char * newname) argument
41 ret = rename(oldname, newname);
45 ret = rename(oldname, newname);
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_rename.c21 __os_rename(env, oldname, newname, silent)
23 const char *oldname, *newname;
32 __db_msg(env, "fileops: rename %s to %s", oldname, newname);
37 ret = DB_GLOBAL(j_rename)(oldname, newname);
39 RETRY_CHK((rename(oldname, newname)), ret);
48 env, ret, "rename %s %s", oldname, newname);
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_rename.c18 __os_rename(env, oldname, newname, silent)
20 const char *oldname, *newname;
31 __db_msg(env, "fileops: rename %s to %s", oldname, newname);
33 TO_TSTRING(env, oldname, toldname, ret);
60 * above would have succeeded if oldname and newname
76 env, ret, "MoveFileEx %s %s", oldname, newname);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dspell.c55 * int spname(char * oldname, char * newname)
62 spname(oldname, newname)
63 char *oldname;
69 op = oldname;
80 if (oldname[1] == '\0' && newname[1] == '\0' &&
81 oldname[0] != '.' && newname[0] == '.')
83 return strcmp(oldname, newname) != 0;
151 * int spname(char * oldname, char * newname)
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Drename_s.c46 krb5_principal oldname; local
90 oldname = ent.entry.principal;
95 ent.entry.principal = oldname;
103 ent.entry.principal = oldname;
106 ret = context->db->hdb_remove(context->context, context->db, oldname);
107 ent.entry.principal = oldname;
/macosx-10.9.5/OpenPAM-20/compat/
H A Dpam_shim.c10 #define xlate(oldname, oldvalue, newname, newvalue) \
11 COMPAT_AUTH_##oldname = oldvalue,
22 #define xlate(oldname, oldvalue, newname, newvalue) \
23 if (flags & COMPAT_AUTH_##oldname) newflags |= newname;
30 #define xlate(oldname, oldvalue, newname, newvalue) \
31 COMPAT_CHAUTH_##oldname = oldvalue,
42 #define xlate(oldname, oldvalue, newname, newvalue) \
43 if (flags & COMPAT_CHAUTH_##oldname) newflags |= newname;
50 #define xlate(oldname, oldvalue, newname, newvalue) \
51 COMPAT_SESSION_##oldname
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.spell.c41 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) argument
44 const Char *old = oldname->s;
61 retval = (StrQcmp(oldname->s, newname.s) != 0);
63 xfree(oldname->s);
64 *oldname = newname; /* shove it back. */
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssec-revoke.c85 char newname[1024], oldname[1024]; local
248 isc_buffer_init(&buf, oldname, sizeof(oldname));
251 if (strcmp(oldname, newname) == 0)
253 if (access(oldname, F_OK) == 0)
254 unlink(oldname);
257 if (access(oldname, F_OK) == 0)
258 unlink(oldname);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dcrdel_auto.h32 DBT oldname; member in struct:___crdel_inmem_rename_args
H A Dfileops_auto.h45 DBT oldname; member in struct:___fop_rename_args
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Dcrdel.src52 * oldname: database's starting name
57 DBT oldname DBT s
H A Dcrdel_auto.c521 memset(&argp->oldname, 0, sizeof(argp->oldname));
522 LOGCOPY_32(env,&argp->oldname.size, bp);
524 argp->oldname.data = bp;
525 bp += argp->oldname.size;
549 oldname, newname, fid)
554 const DBT *oldname;
601 + sizeof(u_int32_t) + (oldname == NULL ? 0 : oldname->size)
641 if (oldname
[all...]
H A Dcrdel_rec.c238 (const char *)argp->oldname.data,
243 (const char *)argp->oldname.data,
245 (const char *)argp->oldname.data, 1);
H A Dcrdel_autop.c136 for (i = 0; i < argp->oldname.size; i++) {
137 ch = ((u_int8_t *)argp->oldname.data)[i];
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dfile.c144 isc_file_safemovefile(const char *oldname, const char *newname) { argument
154 if (stat(oldname, &sbuf) != 0) {
176 _chmod(oldname, _S_IREAD | _S_IWRITE);
178 filestatus = MoveFile(oldname, newname);
360 isc_file_rename(const char *oldname, const char *newname) { argument
363 REQUIRE(oldname != NULL);
366 r = isc_file_safemovefile(oldname, newname);
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_basic.c258 __fop_rename(env, txn, oldname, newname, fid, appname, with_undo, flags)
261 const char *oldname;
274 if ((ret = __db_appname(env, appname, oldname, 0, NULL, &o)) != 0)
284 DB_INIT_DBT(old, oldname, strlen(oldname) + 1);
H A Dfileops_auto.c715 memset(&argp->oldname, 0, sizeof(argp->oldname));
716 LOGCOPY_32(env,&argp->oldname.size, bp);
718 argp->oldname.data = bp;
719 bp += argp->oldname.size;
756 oldname, newname, fileid, appname)
761 const DBT *oldname;
768 oldname, newname, fileid, appname, DB___fop_rename));
772 oldname, newname, fileid, appname)
777 const DBT *oldname;
[all...]
H A Dfileops.src85 DBT oldname DBT s
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfop004.tcl83 set oldname $subdira/$old
88 set oldname $old
97 set oldfile $path/$oldname
102 set oldfile $oldname
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dfile.h169 isc_file_rename(const char *oldname, const char *newname);
171 * \brief Rename the file 'oldname' to 'newname'.
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dfile.h165 isc_file_rename(const char *oldname, const char *newname);
167 * \brief Rename the file 'oldname' to 'newname'.
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dfile.c146 isc_file_safemovefile(const char *oldname, const char *newname) { argument
156 if (stat(oldname, &sbuf) != 0) {
178 _chmod(oldname, _S_IREAD | _S_IWRITE);
180 filestatus = MoveFile(oldname, newname);
379 isc_file_rename(const char *oldname, const char *newname) { argument
382 REQUIRE(oldname != NULL);
385 r = isc_file_safemovefile(oldname, newname);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph_tcl.tcl569 set oldname $arc
586 set arcNodes($newname) [set nodes $arcNodes($oldname)]
587 unset arcNodes($oldname)
592 set pos [lsearch -exact $inArcs($end) $oldname]
595 set pos [lsearch -exact $outArcs($start) $oldname]
598 if {[info exists arcAttr($oldname)]} {
599 set arcAttr($newname) $arcAttr($oldname)
600 unset arcAttr($oldname)
603 if {[info exists arcWeight($oldname)]} {
604 set arcWeight($newname) $arcWeight($oldname)
[all...]
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dfile.c319 isc_file_rename(const char *oldname, const char *newname) { argument
322 REQUIRE(oldname != NULL);
325 r = rename(oldname, newname);
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm.idl427 /** dsm_reclaim(dsh, name, tempname, oldname, pct, &st): boolean
491 [in, string] char * oldname, /* what to rename the pre-reclamation store */

Completed in 315 milliseconds

123