HomeSort by: relevance | last modified time | path
    Searched defs:toname (Results 1 - 7 of 7) sorted by relevancy

  /src/share/examples/refuse/fanoutfs/
fanoutfs.c 410 char toname[MAXPATHLEN]; local
415 (void) snprintf(toname, sizeof(toname), "%s%s", dirs.v[0], to);
416 if (!mkdirs(toname)) {
419 if (rename(fromname, toname) < 0) {
  /src/sys/fs/msdosfs/
msdosfs_rename.c 379 unsigned char toname[12], oldname[12]; local
452 error = msdosfs_uniqdosname(VTODE(tdvp), tcnp, toname);
467 memcpy(VTODE(fvp)->de_Name, toname, 11);
  /src/external/mit/lua/dist/src/
loslib.c 166 const char *toname = luaL_checkstring(L, 2); local
167 return luaL_fileresult(L, rename(fromname, toname) == 0, NULL);
  /src/external/gpl3/gcc/dist/gcc/
tree-emutls.cc 94 char *toname = (char *) alloca (plen + nlen + 1); local
96 memcpy (toname, prefix, plen);
97 memcpy (toname + plen, IDENTIFIER_POINTER (name), nlen + 1);
99 return get_identifier (toname);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-emutls.cc 93 char *toname = (char *) alloca (plen + nlen + 1); local
95 memcpy (toname, prefix, plen);
96 memcpy (toname + plen, IDENTIFIER_POINTER (name), nlen + 1);
98 return get_identifier (toname);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_sendrecv.c 1567 char *toname; local
1593 if (nvlist_lookup_string(resume_nvl, "toname", &toname) != 0 ||
1608 if (guid_to_name(hdl, toname, toguid, B_FALSE, name) != 0) {
1609 if (zfs_dataset_exists(hdl, toname, ZFS_TYPE_DATASET)) {
1612 "the initial send"), toname);
1616 toname);
1628 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) {
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 3774 char *toname = NULL; local
3925 toname = cp + 1;
3965 err = zfs_send(zhp, fromname, toname, &flags, STDOUT_FILENO, NULL, 0,

Completed in 34 milliseconds