Searched refs:stat (Results 151 - 175 of 2417) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstat.h7 struct stat { struct
68 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.h59 struct stat src_st;
62 struct stat dest_st;
H A Dprivate.h18 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dunixlike.h17 #include <stat.h>
80 int Zmacstat (const char *path, struct stat *buf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dfilemap_utils.c14 #include <sys/stat.h>
20 struct stat statbuf;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dwho.c47 struct stat st;
64 if (stat(name, &st) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dexecable.c18 struct stat s;
19 return (!access(name, X_OK) && !stat(name, &s) && S_ISREG(s.st_mode));
H A Dmake_directory.c35 struct stat st;
70 || (stat(path, &st) < 0 || !S_ISDIR(st.st_mode))) {
H A Dpidfile.c21 struct stat sb;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.h59 struct stat src_st;
62 struct stat dest_st;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-ioread.c162 int stat; local
169 stat = pvr2_buffer_queue(bp);
170 if (stat < 0) {
175 cp,stat);
177 return stat;
260 int stat; local
265 stat = pvr2_buffer_queue(cp->c_buf);
266 if (stat < 0) {
272 cp,stat);
287 stat
409 int stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep031.tcl201 set stat [catch {$masterenv dbrename -auto_commit $old $new} ret]
202 error_check_good rename_fail $stat 1
204 set stat [catch {$masterenv dbremove -auto_commit $old} ret]
205 error_check_good remove_fail $stat 1
209 set stat [catch {$masterenv id_reset $old} ret]
210 error_check_good id_reset $stat 1
212 set stat [catch {$masterenv lsn_reset $old} ret]
213 error_check_good lsn_reset $stat 1
264 set stat [catch {$masterenv id_reset $old} ret]
265 error_check_good id_reset_work $stat
[all...]
H A Drep042script.tcl65 set stat [catch {$db del 1} ret]
66 puts "Stat: $stat"
69 set stat [catch {$db truncate} ret]
70 puts "Stat: $stat"
H A Dtxn002.tcl62 set stat [$env log_stat]
63 foreach i $stat {
77 set stat [catch {exec $util_path/db_printlog -h $dir > $tmpfile} ret]
78 error_check_good db_printlog $stat 0
H A Dtxn003.tcl59 set stat [catch {$child abort} ret]
60 error_check_good child_handle $stat 1
72 set stat [catch {$child abort} ret]
73 error_check_good child_handle $stat 1
138 set stat [catch {$child prepare $gid} ret]
139 error_check_good child_prepare $stat 1
143 set stat [catch {$child discard} ret]
144 error_check_good child_discard $stat 1
149 set stat [catch {$parent commit} ret]
150 error_check_good parent_commit $stat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_size.c21 struct stat st;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsysdep.h113 /* Must include these, so we can test for the missing stat macros and
116 #include <sys/stat.h>
158 # define lstat stat
162 /* Reportedly, stat() macros are broken on some old systems. Those
181 # define struct_stat struct stat
184 # define struct_fstat struct stat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dnoinitramfs.c21 #include <linux/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_stat.c21 * List of stat red-black nodes from a tracer
22 * We use a such tree to sort quickly the stat
27 void *stat; member in struct:stat_node
30 /* A stat session is the stats output in one file */
39 /* All of the sessions currently in use. Each stat file embed one session */
43 /* The root directory for all stat files */
73 ts->stat_release(snode->stat);
107 static int insert_stat(struct rb_root *root, void *stat, cmp_stat_t cmp) argument
115 data->stat = stat;
159 void *stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dtest-init.c14 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dstat.h9 struct stat { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dosdep.h10 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dosdep.h13 #include <sys/stat.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/boot/
H A Dinstall.sh49 local stamp=$(stat -c %Y ${file} 2>/dev/null)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dstat.h4 struct stat { struct

Completed in 251 milliseconds

1234567891011>>