OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infofile
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/network/stress/ns-tools/
bg_tcp_traffic
129
infofile
=`mktemp -p $TMPDIR`
130
ns-tcpserver -b -f $family -p ${server_port} -o $
infofile
133
if [ -s $
infofile
]; then
138
server_pid=`fgrep PID: $
infofile
| awk '{ print $2 }'`
140
rm -f $
infofile
/external/libcups/cups/
tls-darwin.c
257
infofile
[1024], /* Type-in information for cert */
284
if ((fp = cupsTempFile2(
infofile
, sizeof(
infofile
))) == NULL)
323
posix_spawn_file_actions_addopen(&actions, 0,
infofile
, O_RDONLY, 0);
331
unlink(
infofile
);
337
unlink(
infofile
);
[
all
...]
Completed in 525 milliseconds