Searched refs:srcstr (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/
H A Dtreesource.c204 char *srcstr; local
209 srcstr = srcpos_string_first(prop->srcpos, annotate);
210 if (srcstr) {
211 fprintf(f, " /* %s */", srcstr);
212 free(srcstr);
274 srcstr = srcpos_string_first(prop->srcpos, annotate);
275 if (srcstr) {
276 fprintf(f, " /* %s */", srcstr);
277 free(srcstr);
288 char *srcstr; local
[all...]
H A Dsrcpos.c378 char *srcstr; local
380 srcstr = srcpos_string(pos);
382 fprintf(stderr, "%s: %s ", prefix, srcstr);
386 free(srcstr);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc1257 tree maxread, tree srcstr, tree dstsize,
1279 if (srcstr)
1283 if (POINTER_TYPE_P (TREE_TYPE (srcstr)))
1285 if (!check_nul_terminated_array (exp, srcstr, maxread))
1296 get_range_strlen (srcstr, &lendata, /* eltsize = */ 1);
1325 slen = srcstr;
1472 && slen == srcstr
1499 || (srcstr && warning_suppressed_p (srcstr, opt))
1523 tree maxread, tree srcstr, tre
1256 check_access(GimpleOrTree exp, tree dstwrite, tree maxread, tree srcstr, tree dstsize, access_mode mode, const access_data *pad, range_query *rvals) argument
1522 check_access(gimple *stmt, tree dstwrite, tree maxread, tree srcstr, tree dstsize, access_mode mode, const access_data *pad, range_query *rvals) argument
1532 check_access(tree expr, tree dstwrite, tree maxread, tree srcstr, tree dstsize, access_mode mode, const access_data *pad ) argument
[all...]
H A Dtree-ssa-dse.cc644 tree srcstr = gimple_call_arg (stmt, 1); local
645 if (!get_range_strlen (srcstr, &lendata, /*eltsize=*/1)
H A Dbuiltins.cc10182 /*srcstr=*/NULL_TREE, size, access_read_write);
10282 tree srcstr = NULL_TREE;
10302 srcstr = CALL_EXPR_ARG (exp, 1);
10310 srcstr = CALL_EXPR_ARG (exp, 1);
10316 srcstr = CALL_EXPR_ARG (exp, 1);
10323 srcstr = CALL_EXPR_ARG (exp, 1);
10348 check_access (exp, size, maxread, srcstr, objsize, mode);
10279 tree srcstr = NULL_TREE; local
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dracoonctl.c1274 char *srcstr; local
1286 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->ec_ph1src)) == NULL)
1289 printf("%s", srcstr);
/netbsd-current/usr.bin/mail/
H A Dmime_decode.c1058 * srcstr pointer to string to decode
1061 mime_decode_hfield(char *linebuf, size_t bufsize, const char *hdrline, char *srcstr) argument
1066 decode(linebuf, bufsize, srcstr);
1069 return srcstr;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c488 tree srcstr = gimple_call_arg (stmt, 1); local
489 if (!get_range_strlen (srcstr, &lendata, /*eltsize=*/1)
H A Dbuiltins.c3360 tree maxread, tree srcstr, tree dstsize)
3378 if (srcstr)
3382 if (POINTER_TYPE_P (TREE_TYPE (srcstr)))
3390 get_range_strlen (srcstr, &lendata, /* eltsize = */ 1);
3416 slen = srcstr;
3661 && slen == srcstr
11082 tree srcstr = NULL_TREE;
11099 srcstr = CALL_EXPR_ARG (exp, 1);
11107 srcstr = CALL_EXPR_ARG (exp, 1);
11113 srcstr
3358 check_access(tree exp, tree, tree, tree dstwrite, tree maxread, tree srcstr, tree dstsize) argument
11079 tree srcstr = NULL_TREE; local
[all...]

Completed in 385 milliseconds