OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perror
(Results
226 - 250
of
1075
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libmpeg2/common/
ithread.c
444
//
perror
("Error in setaffinity syscall
PERROR
: ");
/external/parameter-framework/xmlserializer/
XmlDocSource.cpp
233
void CXmlDocSource::schemaValidityStructuredErrorFunc(void* pUserData, _xmlError*
pError
)
239
puts(
pError
->message);
XmlDocSource.h
183
* @param[out]
pError
is the xml error output
185
static void schemaValidityStructuredErrorFunc(void* pUserData, _xmlError*
pError
);
/external/selinux/libsemanage/tests/
test_utilities.c
58
perror
("test_semanage_findval: ");
65
perror
("test_semanage_findval file: ");
/external/valgrind/auxprogs/
getoff.c
115
perror
("fopen output file failed");
167
perror
("fclose output file failed\n");
/external/valgrind/coregrind/
vgdb.h
58
#define ERROR(errno, ...) ((errno == 0 ? 0 :
perror
("syscall failed")), \
62
#define XERROR(errno, ...) ((errno == 0 ? 0 :
perror
("syscall failed")), \
/external/valgrind/helgrind/tests/
tc08_hbl2.c
170
perror
("pthread_create");
180
perror
("pthread join");
/frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h
96
std::string&
pError
);
105
/// @param
pError
- The returned error message
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdio
74
#undef
perror
121
using ::
perror
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio
74
#undef
perror
121
using ::
perror
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio
72
#undef
perror
119
using ::
perror
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio
75
#undef
perror
122
using ::
perror
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio
72
#undef
perror
119
using ::
perror
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio
75
#undef
perror
122
using ::
perror
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio
76
#undef
perror
126
using ::
perror
;
/system/media/audio_utils/tests/
fifo_tests.cpp
64
perror
(inputFile);
156
perror
(outputFile);
/external/bison/lib/
bitset_stats.c
259
perror
(_("cannot read stats file"));
264
perror
(_("cannot read stats file"));
287
perror
(_("cannot write stats file"));
289
perror
(_("cannot write stats file"));
292
perror
(_("cannot open stats file for writing"));
/external/e2fsprogs/misc/
uuidd.c
57
perror
(msg);
68
perror
("fork");
289
perror
("dup");
344
perror
("accept");
350
perror
("read");
/external/srtp/test/
rtpw.c
279
perror
("");
290
perror
("");
402
perror
("");
451
perror
(NULL);
520
perror
("");
Completed in 1106 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>