Searched refs:setbuf (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtee.c59 setbuf(*fp++, NULL); /* tee must not buffer output. */
H A Dod_bloaty.c497 setbuf(in_stream, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmsg.c390 struct msq_setbuf setbuf; local
491 if (copy_msqid_from_user(&setbuf, buf, version))
515 err = audit_ipc_set_perm(setbuf.qbytes, setbuf.uid, setbuf.gid,
516 setbuf.mode);
535 if (setbuf.qbytes > ns->msg_ctlmnb && !capable(CAP_SYS_RESOURCE))
538 msq->q_qbytes = setbuf.qbytes;
540 ipcp->uid = setbuf.uid;
541 ipcp->gid = setbuf
[all...]
H A Dshm.c582 struct shm_setbuf setbuf; local
775 if (copy_shmid_from_user (&setbuf, buf, version)) {
790 err = audit_ipc_set_perm(0, setbuf.uid, setbuf.gid, setbuf.mode);
804 shp->shm_perm.uid = setbuf.uid;
805 shp->shm_perm.gid = setbuf.gid;
807 | (setbuf.mode & S_IRWXUGO);
H A Dsem.c861 struct sem_setbuf setbuf; local
865 if(copy_semid_from_user (&setbuf, arg.buf, version))
883 err = audit_ipc_set_perm(0, setbuf.uid, setbuf.gid, setbuf.mode);
903 ipcp->uid = setbuf.uid;
904 ipcp->gid = setbuf.gid;
906 | (setbuf.mode & S_IRWXUGO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestacl.c130 setbuf(stdout, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h133 * Call setbuf(0,0) to enable unbuffered output.
136 setbuf(char_type* p,
205 * entire life span of the gzfilebuf object, unless replaced by setbuf.
213 * Modified by setbuf.
H A Dzfstream.cc266 gzfilebuf::setbuf(char_type* p, function in class:gzfilebuf
272 // If buffering is turned off on purpose via setbuf(0,0), still allocate one...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h133 * Call setbuf(0,0) to enable unbuffered output.
136 setbuf(char_type* p,
205 * entire life span of the gzfilebuf object, unless replaced by setbuf.
213 * Modified by setbuf.
H A Dzfstream.cc266 gzfilebuf::setbuf(char_type* p, function in class:gzfilebuf
272 // If buffering is turned off on purpose via setbuf(0,0), still allocate one...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c74 setbuf(stdout, NULL);
409 setbuf(stderr, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c60 setbuf(stdout, NULL);
394 setbuf(stderr, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c825 setbuf(stdout, NULL);
826 setbuf(stderr, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c667 setbuf(dump, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c668 setbuf(dump, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c382 setbuf(stdout, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c1144 setbuf(stdout, NULL);

Completed in 107 milliseconds