OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errfile
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libarchive/dist/tar/test/
test_leading_slash.c
12
char *
errfile
;
local
26
errfile
= slurpfile(&errfile_size, "test.err");
27
assert(strstr(
errfile
, expected_errmsg) != NULL);
28
free(
errfile
);
test_leading_slash.c
12
char *
errfile
;
local
26
errfile
= slurpfile(&errfile_size, "test.err");
27
assert(strstr(
errfile
, expected_errmsg) != NULL);
28
free(
errfile
);
/src/external/mit/lua/dist/src/
lauxlib.c
747
static int
errfile
(lua_State *L, const char *what, int fnameindex) {
function
804
if (lf.f == NULL) return
errfile
(L, "open", fnameindex);
813
if (lf.f == NULL) return
errfile
(L, "reopen", fnameindex);
824
return
errfile
(L, "read", fnameindex);
lauxlib.c
747
static int
errfile
(lua_State *L, const char *what, int fnameindex) {
function
804
if (lf.f == NULL) return
errfile
(L, "open", fnameindex);
813
if (lf.f == NULL) return
errfile
(L, "reopen", fnameindex);
824
return
errfile
(L, "read", fnameindex);
Completed in 31 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026