OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:empty_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-fs-open-flags.c
57
static char
empty_file
[FILE_NAME_SIZE];
variable
87
/*
empty_file
*/
88
sprintf(
empty_file
, "test_file_%d", sid++);
90
r = uv_fs_open(NULL, &open_req,
empty_file
,
124
unlink(
empty_file
);
279
writeFail(
empty_file
, UV_EBADF);
280
readExpect(
empty_file
, "", 0);
289
writeFail(
empty_file
, UV_EBADF);
290
readExpect(
empty_file
, "", 0);
299
writeExpect(
empty_file
, "bc", 2)
[
all
...]
/src/external/gpl2/xcvs/dist/src/
diff.c
488
enum diff_file
empty_file
= DIFF_DIFFERENT;
local
552
empty_file
= DIFF_REMOVED;
639
empty_file
= DIFF_ADDED;
651
empty_file
= DIFF_REMOVED;
684
empty_file
= diff_file_nodiff (finfo, vers,
empty_file
, &rev1_cache);
685
if (
empty_file
== DIFF_SAME)
697
else if (
empty_file
== DIFF_ERROR)
729
if (
empty_file
== DIFF_REMOVED)
736
if (
empty_file
== DIFF_ADDED
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026