Searched defs:typestr (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/libasm/
H A Dasm_newscn.c69 const char *typestr = ""; local
92 typestr = ",@progbits";
94 typestr = ",@nobits";
100 result->name, flagstr, typestr);
/external/toybox/toys/lsb/
H A Dumount.c126 char *typestr = 0; local
129 for (tal = TT.t; tal; tal = tal->next) comma_collate(&typestr, tal->arg);
131 if (mountlist_istype(ml, typestr)) do_umount(ml->dir, ml->device, flags);
133 free(typestr);
/external/iptables/extensions/
H A Dlibip6t_dst.c32 parse_opts_num(const char *idstr, const char *typestr) argument
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
50 "dst: error parsing %s `%s'", typestr, idstr);
H A Dlibip6t_hbh.c34 parse_opts_num(const char *idstr, const char *typestr) argument
43 "hbh: no valid digits in %s `%s'", typestr, idstr);
48 typestr, idstr);
52 "hbh: error parsing %s `%s'", typestr, idstr);
/external/ppp/pppd/plugins/radius/
H A Ddict.c43 char typestr[AUTH_ID_LEN]; local
108 n = sscanf(buffer, "%s%s%s%s%s", dummystr, namestr, valstr, typestr, vendorstr);
145 if (strcmp (typestr, "string") == 0)
149 else if (strcmp (typestr, "integer") == 0)
153 else if (strcmp (typestr, "ipaddr") == 0)
157 else if (strcmp (typestr, "date") == 0)
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c187 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
191 if (!ConvertDomainNameToCString(&type, typestr)) return;
197 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
207 x->callback((DNSServiceRef)x, 0, result, namestr, typestr, domstr, x->context);
H A Duds_daemon.c410 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
416 ConvertDomainNameToCString(&type, typestr);
424 len += (int) (strlen(typestr) + 1);
436 put_string(typestr, &data);
449 char typestr[MAX_ESCAPED_DOMAIN_NAME]; local
459 // 2. Put second label and "local" into typestr
460 mDNS_snprintf(typestr, sizeof(typestr), "%#s.local.", SecondLabel(servicename));
467 len += (int) (strlen(typestr) + 1);
479 put_string(typestr,
[all...]
/external/dnsmasq/src/
H A Dcache.c34 } typestr[] = { variable in typeref:struct:__anon4881
140 const unsigned char *mix_tab = (const unsigned char*)typestr;
1232 for (i = 0; i < (sizeof(typestr)/sizeof(typestr[0])); i++)
1233 if (typestr[i].type == type)
1234 sprintf(str,"query[%s]", typestr[i].name);
/external/tcpdump/
H A Dprint-ppp.c416 const char *typestr; local
424 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
425 ND_PRINT((ndo, "%s, ", typestr));
575 ND_PRINT((ndo, "[|%s]", typestr));
/external/libpcap/
H A Dgencode.c4525 const char *typestr; local
4528 typestr = "net";
4530 typestr = "host";
4558 bpf_error("'tcp' modifier applied to %s", typestr);
4561 bpf_error("'sctp' modifier applied to %s", typestr);
4564 bpf_error("'udp' modifier applied to %s", typestr);
4567 bpf_error("'icmp' modifier applied to %s", typestr);
4570 bpf_error("'igmp' modifier applied to %s", typestr);
4573 bpf_error("'igrp' modifier applied to %s", typestr);
4576 bpf_error("'pim' modifier applied to %s", typestr);
4656 const char *typestr; local
[all...]
/external/opencv3/modules/core/src/
H A Docl.cpp5352 const char *typestr = typeToStr(CV_MAKETYPE(ddepth, cn)); local
5358 sprintf(buf, "convert_%s", typestr);
5361 sprintf(buf, "convert_%s%s_rte", typestr, (ddepth < CV_32S ? "_sat" : ""));
5363 sprintf(buf, "convert_%s_sat", typestr);

Completed in 1560 milliseconds