OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_isreg
(Results
151 - 175
of
283
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/src/
tool_operate.c
329
heads.
s_isreg
= TRUE;
628
outs.
s_isreg
= TRUE;
689
if(
S_ISREG
(fileinfo.st_mode))
[
all
...]
/external/e2fsprogs/misc/
e4defrag.c
398
if (
S_ISREG
(buf->st_mode))
1122
if (!
S_ISREG
(buf->st_mode)) {
[
all
...]
/external/e2fsprogs/resize/
main.c
294
if (!
S_ISREG
(st_buf.st_mode )) {
/external/selinux/libselinux/src/
label_db.c
286
if (!
S_ISREG
(sb.st_mode)) {
/external/selinux/policycoreutils/setfiles/
setfiles.c
396
if (!
S_ISREG
(sb.st_mode)) {
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
264
if (!
S_ISREG
(statInFile.st_mode)) {
/prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py
166
elif stat.
S_ISREG
(a_type):
/prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py
166
elif stat.
S_ISREG
(a_type):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py
166
elif stat.
S_ISREG
(a_type):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py
166
elif stat.
S_ISREG
(a_type):
/system/core/cpio/
mkbootfs.c
241
if(
S_ISREG
(s.st_mode)){
/toolchain/binutils/binutils-2.25/bfd/
plugin.c
299
if (stat(full_name, &s) == 0 &&
S_ISREG
(s.st_mode))
/external/elfutils/src/
strings.c
177
(fstat (STDIN_FILENO, &st) == 0 &&
S_ISREG
(st.st_mode))
200
|| !
S_ISREG
(st.st_mode)
/external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c
36
#define
S_ISREG
(m) (((m) & _S_IFMT) == _S_IFREG)
491
(stat(path, &stat_buf) < 0) || (!(
S_ISREG
(stat_buf.st_mode))) ) {
/external/toybox/toys/pending/
mke2fs.c
173
else if (
S_ISREG
(that->st.st_mode)) {
381
// TODO :
S_ISREG
/DIR/CHR/BLK/FIFO/LNK/SOCK(m)
/external/toybox/toys/posix/
ls.c
98
if (
S_ISREG
(mode) && (mode&0111)) return '*';
276
else if (
S_ISREG
(mode) && (mode&0111)) color = 256+32;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
556
#ifndef
S_ISREG
557
#define
S_ISREG
(m) (((m) & S_IFMT) == S_IFREG)
[
all
...]
/system/core/libbacktrace/
BacktraceOffline.cpp
631
if (stat(filename.c_str(), &st) != 0 || !
S_ISREG
(st.st_mode)) {
650
if (stat(apk_path.c_str(), &st) != 0 || !
S_ISREG
(st.st_mode)) {
/bionic/libc/bionic/
getentropy_linux.c
492
if (
S_ISREG
(st.st_mode) ||
/external/boringssl/src/tool/
digest.cc
100
if (!
S_ISREG
(st.st_mode)) {
/external/f2fs-tools/fsck/
dump.c
237
if (!
S_ISREG
(imode)) {
/external/f2fs-tools/lib/
libf2fs.c
459
if (
S_ISREG
(stat_buf.st_mode)) {
/external/liblzf/
lzf.c
396
if (!
S_ISREG
(mystat.st_mode))
/external/libmtp/examples/
sendtr.c
193
} else if (
S_ISREG
(sb.st_mode)) {
/external/libxml2/
runxmlconf.c
60
if (!
S_ISREG
(buf.st_mode))
Completed in 951 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>