Searched refs:efile (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A DMingw32.pl56 $efile='-o ';
101 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl29 $efile='-o ';
102 $ret.="\t\$(LINK_CMD) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \$(SHLIB_EX_OBJ) \$(${Name}OBJ) $ex os2/${Name}.def\n";
116 $ret.="\t\$(LINK_CMD) ${efile}$target \$(CFLAG) \$(LFLAGS) $files $libs\n\n";
H A DBC-32.pl37 $efile="";
121 $ret.="\t\$(LINK_CMD) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A Dnetware.pl303 $efile='';
H A Dunix.pl35 $efile='-o ';
167 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DVC-32.pl169 $efile="/out:";
340 $ret.="\t\$(FIPSLINK) \$(MLFLAGS) $ff /map $base_arg $efile$target ";
347 $ret.="\n\t\$(LINK_CMD) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex \$(EX_LIBS)\n<<\n";
366 $ret.=" \$(LINK_CMD) \$(LFLAGS) $efile$target @<<\n\t";
383 $ret.="\t\$(FIPSLINK) \$(LFLAGS) $ff /map $efile$target @<<\n";
389 $ret.="\t\$(LINK_CMD) \$(LFLAGS) $efile$target @<<\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A DBC-32.pl37 $efile="";
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A DMingw32.pl58 $efile='-o ';
103 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl29 $efile='-o ';
102 $ret.="\t\$(LINK) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \$(SHLIB_EX_OBJ) \$(${Name}OBJ) $ex os2/${Name}.def\n";
116 $ret.="\t\$(LINK) ${efile}$target \$(CFLAG) \$(LFLAGS) $files $libs\n\n";
H A Dunix.pl34 $efile='-o ';
79 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A Dnetware.pl177 $efile='';
H A DVC-32.pl124 $efile="/out:";
277 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
292 $ret.="\t\$(LINK) \$(LFLAGS) $efile$target @<<\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A DMingw32.pl56 $efile='-o ';
101 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl29 $efile='-o ';
102 $ret.="\t\$(LINK_CMD) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \$(SHLIB_EX_OBJ) \$(${Name}OBJ) $ex os2/${Name}.def\n";
116 $ret.="\t\$(LINK_CMD) ${efile}$target \$(CFLAG) \$(LFLAGS) $files $libs\n\n";
H A DBC-32.pl37 $efile="";
121 $ret.="\t\$(LINK_CMD) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A Dnetware.pl303 $efile='';
H A Dunix.pl35 $efile='-o ';
167 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DVC-32.pl169 $efile="/out:";
340 $ret.="\t\$(FIPSLINK) \$(MLFLAGS) $ff /map $base_arg $efile$target ";
347 $ret.="\n\t\$(LINK_CMD) \$(MLFLAGS) $efile$target $name @<<\n \$(SHLIB_EX_OBJ) $objs $ex \$(EX_LIBS)\n<<\n";
366 $ret.=" \$(LINK_CMD) \$(LFLAGS) $efile$target @<<\n\t";
383 $ret.="\t\$(FIPSLINK) \$(LFLAGS) $ff /map $efile$target @<<\n";
389 $ret.="\t\$(LINK_CMD) \$(LFLAGS) $efile$target @<<\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.c1149 char *newpath, *efile, *edir;
1160 efile = url_escape_1 (u->file, urlchr_unsafe | urlchr_reserved, 1);
1163 newpath = xstrdup (efile);
1167 int filelen = strlen (efile);
1174 memcpy (p, efile, filelen);
1183 if (efile != u->file)
1184 xfree (efile);
1145 char *newpath, *efile, *edir; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c3079 struct file *efile = NULL; local
3103 efile = eventfd_fget(efd);
3104 if (IS_ERR(efile)) {
3105 ret = PTR_ERR(efile);
3109 event->eventfd = eventfd_ctx_fileget(efile);
3142 if (efile->f_op->poll(efile, &event->pt) & POLLHUP) {
3160 fput(efile);
3171 if (!IS_ERR_OR_NULL(efile))
3172 fput(efile);
[all...]

Completed in 107 milliseconds