Searched refs:dup3 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h189 <http://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html>. */
191 # define dup3 rpl_dup3 macro
193 extern int dup3 (int oldfd, int newfd, int flags);
195 # undef dup3 macro
196 # define dup3(o,n,f) \ macro
197 (GL_LINK_WARNING ("dup3 is unportable - " \
198 "use gnulib module dup3 for portability"), \
199 dup3 (o, n, f))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep009.tcl140 $cl2env 3 0 NONE dup3 err3]
168 if { $dup3 != 0 } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c337 char *dup3 = NULL; local
370 EC_NULL(dup3 = strdup(dst));
371 EC_NULL(dir = dirname(dup3));
384 if (dup3) free(dup3);

Completed in 44 milliseconds