| /src/external/gpl2/dtc/dist/ |
| treesource.c | 204 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...] |
| srcpos.c | 378 char *srcstr; local 380 srcstr = srcpos_string(pos); 382 fprintf(stderr, "%s: %s ", prefix, srcstr); 386 free(srcstr);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-warn-access.cc | 1239 SRCSTR is the source string (such as in strcpy(DST, SRC)) when the 1241 like memcpy). As an exception, SRCSTR can also be an integer denoting 1261 tree maxread, tree srcstr, tree dstsize, 1283 if (srcstr) 1285 /* SRCSTR is normally a pointer to string but as a special case 1287 if (POINTER_TYPE_P (TREE_TYPE (srcstr))) 1289 if (!check_nul_terminated_array (exp, srcstr, maxread)) 1300 get_range_strlen (srcstr, &lendata, /* eltsize = */ 1); 1329 slen = srcstr; 1483 && slen == srcstr [all...] |
| tree-ssa-dse.cc | 693 tree srcstr = gimple_call_arg (stmt, 1); local 694 if (!get_range_strlen (srcstr, &lendata, /*eltsize=*/1)
|
| builtins.cc | 11412 /*srcstr=*/NULL_TREE, size, access_read_write); 11512 tree srcstr = NULL_TREE; 11532 srcstr = CALL_EXPR_ARG (exp, 1); 11540 srcstr = CALL_EXPR_ARG (exp, 1); 11546 srcstr = CALL_EXPR_ARG (exp, 1); 11553 srcstr = CALL_EXPR_ARG (exp, 1); 11578 check_access (exp, size, maxread, srcstr, objsize, mode); 11509 tree srcstr = NULL_TREE; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-warn-access.cc | 1236 SRCSTR is the source string (such as in strcpy(DST, SRC)) when the 1238 like memcpy). As an exception, SRCSTR can also be an integer denoting 1258 tree maxread, tree srcstr, tree dstsize, 1280 if (srcstr) 1282 /* SRCSTR is normally a pointer to string but as a special case 1284 if (POINTER_TYPE_P (TREE_TYPE (srcstr))) 1286 if (!check_nul_terminated_array (exp, srcstr, maxread)) 1297 get_range_strlen (srcstr, &lendata, /* eltsize = */ 1); 1326 slen = srcstr; 1473 && slen == srcstr [all...] |
| tree-ssa-dse.cc | 649 tree srcstr = gimple_call_arg (stmt, 1); local 650 if (!get_range_strlen (srcstr, &lendata, /*eltsize=*/1)
|
| builtins.cc | 10206 /*srcstr=*/NULL_TREE, size, access_read_write); 10306 tree srcstr = NULL_TREE; 10326 srcstr = CALL_EXPR_ARG (exp, 1); 10334 srcstr = CALL_EXPR_ARG (exp, 1); 10340 srcstr = CALL_EXPR_ARG (exp, 1); 10347 srcstr = CALL_EXPR_ARG (exp, 1); 10372 check_access (exp, size, maxread, srcstr, objsize, mode); 10303 tree srcstr = NULL_TREE; local
|
| /src/usr.bin/mail/ |
| mime_decode.c | 1058 * srcstr pointer to string to decode 1061 mime_decode_hfield(char *linebuf, size_t bufsize, const char *hdrline, char *srcstr) 1066 decode(linebuf, bufsize, srcstr); 1069 return srcstr;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| racoonctl.c | 1225 char *srcstr; local 1237 if ((srcstr = saddr2str((struct sockaddr *)&evtdump->ec_ph1src)) == NULL) 1240 printf("%s", srcstr);
|