Searched refs:strcat (Results 1 - 25 of 405) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.c94 strcat(buffer, "\r\n");
754 strcat(mapped, ".gz");
H A Dcwd.c99 strcat(result, "/");
100 strcat(result, tmp);
H A Doptions.c92 strcat(grp->temp_members, ",");
212 strcat(curpath, "/");
216 strcat(bar, "/");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzip2.c1126 strcat ( name, newSuffix );
1153 strcat ( outName, ".bz2" );
1341 strcat ( outName, ".out" );
H A Dbzip2recover.c482 strcat (outFileName, inFileName + ofs);
484 if ( !endsInBz2(outFileName)) strcat ( outFileName, ".bz2" );
H A Dbzlib.c1417 strcat(mode2, writing ? "w" : "r" );
1418 strcat(mode2,"b"); /* binary mode */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c3716 strcat(tmp_path, wildcard->path);
3717 strcat(tmp_path, finfo->filename);
3855 strcat(s, "\r\n"); /* append a trailing CRLF */
H A Dhttp_digest.c536 strcat(tmp, "\r\n");
H A Dmprintf.c253 strcat(buffer, "space ");
255 strcat(buffer, "plus ");
257 strcat(buffer, "left ");
259 strcat(buffer, "alt ");
261 strcat(buffer, "short ");
263 strcat(buffer, "long ");
265 strcat(buffer, "longlong ");
267 strcat(buffer, "longdouble ");
269 strcat(buffer, "padnil ");
271 strcat(buffe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool4888 strcat (newargz[0], "$objdir");
4889 strcat (newargz[0], "/");
4897 strcat (newargz[0], actual_cwrapper_name);
H A Dltmain.sh4463 strcat (newargz[0], "$objdir");
4464 strcat (newargz[0], "/");
4472 strcat (newargz[0], actual_cwrapper_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_parsecfg.c298 strcat(retval, buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib539.c67 newURL = strcat(strcpy(newURL, URL), "./");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c551 strcat(cache->name.sname, ".");
552 strcat(cache->name.sname, domain_suffix);
794 strcat(addrbuff, "-IPv4");
796 strcat(addrbuff, "-IPv6");
H A Disc.c214 strcat(lease->fqdn, ".");
215 strcat(lease->fqdn, suffix);
H A Dlease.c337 strcat(new_fqdn, ".");
338 strcat(new_fqdn, suffix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dutils.c621 strcat(*linep, line1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat_util.c187 strcat(lf->path, "/");
188 strcat(lf->path, lf->basename);
H A Dss.c223 strcat(name, "/");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c210 strcat(buf, "INT");
214 strcat(buf, "VAR");
219 strcat(buf, ",");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_LED.c57 strcat(led->id, cb->arg);
H A Dlibxt_conntrack.c677 strcat(buf, xtables_ipmask_to_numeric(mask));
H A Dlibxt_ipvs.c140 strcat(buf, xtables_ipmask_to_numeric(&mask->in));
152 strcat(buf, xtables_ip6mask_to_numeric(&mask->in6));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c600 strcat(iface, fw->ipv6.iniface);
602 else if (format & FMT_NUMERIC) strcat(iface, "*");
603 else strcat(iface, "any");
613 strcat(iface, fw->ipv6.outiface);
615 else if (format & FMT_NUMERIC) strcat(iface, "*");
616 else strcat(iface, "any");
629 strcat(buf, xtables_ip6mask_to_numeric(&fw->ipv6.smsk));
642 strcat(buf, xtables_ip6mask_to_numeric(&fw->ipv6.dmsk));
H A Diptables.c607 strcat(iface, fw->ip.iniface);
609 else if (format & FMT_NUMERIC) strcat(iface, "*");
610 else strcat(iface, "any");
620 strcat(iface, fw->ip.outiface);
622 else if (format & FMT_NUMERIC) strcat(iface, "*");
623 else strcat(iface, "any");
635 strcat(buf, xtables_ipmask_to_numeric(&fw->ip.smsk));
647 strcat(buf, xtables_ipmask_to_numeric(&fw->ip.dmsk));

Completed in 401 milliseconds

1234567891011>>