OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/gen/
t_basedirname.c
101
char
testbuf
[32], *base;
local
107
sizeof(
testbuf
))
108
atf_tc_skip("
Testbuf
too small!");
109
strcpy(
testbuf
, test_basename_table[i].input);
110
base = basename(
testbuf
);
124
strcmp(test_basename_table[i].input,
testbuf
) != 0) {
152
char
testbuf
[32], *base;
local
158
sizeof(
testbuf
))
159
atf_tc_skip("
Testbuf
too small!");
160
strcpy(
testbuf
, test_dirname_table[i].input)
[
all
...]
t_basedirname.c
101
char
testbuf
[32], *base;
local
107
sizeof(
testbuf
))
108
atf_tc_skip("
Testbuf
too small!");
109
strcpy(
testbuf
, test_basename_table[i].input);
110
base = basename(
testbuf
);
124
strcmp(test_basename_table[i].input,
testbuf
) != 0) {
152
char
testbuf
[32], *base;
local
158
sizeof(
testbuf
))
159
atf_tc_skip("
Testbuf
too small!");
160
strcpy(
testbuf
, test_dirname_table[i].input)
[
all
...]
Completed in 206 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026