Searched refs:srcstr (Results 1 – 4 of 4) sorted by relevance
/external/dtc/ |
D | treesource.c | 202 char *srcstr; in write_propval() local 207 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval() 208 if (srcstr) { in write_propval() 209 fprintf(f, " /* %s */", srcstr); in write_propval() 210 free(srcstr); in write_propval() 272 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval() 273 if (srcstr) { in write_propval() 274 fprintf(f, " /* %s */", srcstr); in write_propval() 275 free(srcstr); in write_propval() 286 char *srcstr; in write_tree_source_node() local [all …]
|
D | srcpos.c | 376 char *srcstr; in srcpos_verror() local 378 srcstr = srcpos_string(pos); in srcpos_verror() 380 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror() 384 free(srcstr); in srcpos_verror()
|
/external/android-clat/ |
D | ipv6.c | 61 char srcstr[INET6_ADDRSTRLEN]; in log_bad_address() local 64 inet_ntop(AF_INET6, src, srcstr, sizeof(srcstr)); in log_bad_address() 66 logmsg_dbg(ANDROID_LOG_ERROR, fmt, srcstr, dststr); in log_bad_address()
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 1346 char *srcstr; local 1358 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->src)) == NULL) 1361 printf("%s", srcstr);
|