Searched defs:rename (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Drename.c38 #pragma weak _rename = rename
40 rename(const char *oldname, const char *newname) function
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h28 int (*rename) (const char *, const char *); member in struct:fuse_operations_compat25
87 int (*rename) (const char *, const char *); member in struct:fuse_operations_compat22
138 int (*rename) (const char *, const char *); member in struct:fuse_operations_compat2
186 int (*rename) (const char *, const char *); member in struct:fuse_operations_compat1
H A Dfuse.h130 int (*rename) (const char *, const char *); member in struct:fuse_operations
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm371 sub rename subroutine
373 @_ == 3 or croak 'usage: $ftp->rename(FROM, TO)';
1376 =item rename ( OLDNAME, NEWNAME )
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c138 #define sysrename rename
800 rename(const char* fp, const char* tp) function
931 * rename to a `deleted' path just in case the file is open
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c1007 * if this succeeds, the file is renamed to dbname. Since rename(2)
1071 if (rename(tmpdbname, dbname) != 0)
1088 * If rename is true, nvl must be valid; the object will be written back
1091 * If rename is false and nvl is valid, the object will be written back
1094 * If rename is false and nvl is NULL, the object will be removed from
1100 boolean_t rename)
1113 if (rename && nvl == NULL)
1141 if (rename) {
1212 if (idmatch && !rename) {
1243 * bail out earlier, then we're doing a rename
1099 netcfg_update_object_in_file(nvlist_t *idlist, uint64_t flags, nvlist_t *nvl, boolean_t rename) argument
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c75 #define T_RENAMECTSTR "rename" /* non-standard */
449 int expect_deleteoldrdn, expect_newparent, rename, moddn; local
458 expect_chgtype_or_control = linenum = got_value = rename = moddn = 0;
599 rename = 1;
617 fprintf(stderr, gettext("%s: Missing changetype operation specification.\n\tThe dn line must be followed by \"changetype: operation\"\n\t(unless ldapmodify is called with -a option)\n\twhere operation is add|delete|modify|modrdn|moddn|rename\n\t\"%s\" is not a valid changetype operation specification\n\t(line %d of entry %s)\n"),
663 if ( rename ) {
676 if ( rename ) {
686 /* Since this is an optional argument for rename/moddn, cause
741 rename = 0;
1171 printf( gettext("rename complete
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c932 /* Don't allow rename of temporary pools/resources */
934 boolean_t rename = B_TRUE; local
944 rename = B_FALSE;
948 if (rename) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h443 # define rename PerlLIO_rename macro

Completed in 63 milliseconds