Searched refs:xstr (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | setprop_inplace.c | 28 char *xstr; in main() local 63 xstr = strdup(strp); in main() 64 xlen = strlen(xstr); in main() 66 xstr[i] = toupper(xstr[i]); in main() 67 err = fdt_setprop_inplace(fdt, 0, "prop-str", xstr, xlen+1); in main() 70 xstr, fdt_strerror(err)); in main() 72 strp = check_getprop(fdt, 0, "prop-str", xlen+1, xstr); in main()
|
| /netbsd-src/external/mit/expat/dist/fuzz/ |
| H A D | xml_parse_fuzzer.c | 25 #define xstr(s) str(s) macro 52 XML_Parser p = XML_ParserCreate(xstr(ENCODING_FOR_FUZZING)); in LLVMFuzzerTestOneInput()
|
| H A D | xml_parsebuffer_fuzzer.c | 26 #define xstr(s) str(s) macro 56 XML_Parser p = XML_ParserCreate(xstr(ENCODING_FOR_FUZZING)); in LLVMFuzzerTestOneInput()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/tests/ |
| H A D | test3 | 2 #define xstr(s) str(s) 13 \#include xstr(INCFILE(2).h)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | ext.c | 291 heim_utf8_string xstr; in hdb_entry_get_password() local 319 xstr = pw.data; in hdb_entry_get_password() 320 if (xstr[pw.length - 1] != '\0') { in hdb_entry_get_password() 325 *p = strdup(xstr); in hdb_entry_get_password()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | unitldns.c | 203 #define xstr(s) str(s) macro 206 #define SRCDIRSTR xstr(SRCDIR)
|
| H A D | unitzonemd.c | 51 #define xstr(s) str(s) macro 53 #define SRCDIRSTR xstr(SRCDIR)
|
| H A D | unitmsgparse.c | 498 #define xstr(s) str(s) macro 501 #define SRCDIRSTR xstr(SRCDIR)
|
| H A D | unitverify.c | 501 #define xstr(s) str(s) macro 504 #define SRCDIRSTR xstr(SRCDIR)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 98 #define xstr(s) str(s) in EmitInstrDocs() macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | bigint.d | 1049 auto xstr = x.toDecimalString(); 1050 assert(xstr == "123456"); 1077 auto xstr = x.toHex(); 1078 assert(xstr == "1E240");
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | bigint.d | 1531 auto xstr = x.toDecimalString(); 1532 assert(xstr == "123456"); 1559 auto xstr = x.toHex(); 1560 assert(xstr == "1E240");
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.netbsd | 1442 xstr
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | cpp.texi | 1524 #define xstr(s) str(s) 1529 xstr (foo) 1530 @expansion{} xstr (4) 1537 @code{xstr}, so it is completely macro-expanded before @code{xstr}
|
| H A D | cpp.info | 1360 #define xstr(s) str(s) 1365 xstr (foo) 1366 ==> xstr (4) 1371 macro-expanded first. But 's' is an ordinary argument to 'xstr', so it 1372 is completely macro-expanded before 'xstr' itself is expanded (*note
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | cpp.texi | 1524 #define xstr(s) str(s) 1529 xstr (foo) 1530 @expansion{} xstr (4) 1537 @code{xstr}, so it is completely macro-expanded before @code{xstr}
|
| H A D | cpp.info | 1360 #define xstr(s) str(s) 1365 xstr (foo) 1366 ==> xstr (4) 1371 macro-expanded first. But 's' is an ordinary argument to 'xstr', so it 1372 is completely macro-expanded before 'xstr' itself is expanded (*note
|