HomeSort by: relevance | last modified time | path
    Searched defs:old_str (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
UserLabel.cc 100 char *old_str = str_expr; local
101 str_expr = dbe_sprintf (NTXT ("(EXPGRID==%d && %s)"), groupId, old_str);
102 delete old_str;
106 old_str = ulbl->str_expr;
107 ulbl->str_expr = dbe_sprintf (NTXT ("(%s || %s)"), old_str, str_expr);
108 delete old_str;
113 old_str = ulbl->comment;
114 ulbl->comment = dbe_sprintf (NTXT ("%s; %s"), old_str, comment);
115 delete old_str;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
UserLabel.cc 100 char *old_str = str_expr; local
101 str_expr = dbe_sprintf (NTXT ("(EXPGRID==%d && %s)"), groupId, old_str);
102 delete old_str;
106 old_str = ulbl->str_expr;
107 ulbl->str_expr = dbe_sprintf (NTXT ("(%s || %s)"), old_str, str_expr);
108 delete old_str;
113 old_str = ulbl->comment;
114 ulbl->comment = dbe_sprintf (NTXT ("%s; %s"), old_str, comment);
115 delete old_str;
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
envmgmt.c 150 given an <old_str>, check to see if <str>
152 a new string and concat <envvar>=<str><separator><old_str>
154 old_str: original string
160 const char *old_str)
166 envvar, str, separator, old_str);
171 envvar, str, separator, old_str);
174 if (!old_str || *old_str == 0)
188 char *p = CALL_UTIL (strstr)(old_str, str);
192 envvar, old_str);
226 const char * old_str = CALL_UTIL (getenv)(envvar); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
envmgmt.c 150 given an <old_str>, check to see if <str>
152 a new string and concat <envvar>=<str><separator><old_str>
154 old_str: original string
160 const char *old_str)
166 envvar, str, separator, old_str);
171 envvar, str, separator, old_str);
174 if (!old_str || *old_str == 0)
188 char *p = CALL_UTIL (strstr)(old_str, str);
192 envvar, old_str);
226 const char * old_str = CALL_UTIL (getenv)(envvar); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 183 const char *old_str = IDENTIFIER_POINTER (id != NULL_TREE ? id : DECL_NAME (decl));
220 p = new_str = XALLOCAVEC (char, 1 + strlen (old_str) + 1 + 8 + 1);
223 sprintf (p, "%s@" HOST_WIDE_INT_PRINT_DEC, old_str, total);
182 const char *old_str = IDENTIFIER_POINTER (id != NULL_TREE ? id : DECL_NAME (decl)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 183 const char *old_str = IDENTIFIER_POINTER (id != NULL_TREE ? id : DECL_NAME (decl));
220 p = new_str = XALLOCAVEC (char, 1 + strlen (old_str) + 1 + 8 + 1);
223 sprintf (p, "%s@" HOST_WIDE_INT_PRINT_DEC, old_str, total);
182 const char *old_str = IDENTIFIER_POINTER (id != NULL_TREE ? id : DECL_NAME (decl)); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 1062 char * old_str = str; local
1091 op_mask = avr_get_constant (old_str, 31);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 1062 char * old_str = str; local
1091 op_mask = avr_get_constant (old_str, 31);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 846 PyObject *old_str = PyObject_Str(value); local
849 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
850 Py_DECREF(old_str);
2345 PyObject *old_str = PyObject_Str(value); local
2349 PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str));
2351 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
2353 Py_DECREF(old_str);

Completed in 110 milliseconds