代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/192259/8390958

c loop.c

#include "calld.h" #include #include static void cli_done(int); static void child_done(int); static fd_set allset; /* one bit per client conn, plus one for listenfd */
www.eeworm.com/read/192259/8391254

c loop.c

#include "call.h" #include #include /* Copy everything from stdin to "remfd", * and everything from "remfd" to stdout. */ #define BUFFSIZE 512 void loop(int remfd)
www.eeworm.com/read/192259/8391479

c loop.c

#include "opend.h" #include void loop(void) { int i, n, maxfd, maxi, listenfd, clifd, nread; char buf[MAXLINE]; uid_t uid; fd_set rset, allset; FD_ZERO(&allset);
www.eeworm.com/read/192259/8391555

c loop.c

#include #include #include "ourhdr.h" #define BUFFSIZE 512 static void sig_term(int); static volatile sig_atomic_t sigcaught; /* set by signal handler */ void loo
www.eeworm.com/read/391151/8419643

dat loop.dat

0 3317 6 6322 9243 6646 -252 -7429 -10471 -7731 -640 6425 9245 6549 -399 -7534 -10475 -7634 -497 6520 9246 6457 -534 -7627 -10472 -7530 -351 6617 9245 6360 -677 -7726 -10466 -7419 -195 6719 9242 6257
www.eeworm.com/read/189219/8484024

c loop.c

#include "calld.h" #include #include static void cli_done(int); static void child_done(int); static fd_set allset; /* one bit per client conn, plus one for listenfd */ /
www.eeworm.com/read/189219/8484322

c loop.c

#include "call.h" #include #include /* Copy everything from stdin to "remfd", * and everything from "remfd" to stdout. */ #define BUFFSIZE 512 void loop(int remfd) { int b
www.eeworm.com/read/189219/8484673

c loop.c

#include "opend.h" #include void loop(void) { int i, n, maxfd, maxi, listenfd, clifd, nread; char buf[MAXLINE]; uid_t uid; fd_set rset, allset; FD_ZERO(&allset); /* obtain fd
www.eeworm.com/read/189219/8484753

c loop.c

#include #include #include "ourhdr.h" #define BUFFSIZE 512 static void sig_term(int); static volatile sig_atomic_t sigcaught; /* set by signal handler */ void loop(int ptym