Home
last modified time | relevance | path

Searched refs:xstr (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dsetprop_inplace.c28 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 Dxml_parse_fuzzer.c25 #define xstr(s) str(s) macro
52 XML_Parser p = XML_ParserCreate(xstr(ENCODING_FOR_FUZZING)); in LLVMFuzzerTestOneInput()
H A Dxml_parsebuffer_fuzzer.c26 #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 Dtest32 #define xstr(s) str(s)
13 \#include xstr(INCFILE(2).h)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dext.c291 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 Dunitldns.c203 #define xstr(s) str(s) macro
206 #define SRCDIRSTR xstr(SRCDIR)
H A Dunitzonemd.c51 #define xstr(s) str(s) macro
53 #define SRCDIRSTR xstr(SRCDIR)
H A Dunitmsgparse.c498 #define xstr(s) str(s) macro
501 #define SRCDIRSTR xstr(SRCDIR)
H A Dunitverify.c501 #define xstr(s) str(s) macro
504 #define SRCDIRSTR xstr(SRCDIR)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp98 #define xstr(s) str(s) in EmitInstrDocs() macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d1049 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 Dbigint.d1531 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 Dspecial.netbsd1442 xstr
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcpp.texi1524 #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 Dcpp.info1360 #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 Dcpp.texi1524 #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 Dcpp.info1360 #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