Searched
full:stat (Results
401 -
425 of
1263) sorted by null
<<11121314151617181920>>
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 58 #include <sys/stat.h> 320 struct stat st; 321 if (stat(fname, &st) < 0)
|
/external/libpcap/ |
pcap-nit.c | 94 *ps = p->md.stat; 160 p->md.stat.ps_drop = nh->nh_dropped; 171 ++p->md.stat.ps_recv;
|
/external/openssl/apps/ |
crl2p7.c | 66 #include <sys/stat.h> 298 struct stat st; 305 if ((stat(certfile,&st) != 0))
|
/external/openssl/crypto/rand/ |
rand_unix.c | 124 #include <sys/stat.h> 164 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])]; 197 struct stat *st=&randomstats[i];
|
/external/ppp/pppd/plugins/radius/ |
config.c | 311 struct stat st; 349 if (stat(file, &st) == 0) 360 if (stat(file, &st) == 0)
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/ |
SDL_syscdrom.cc | 31 #include <sys/stat.h> 84 struct stat stbuf; 89 if ( stat(drive, &stbuf) < 0 ) {
|
/external/srec/srec/clib/ |
voc_read.c | 38 #include <sys/stat.h> 40 #define stat _stat macro 273 struct stat statbuf;
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 24 #include <sys/stat.h> 87 struct stat st; 92 } else if (stat(anr_traces_path, &st)) {
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
cu_wext.c | 236 struct iw_statistics stat; local 239 pCuWext->req_data.data.pointer = &stat; 245 *rssi = stat.qual.level;
|
/system/core/adb/ |
sysdeps.h | 35 #include <sys/stat.h> 84 #define lstat stat /* no symlinks on Win32 */ 262 #include <sys/stat.h>
|
/system/core/init/ |
builtins.c | 18 #include <sys/stat.h> 449 struct stat info; 456 if (stat(args[1], &info) < 0)
|
/system/core/toolbox/ |
schedtop.c | 8 #include <sys/stat.h> 129 sprintf(line, "/proc/%d/task/%d/stat", pid, tid); 131 sprintf(line, "/proc/%d/stat", pid);
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 24 #include <sys/stat.h> 213 #if 1 //TODO: figure out why this is happening; remove include of stat.h 218 struct stat st; 219 rv = stat(mount_point, &st);
|
/build/tools/ |
dump-package-stats | 71 stat $statArgs $1
|
/development/simulator/app/ |
PropertyServer.cpp | 30 #include <sys/stat.h> 248 struct stat sb; 253 cc = stat(fileName, &sb); 257 "Unable to stat '%s' (errno=%d)\n", fileName, errno);
|
/development/tools/line_endings/ |
line_endings.c | 6 #include <sys/stat.h>
|
/external/bluetooth/bluez/serial/ |
manager.c | 40 #include <sys/stat.h>
|
/external/bluetooth/glib/tests/ |
iochannel-test.c | 5 #include <sys/stat.h>
|
/external/clearsilver/util/ |
ulocks.c | 15 #include <sys/stat.h>
|
/external/dropbear/ |
includes.h | 37 #include <sys/stat.h>
|
/external/e2fsprogs/e2fsck/ |
scantest.c | 30 #include <sys/stat.h>
|
/external/e2fsprogs/lib/blkid/ |
devname.c | 29 #include <sys/stat.h> 122 * the stat information doesn't check out, use blkid_devno_to_devname() 126 struct stat st; 134 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
|
resolve.c | 21 #include <sys/stat.h>
|
/external/e2fsprogs/lib/ext2fs/ |
alloc.c | 20 #include <sys/stat.h>
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
replace-includes | 39 +#include <sys/stat.h>
|
Completed in 258 milliseconds
<<11121314151617181920>>