Searched refs:to_stat (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/bin/cp/
H A Dcp.c108 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
[all...]
H A Dutils.c102 struct stat to_stat, *fs; local
283 if (fstat(to_fd, &to_stat)) {
286 } else if (fs->st_gid == to_stat.st_gid &&
/netbsd-current/external/gpl3/gdb.old/dist/include/gdb/
H A Dcallback.h93 int (*to_stat) (host_callback *, const char *, struct stat *);
92 int (*to_stat) (host_callback *, const char *, struct stat *); member in struct:host_callback_struct
/netbsd-current/external/gpl3/gdb/dist/include/sim/
H A Dcallback.h91 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
/netbsd-current/external/gpl3/binutils.old/dist/include/sim/
H A Dcallback.h91 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
/netbsd-current/external/gpl3/binutils/dist/include/sim/
H A Dcallback.h91 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
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-io.c396 return STATE_CALLBACK (sd)->to_stat (STATE_CALLBACK (sd), path, buf);
H A Dsyscall.c458 result = (*cb->to_stat) (cb, path, &statbuf);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-io.c401 return STATE_CALLBACK (sd)->to_stat (STATE_CALLBACK (sd), path, buf);
H A Dsyscall.c501 result = (*cb->to_stat) (cb, path, &statbuf);
/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c2876 sim_callback->to_stat (sim_callback, filename, &stat_rec);
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c3076 sim_callback->to_stat (sim_callback, filename, &stat_rec);

Completed in 334 milliseconds