HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 476 - 500 of 1263) sorted by null

<<11121314151617181920>>

  /external/jhead/
main.c 41 #include <sys/stat.h>
93 struct stat st;
94 if (stat(FileName, &st) >= 0) {
109 struct stat buf;
140 if (stat(backupName, &buf) == 0){
  /external/openssl/crypto/des/
des.c 82 #include <stat.h>
87 #include <sys/stat.h>
131 struct stat ins,outs;
266 (stat(in,&ins) != -1) &&
267 (stat(out,&outs) != -1) &&
  /external/qemu/slirp/
udp.c 88 STAT(udpstat.udps_ipackets++);
115 STAT(udpstat.udps_badlen++);
141 STAT(udpstat.udps_badsum++);
185 STAT(udpstat.udpps_pcbcachemiss++);
303 STAT(udpstat.udps_opackets++);
tftp.c 371 struct stat stat_p;
380 if (stat(buffer, &stat_p) == 0)
  /external/quake/quake/src/WinQuake/
vid_dos.cpp 200 int stat; local
236 stat = (*pcurrentmode->setmode) (&vid, pcurrentmode);
238 if (stat < 1)
240 if (stat == 0)
249 else if (stat == -1)
gl_vidnt.cpp 376 qboolean stat; local
403 stat = VID_SetWindowedMode(modenum);
411 stat = VID_SetWindowedMode(modenum);
416 stat = VID_SetFullDIBMode(modenum);
432 if (!stat)
1370 BOOL stat; local
    [all...]
  /external/wpa_supplicant/
driver_test.c 18 #include <sys/stat.h>
670 struct stat st;
675 if (stat(addr.sun_path, &st) < 0) {
834 struct stat st;
839 if (stat(addr.sun_path, &st) < 0) {
  /bootable/diskinstaller/
installer.c 29 #include <sys/stat.h>
412 struct stat filestat;
415 while (stat(inst_data_dev, &filestat))
  /external/e2fsprogs/misc/
e2image.c 32 #include <sys/stat.h>
91 struct stat st;
133 if (stat(device_name, &st) == 0)
  /external/libpcap/
pcap-snit.c 108 *ps = p->md.stat;
164 ++p->md.stat.ps_recv;
176 p->md.stat.ps_drop = ndp->nh_drops;
pcap-snoop.c 127 ++p->md.stat.ps_recv;
183 p->md.stat.ps_drop =
192 *ps = p->md.stat;
pcap-dos.c 306 p->md.stat.ps_drop++;
357 p->md.stat.ps_recv = stats->rx_packets;
358 p->md.stat.ps_drop += stats->rx_missed_errors;
359 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */
362 *ps = p->md.stat;
429 p->md.stat.ps_drop = 0;
    [all...]
  /external/netcat/
generic.h 53 /* if your machine doesn't have lstat(), it should have stat() [dos...] */
126 #define HAVE_ST_BLKSIZE ... a stat() thing?
203 HAVE_STBLKSIZE [stat?]
  /external/tcpdump/
util.c 33 #include <sys/stat.h>
479 struct stat buf;
486 error("can't stat %s: %s", fname, pcap_strerror(errno));
  /frameworks/base/cmds/runtime/
main_runtime.cpp 34 #include <sys/stat.h>
246 struct stat s;
247 int res = stat(dir, &s);
  /frameworks/base/media/libmediaplayerservice/
VorbisPlayer.cpp 28 #include <sys/stat.h>
153 struct stat sb;
156 ret = stat(path, &sb);
  /hardware/msm7k/librpc/rpc/
types.h 276 rpc_accept_stat_e_type stat; member in struct:rpc_accepted_reply_header
292 rpc_reject_stat_e_type stat; member in struct:rpc_denied_reply
310 rpc_reply_stat_e_type stat; member in struct:rpc_reply_header
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 28 #include <sys/stat.h>
411 struct stat sb;
419 if ( stat(path, &sb) == 0 ) {
437 /* rcg06302000 replaced access(F_OK) call with stat().
438 * stat() will fail if the file doesn't exist, so it's
441 if ( stat(path, &sb) == 0 ) {
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 29 #include <sys/stat.h>
123 struct stat fileStatus;
  /external/bluetooth/glib/glib/
gfileutils.c 25 #include <sys/stat.h>
35 #include <sys/stat.h>
277 * file. We fall through to a stat test to avoid that.
285 struct stat s;
295 struct stat s;
297 if (stat (filename, &s) == 0)
599 struct stat *stat_buf,
681 struct stat stat_buf;
    [all...]
  /external/e2fsprogs/lib/blkid/
read.c 18 #include <sys/stat.h>
385 struct stat st;
  /external/qemu/slirp-android/
tftp.c 377 struct stat stat_p;
386 if (stat(buffer, &stat_p) == 0)
  /external/quake/quake/src/QW/client/
gl_vidnt.c 376 qboolean stat; local
403 stat = VID_SetWindowedMode(modenum);
411 stat = VID_SetWindowedMode(modenum);
416 stat = VID_SetFullDIBMode(modenum);
432 if (!stat)
1370 BOOL stat; local
    [all...]
  /external/strace/strace/linux/sparc/
syscallent.h 39 { 2, TF, sys_stat, "stat" }, /* 38 */
233 { 2, TF, sys_stat, "stat" }, /* 232 */
  /external/strace/strace/linux/sparc64/
syscallent.h 39 { 2, TF, sys_stat, "stat" }, /* 38 */
233 { 2, TF, sys_stat, "stat" }, /* 232 */

Completed in 266 milliseconds

<<11121314151617181920>>