Searched refs:from2 (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/tools/tools/mid/ |
| HD | mid-index | 13 local($from,$from2); 32 $from2 = substr($_, 0, 6); 33 $from = substr($from2, 0, 5); 36 if ($from eq "From " || $from2 eq "\nFrom ") {
|
| /NextBSD/crypto/heimdal/appl/rsh/ |
| HD | rshd.c | 408 int to2, int from2, in rshd_loop() argument 416 if(from0 >= FD_SETSIZE || from1 >= FD_SETSIZE || from2 >= FD_SETSIZE) in rshd_loop() 427 FD_SET(from2, &real_readset); in rshd_loop() 428 max_fd = max(from0, max(from1, from2)) + 1; in rshd_loop() 469 if (FD_ISSET(from2, &readset)) { in rshd_loop() 470 ret = read (from2, buf, RSH_BUFSIZ); in rshd_loop() 474 close (from2); in rshd_loop() 476 FD_CLR(from2, &real_readset); in rshd_loop()
|
| /NextBSD/contrib/gcc/ |
| HD | bitmap.c | 1430 bitmap_ior_and_compl (bitmap dst, bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl() argument 1436 bitmap_and_compl (&tmp, from1, from2); in bitmap_ior_and_compl() 1446 bitmap_ior_and_compl_into (bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl_into() argument 1452 bitmap_and_compl (&tmp, from1, from2); in bitmap_ior_and_compl_into()
|