HomeSort by: relevance | last modified time | path
    Searched refs:select_result (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/time/
tzselect.ksh 79 # and assign the selected argument to the variable 'select_result'.
94 select select_result
96 case $select_result in
125 select_result=$1
433 continent=$select_result
523 region=$select_result
583 time=$select_result
653 country_result=$select_result
654 country=$select_result;;
695 region=$select_result
    [all...]
  /src/external/gpl2/texinfo/dist/info/
man.c 474 int select_result; local
484 select_result = select (fd + 1, fd_set_cast (&read_fds), 0, 0, &timeout);
486 select_result = 1;
489 switch (select_result)
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 1262 int select_result = 0;
1297 select_result = select(max_fd + 1, &waitfdset, NULL, NULL, NULL);
1298 if (select_result == -1 && errno == EINTR)
1301 if (select_result == -1) {
1308 if (select_result == 0)
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 1280 int select_result = 0;
1315 select_result = select(max_fd + 1, &waitfdset, NULL, NULL, NULL);
1316 if (select_result == -1 && errno == EINTR)
1319 if (select_result == -1) {
1326 if (select_result == 0)
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 1671 int select_result = 0;
1705 select_result = select(max_fd + 1, &waitfdset, NULL, NULL, NULL);
1706 if (select_result == -1 && errno == EINTR)
1709 if (select_result == -1) {
1716 if (select_result == 0)

Completed in 34 milliseconds