/external/libcups/cups/ |
dir.h | 46 struct stat fileinfo; /* File information */ member in struct:cups_dentry_s
|
request.c | 110 struct stat fileinfo; /* File information */ local 148 if (fstat(infile, &fileinfo)) 163 if (fileinfo.st_mode & _S_IFDIR) 165 if (S_ISDIR(fileinfo.st_mode)) 180 if (!S_ISREG(fileinfo.st_mode)) 184 length = ippLength(request) + (size_t)fileinfo.st_size; 224 if (S_ISREG(fileinfo.st_mode))
|
testppd.c | 909 struct stat fileinfo; /* File information */ local 949 if (lstat(filename, &fileinfo)) 955 if (S_ISLNK(fileinfo.st_mode)) 966 if (stat(realfile, &fileinfo)) 971 (long)fileinfo.st_size); 974 printf("%s: regular file, %ld bytes\n", filename, (long)fileinfo.st_size);
|
file.c | 57 struct stat fileinfo; /* File information */ local 82 if (stat(filename, &fileinfo)) 101 if (!S_ISDIR(fileinfo.st_mode)) 106 if (!S_ISREG(fileinfo.st_mode)) 136 if (fileinfo.st_uid || /* 1. Must be owned by root */ 137 (fileinfo.st_mode & S_IWGRP) || /* 2. Must not be writable by group */ 138 (fileinfo.st_mode & S_ISUID) || /* 3. Must not be setuid */ 139 (fileinfo.st_mode & S_IWOTH)) /* 4. Must not be writable by others */ 162 if (stat(temp, &fileinfo)) 175 if (fileinfo.st_uid || /* 1. Must be owned by root * 2542 struct stat fileinfo; \/* File information *\/ local [all...] |
/external/nanopb-c/examples/network_server/ |
client.c | 28 FileInfo fileinfo; local 30 if (!pb_decode(stream, FileInfo_fields, &fileinfo)) 33 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name);
|
server.c | 30 FileInfo fileinfo; local 34 fileinfo.inode = file->d_ino; 35 strncpy(fileinfo.name, file->d_name, sizeof(fileinfo.name)); 36 fileinfo.name[sizeof(fileinfo.name) - 1] = '\0'; 41 if (!pb_encode_submessage(stream, FileInfo_fields, &fileinfo))
|
/external/e2fsprogs/util/ |
copy_sparse.c | 92 struct stat64 fileinfo; local 102 if (stat64(src, &fileinfo) < 0) { 106 if (!S_ISREG(fileinfo.st_mode)) { 126 numblocks = (fileinfo.st_size + (bs-1)) / bs; 129 (long long) fileinfo.st_size, numblocks); 189 offset = fileinfo.st_size; 190 if (fstat64(ofd, &fileinfo) < 0) { 194 if (fileinfo.st_size != offset) {
|
/external/libchrome/base/ |
sys_info_chromeos.cc | 78 File::Info fileinfo; local 79 if (GetFileInfo(path, &fileinfo)) 80 lsb_release_time_ = fileinfo.creation_time;
|
/external/curl/src/ |
tool_operate.c | 590 struct_stat fileinfo; local 592 if(0 == stat(outfile, &fileinfo)) 594 config->resume_from = fileinfo.st_size; 630 struct_stat fileinfo; local 654 if(stat(uploadfile, &fileinfo) == 0) { 655 fileinfo.st_size = VmsSpecialSize(uploadfile, &fileinfo); 656 switch (fileinfo.st_fab_rfm) { 670 if((infd == -1) || fstat(infd, &fileinfo)) 684 if(S_ISREG(fileinfo.st_mode) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
dwarf2.c | 1120 struct fileinfo struct 1143 struct fileinfo* files; [all...] |
vms-alpha.c | 200 struct fileinfo 259 struct fileinfo *file_table; 199 struct fileinfo struct [all...] |
/external/elfutils/src/ |
ld.h | 176 struct usedfiles *fileinfo; member in struct:usedfiles::scninfo [all...] |