Searched refs:pipe (Results 1 - 25 of 330) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsf.c686 * Interface to pipe and exec, for starting children in pipelines.
695 if ( pipe( fd ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure9225 # Check to see that the pipe works correctly.
35881 { $as_echo "$as_me:${as_lineno-$LINENO}: skip check for pipe on msdosdjgpp" >&5
35882 $as_echo "$as_me: skip check for pipe on msdosdjgpp" >&6;}
35896 pipe \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_main.c70 if(pipe(fd) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Drtspd.c109 int pipe; /* if non-zero, expect this many requests to do a "piped" member in struct:httprequest
451 else if(1 == sscanf(ptr, "pipe: %d", &num)) {
452 logmsg("instructed to allow a pipe size of %d", num);
454 logmsg("negative pipe size ignored");
456 req->pipe = num-1; /* decrease by one since we don't count the
556 if(req->pipe)
663 if(!req->pipe &&
676 while(req->pipe) {
685 req->pipe--;
787 req->pipe
[all...]
H A Dsws.c111 int pipe; /* if non-zero, expect this many requests to do a "piped" member in struct:httprequest
435 else if(1 == sscanf(cmd, "pipe: %d", &num)) {
436 logmsg("instructed to allow a pipe size of %d", num);
438 logmsg("negative pipe size ignored");
440 req->pipe = num-1; /* decrease by one since we don't count the
549 if(req->pipe)
657 if(!req->pipe &&
671 while(req->pipe) {
680 req->pipe--;
784 req->pipe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure15213 for ac_func in memmove vsnprintf snprintf asprintf vasprintf setsid glob strpbrk pipe crypt16 getauthuid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dselect.c27 signal handler to write to a pipe that is in the select/poll list
52 Like select() but avoids the signal race using a pipe
63 pipe(select_pipe);
69 * select returned that there is data in the pipe and
H A Dsmbrun.c201 /* build up an input pipe */
202 if(pipe(ifd)) {
H A Dsystem.c1203 if (pipe(pipe_fds) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dasyncdns.c137 if (pipe(fd1) || pipe(fd2)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_dual.c55 setup a select() including the dual daemon pipe
74 to the dual daemon pipe
91 /* the pipe is dead! fall back to normal operation */
148 if (pipe(fdpair) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c26 * named pipe (IPC$ connection using SMBtrans). details of DCE/RPC
99 * the pipe gets closed. JRA.
334 the pipe struct.
441 failed authentication on named pipe %s.\n", domain, user_name, wks, p->name ));
452 succeeded authentication on named pipe %s, but session key was of incorrect length [%u].\n",
501 * Store the UNIX credential data (uid/gid pair) in the pipe structure.
537 The switch table for the pipe names and the functions to handle them.
546 } pipe; member in struct:rpc_table
764 /* we have to check all now since win2k introduced a new UUID on the lsaprpc pipe */
806 Register commands to an RPC pipe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Doplock_irix.c42 if(pipe(pfd) != 0) {
43 DEBUG(0,("check_kernel_oplocks: Unable to create pipe. Error was %s\n",
242 Set *maxfd to include oplock read pipe.
265 if(pipe(pfd) != 0) {
266 DEBUG(0,("setup_kernel_oplock_pipe: Unable to create pipe. Error was %s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c1405 if (pipe(p)) return real_fork();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.c1256 pipe(filedes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c225 r = pipe(infofds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A DMakefile.linux13 COPTS= -O2 -g -pipe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile36 COPTS = -O2 -pipe -Wall -g
H A DMakefile.linux35 COPTS = -O2 -pipe -Wall -g
H A Dmain.c841 if (pipe(pipefd) == -1)
1653 if (pipe(pipefd) == -1)
H A Dtty.c629 if (pipe(ipipe) < 0 || pipe(opipe) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c41 if (pipe(p)) {
42 warn("Can't make a pipe for %s", promptprog);
69 /* we are the parent, read the password from the pipe */
H A Dwinbind.c13 * (pipe read code from passpromt.c)
278 if (pipe(child_out) == -1) {
279 error("pipe creation failed for child OUT!");
283 if (pipe(child_in) == -1) {
284 error("pipe creation failed for child IN!");
317 /* Need to write the User's info onto the pipe */
435 notice("error closing pipe?!? for child OUT[0]");
441 notice("error closing pipe?!? for child IN[1]");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dutil.c92 /* signal to pipe delivery implementation */
98 /* pipe private to process */
101 /* create a signal pipe, returns 0 for success, -1 with errno for failure */
106 rc = pipe(sigpipe);
130 /* generic handler for signals, writes signal number to pipe */
137 /* assign a signal number to the pipe */
151 /* return the signal pipe read file descriptor for select(2) */
157 /* read and return the pending signal from the pipe */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dexpand.c34 if(pipe(pipefd)) {

Completed in 404 milliseconds

1234567891011>>