Searched refs:statbuf (Results 76 - 100 of 108) sorted by relevance

12345

/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c1269 struct stat statbuf;
1271 if (lstat(TZDEFAULT, &statbuf) == 0) {
1272 if (statbuf.st_mtimespec.tv_sec > last_mtimespec.tv_sec ||
1273 (statbuf.st_mtimespec.tv_sec == last_mtimespec.tv_sec &&
1274 statbuf.st_mtimespec.tv_nsec > last_mtimespec.tv_nsec)) {
1278 last_mtimespec = statbuf.st_mtimespec;
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.c306 struct stat statbuf; local
311 r = stat(path, &statbuf);
312 if (r == 0 && S_ISREG(statbuf.st_mode))
320 struct stat statbuf; local
356 r = stat(SYSFS_DEVICE_PATH, &statbuf);
357 if (r == 0 && S_ISDIR(statbuf.st_mode)) {
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dprefs.c56 struct stat statbuf; local
62 if (0 <= stat(path, &statbuf)) {
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcd.c506 struct stat statbuf;
543 if (stat((const char *) dname, &statbuf) &&
503 struct stat statbuf; local
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_util.c204 struct stat statbuf; local
214 if (stat(stats_drift_file, &statbuf) == -1) {
H A Dntpd.c495 struct stat statbuf; local
505 if (lstat(PACEMAKER_FILE, &statbuf) == 0) {
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dat.c222 struct stat statbuf; local
283 if (stat(atfile, &statbuf) != 0)
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dformdata.c1424 struct_stat statbuf; local
1427 result = stat(file, &statbuf);
1429 switch (statbuf.st_fab_rfm) {
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_getparam.c1784 struct_stat statbuf; local
1785 if(-1 == stat(nextarg, &statbuf)) {
1795 config->condtime = statbuf.st_mtime;
/macosx-10.10.1/gpatch-3/patch/
H A Dpatch.c195 struct stat statbuf; local
196 if (stat (TMPOUTNAME, &statbuf) != 0)
198 outstate.zero_output = statbuf.st_size == 0;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dlpi.c1450 struct stat statbuf; local
1580 if (stat(dname, &statbuf) < 0) {
1585 majdev = major(statbuf.st_rdev);
/macosx-10.10.1/text_cmds-88/pr/
H A Dpr.c1295 struct stat statbuf; local
1379 if (fstat(fileno(inf), &statbuf) < 0) {
1387 timeptr = localtime(&(statbuf.st_mtime));
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzftp.c1249 struct stat statbuf; local
1253 if ((fd == -1 ? stat(fnam, &statbuf) : fstat(fd, &statbuf)) < 0)
1256 sz = statbuf.st_size;
1260 tm = gmtime(&statbuf.st_mtime);
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_network.c103 struct webdav_stat_attr *statbuf); /* <- stat information is returned in this buffer */
2480 struct webdav_stat_attr *statbuf) /* <- stat information is returned in this buffer */
2520 /* parse the statbuf from the response buffer */
2521 error = parse_stat(responseBuffer, count, statbuf);
2615 struct webdav_stat_attr *statbuf) /* <- stat information is returned in this buffer except for st_ino */
2629 error = network_stat(uid, node, urlRef, REDIRECT_AUTO, statbuf);
2653 struct webdav_stat_attr *statbuf) /* <- stat information is returned in this buffer */
2667 error = network_stat(uid, node, urlRef, REDIRECT_MANUAL, statbuf);
2672 statbuf->attr_stat.st_ino = node->fileid;
2708 struct webdav_stat_attr statbuf; local
2475 network_stat( uid_t uid, struct node_entry *node, CFURLRef urlRef, enum RedirectAction redirectAction, struct webdav_stat_attr *statbuf) argument
2610 network_lookup( uid_t uid, struct node_entry *node, char *name, size_t name_length, struct webdav_stat_attr *statbuf) argument
2650 network_getattr( uid_t uid, struct node_entry *node, struct webdav_stat_attr *statbuf) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dmmo.c497 struct stat statbuf; local
502 if (bfd_stat (abfd, &statbuf) < 0
509 if ((statbuf.st_size % 4) != 0
514 if (bfd_seek (abfd, (file_ptr) statbuf.st_size - 4, SEEK_SET) != 0
1919 struct stat statbuf; local
1922 if (bfd_stat (abfd, &statbuf) < 0)
1925 if (statbuf.st_size != curpos)
H A Darchive.c1942 struct stat statbuf;
1946 stat (arch->filename, &statbuf);
1950 bfd_ardata (arch)->armap_timestamp = statbuf.st_mtime + ARMAP_TIME_OFFSET;
1933 struct stat statbuf; local
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c2682 struct stat statbuf;
2694 stat (argv[i], &statbuf);
2714 set_times (tmpname, &statbuf);
2741 struct stat statbuf;
3299 if (stat (input_filename, & statbuf) < 0)
3317 set_times (tmpname, &statbuf);
3328 set_times (output_filename, &statbuf);
2680 struct stat statbuf; local
2739 struct stat statbuf; local
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfileio.c2386 struct stat statbuf;
2393 if (lstat (SDATA (encoded_filename), &statbuf) >= 0)
2410 *statptr = statbuf;
3086 struct stat statbuf;
3099 return (stat (SDATA (absname), &statbuf) >= 0) ? Qt : Qnil;
3135 struct stat statbuf;
3160 desc = stat (SDATA (absname), &statbuf);
3163 if (S_ISFIFO (statbuf.st_mode))
3183 struct stat statbuf;
3195 if (stat (SDATA (encoded), &statbuf) >
2377 struct stat statbuf; local
3073 struct stat statbuf; variable in typeref:struct:stat
3122 struct stat statbuf; variable in typeref:struct:stat
3170 struct stat statbuf; variable in typeref:struct:stat
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Drandom.c494 struct stat statbuf; local
511 if (fstat(fd, &statbuf) == 0 && S_ISCHR(statbuf.st_mode)) {
/macosx-10.10.1/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c1673 struct statfs statbuf; local
1688 if (statfs(mountpath, &statbuf) == -1) {
1696 urlString = CFStringCreateWithCString(NULL, statbuf.f_mntfromname, kCFStringEncodingUTF8);
/macosx-10.10.1/sudo-73/src/
H A Dsudo.c1369 struct stat statbuf; local
1385 if (stat(flagfile, &statbuf) == 0) {
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c753 struct stat statbuf; local
801 ret = stat(filename, &statbuf);
805 SV.script = malloc((int)statbuf.st_size);
809 SV.scriptSize = (int)statbuf.st_size;
813 ret = fread(SV.script, statbuf.st_size, 1, filefd);
/macosx-10.10.1/cups-408/cups/scheduler/
H A DMakefile41 statbuf.o \
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPrivate.c1421 struct stat statbuf; local
1427 if (0 <= stat(path, &statbuf)) {
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c1580 struct stat statbuf; local
1582 resolvers_now = (stat(_PATH_RESOLVER_DIR, &statbuf) == 0);

Completed in 825 milliseconds

12345