| /src/external/gpl2/dtc/dist/ |
| srcpos.c | 378 char *srcstr; local 380 srcstr = srcpos_string(pos); 382 fprintf(stderr, "%s: %s ", prefix, srcstr); 386 free(srcstr);
|
| 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...] |
| /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);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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/ |
| 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
|