| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FormatVariadic.h | 18 // SmallString<8> S = formatv("{0} {1}", 1234.412, "test").sstr<8>(); 115 template <unsigned N> SmallString<N> sstr() const { function in class:llvm::formatv_object_base 122 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); }
|
| /src/usr.sbin/usbdevs/ |
| usbdevs.c | 260 const char *cstr, *sstr; local 262 &cstr, &sstr); 264 cstr, di.udi_class, sstr, di.udi_subclass,
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Metric.cc | 308 char *sstr, *estr1, *estr2; local 311 sstr = get_username (); 338 name = dbe_sprintf (NTXT ("%s%s"), estr1, sstr); 339 abbr = dbe_sprintf (NTXT ("%s%s"), estr2, sstr);
|
| Dbe.cc | 6649 char *sstr = mitem->get_name (); local 6650 if (!strncmp (sstr, estr, len)) 6651 sstr += len; 6652 char *buf, *lstr = strstr (sstr, tstr); 6654 buf = dbe_strndup (sstr, lstr - sstr); 6656 buf = dbe_strdup (sstr); 6952 char *sstr = mitem->get_username (); local 6953 char *buf = dbe_strdup (sstr);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Metric.cc | 308 char *sstr, *estr1, *estr2; local 311 sstr = get_username (); 338 name = dbe_sprintf (NTXT ("%s%s"), estr1, sstr); 339 abbr = dbe_sprintf (NTXT ("%s%s"), estr2, sstr);
|
| Dbe.cc | 6649 char *sstr = mitem->get_name (); local 6650 if (!strncmp (sstr, estr, len)) 6651 sstr += len; 6652 char *buf, *lstr = strstr (sstr, tstr); 6654 buf = dbe_strndup (sstr, lstr - sstr); 6656 buf = dbe_strdup (sstr); 6952 char *sstr = mitem->get_username (); local 6953 char *buf = dbe_strdup (sstr);
|
| /src/usr.bin/m4/ |
| mdef.h | 156 char *sstr; /* string entry */ member in union:__anon59 195 mstack[sp].sstr = (x); \ 203 mstack[sp].sstr = (x); \ 211 mstack[sp].sstr = macro_getdef(p)->defn;\ 242 #define PREVEP (mstack[fp+3].sstr)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| objc-lang.c | 1523 struct objc_super sstr; local 1532 read_objc_super (gdbarch, super, &sstr); 1533 if (sstr.theclass == 0) 1536 res = find_implementation_from_class (gdbarch, sstr.theclass, sel); 1551 struct objc_super sstr; local 1560 read_objc_super (gdbarch, super, &sstr); 1561 if (sstr.theclass == 0) 1564 res = find_implementation_from_class (gdbarch, sstr.theclass, sel);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| objc-lang.c | 1521 struct objc_super sstr; local 1530 read_objc_super (gdbarch, super, &sstr); 1531 if (sstr.theclass == 0) 1534 res = find_implementation_from_class (gdbarch, sstr.theclass, sel); 1549 struct objc_super sstr; local 1558 read_objc_super (gdbarch, super, &sstr); 1559 if (sstr.theclass == 0) 1562 res = find_implementation_from_class (gdbarch, sstr.theclass, sel);
|
| /src/bin/sh/ |
| parser.c | 1405 char *volatile sstr = str; local 1415 if (sstr) 1416 ckfree(__UNVOLATILE(sstr)); 1425 sstr = str = NULL; 1427 sstr = str = ckmalloc(savelen); 1562 sstr = str = NULL;
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| s_cb.c | 288 const char *sstr = NULL; local 316 sstr = get_sigtype(sign_nid); 317 if (sstr) 318 BIO_printf(out, "%s", sstr); 323 else if (sstr == NULL)
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| s_cb.c | 283 const char *sstr = NULL; local 311 sstr = get_sigtype(sign_nid); 312 if (sstr) 313 BIO_printf(out, "%s", sstr); 318 else if (sstr == NULL)
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_cb.c | 278 const char *sstr = NULL; local 286 sstr = get_sigtype(sign_nid); 287 if (sstr) 288 BIO_printf(out, "%s", sstr); 293 else if (sstr == NULL)
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| hpke_test.c | 1189 char sstr[128]; local 1196 BIO_snprintf(sstr, 128, "%s,%s,%s", kem_str_list[kemind], 1198 if (TEST_true(OSSL_HPKE_str2suite(sstr, &stirred)) != 1) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 14786 const char * sstr; 14814 sstr = printable_section_name_from_index (filedata, psym->st_shndx, & is_special); 14826 if (filedata->file_header.e_shnum == 0 && startswith (sstr, "<section")) 14829 printed = printf (" %4s ", sstr); 14841 int printed = printf ("(%s) ", sstr); 14860 sstr = is_valid ? strtab + psym->st_name : _("<corrupt>"); 14883 print_symbol_name (len_avail, sstr); 14783 const char * sstr; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 14262 const char * sstr; 14290 sstr = printable_section_name_from_index (filedata, psym->st_shndx, & is_special); 14302 if (filedata->file_header.e_shnum == 0 && startswith (sstr, "<section")) 14305 printed = printf (" %4s ", sstr); 14317 int printed = printf ("(%s) ", sstr); 14336 sstr = is_valid ? strtab + psym->st_name : _("<corrupt>"); 14359 print_symbol_name (len_avail, sstr); 14259 const char * sstr; local
|