HomeSort by relevance Sort by last modified time
    Searched full:p1fd (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/kernel/containers/utsname/
utstest.c 97 int p1fd[2], p2fd[2]; variable
125 close(p1fd[1]);
132 len = read(p1fd[0], rhostname, HLEN);
151 len = read(p1fd[0], rhostname, HLEN);
171 len = read(p1fd[0], rhostname, HLEN);
191 len = read(p1fd[0], rhostname, HLEN);
210 len = read(p1fd[0], rhostname, HLEN);
234 close(p1fd[0]);
240 write(p1fd[1], hostname, strlen(hostname));
249 write(p1fd[1], hostname, strlen(hostname))
    [all...]

Completed in 159 milliseconds