OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clnt_fname
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/network/tcp_cmds/sendfile/
sendfile01
68
for
clnt_fname
in $FILES; do
69
serv_fname=${TCdat}/$
clnt_fname
73
"$CLIENT ip '$ipaddr' port '$port' file '$
clnt_fname
'"
75
$CLIENT $ipaddr $port $
clnt_fname
$serv_fname $size >\
84
diff $serv_fname $
clnt_fname
> /dev/null 2>&1
testsf_c.c
34
char *serv_fname, *
clnt_fname
;
local
56
clnt_fname
= argv[3]; /* filename to create */
60
if ((fd = open(
clnt_fname
, O_CREAT | O_TRUNC | O_WRONLY, 0777)) < 0) {
116
clnt_fname
);
Completed in 136 milliseconds