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

  /src/bin/cp/
cp.c 108 struct stat to_stat, tmp_stat; local
238 r = lstat(to.p_path, &to_stat);
240 r = stat(to.p_path, &to_stat);
245 if (r == -1 || !S_ISDIR(to_stat.st_mode)) {
326 struct stat to_stat; local
419 sval = Pflag ? lstat(to.p_path, &to_stat) : stat(to.p_path, &to_stat);
424 if (to_stat.st_dev == curr->fts_statp->st_dev &&
425 to_stat.st_ino == curr->fts_statp->st_ino) {
434 S_ISDIR(to_stat.st_mode))
    [all...]
utils.c 102 struct stat to_stat, *fs; local
283 if (fstat(to_fd, &to_stat)) {
286 } else if (fs->st_gid == to_stat.st_gid &&
  /src/external/gpl3/binutils/dist/include/sim/
callback.h 91 int (*to_stat) (host_callback *, const char *, struct stat *);
90 int (*to_stat) (host_callback *, const char *, struct stat *); member in struct:host_callback_struct
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 91 int (*to_stat) (host_callback *, const char *, struct stat *);
90 int (*to_stat) (host_callback *, const char *, struct stat *); member in struct:host_callback_struct
  /src/external/gpl3/gdb/dist/include/sim/
callback.h 91 int (*to_stat) (host_callback *, const char *, struct stat *);
90 int (*to_stat) (host_callback *, const char *, struct stat *); member in struct:host_callback_struct
  /src/external/gpl3/gdb.old/dist/include/sim/
callback.h 91 int (*to_stat) (host_callback *, const char *, struct stat *);
90 int (*to_stat) (host_callback *, const char *, struct stat *); member in struct:host_callback_struct

Completed in 28 milliseconds