Searched refs:toname (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/openbsm/bsm/
H A Dauditd_lib.h106 int auditd_rename(const char *fromname, const char *toname);
/freebsd-9.3-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c796 inject_dist(const char *fromname, char *toname, size_t tonamesize) argument
803 strlcpy(toname, fromname, ptr - fromname + 1);
804 strlcat(toname, "/dist/", tonamesize);
805 strlcat(toname, ptr + 1, tonamesize);
823 auditd_rename(const char *fromname, const char *toname) argument
829 inject_dist(toname, tname, sizeof(tname));
834 return (rename(fromname, toname));
/freebsd-9.3-release/crypto/heimdal/lib/auth/sia/
H A Dsia.c121 char *toname, *toinst; local
156 toname = name;
172 toname = fpwd->pw_name;
182 if(krb_kuserok(toname, toinst, realm, name)){
184 toname, toinst, realm, name));
208 ret = krb_verify_user(toname, toinst, realm,
217 toname, toinst, krb_get_err_text(ret));
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c622 register char * toname; local
632 toname = ecpyalloc(tofield);
634 toname = ecpyalloc(directory);
635 toname = ecatalloc(toname, "/");
636 toname = ecatalloc(toname, tofield);
642 if (!itsdir(toname))
643 (void) remove(toname);
644 if (link(fromname, toname) !
[all...]
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c994 u_char toname[12], oldname[11]; local
1150 error = uniqdosname(VTODE(tdvp), tcnp, toname);
1211 bcopy(toname, ip->de_Name, 11); /* update denode */
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3688 char *toname = NULL; local
3804 toname = cp + 1;
3844 err = zfs_send(zhp, fromname, toname, &flags, STDOUT_FILENO, NULL, 0,

Completed in 80 milliseconds