Home
last modified time | relevance | path

Searched defs:js (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/libjsmn/
H A Djsmn_test.c35 #define TOKEN_STRING(js, t, s) \ argument
47 const char *js; in test_empty() local
85 const char *js; in test_simple() local
121 const char *js; in test_primitive() local
169 const char *js; in test_string() local
202 const char *js; in test_partial_string() local
252 const char *js; in test_unquoted_keys() local
273 const char *js; in test_partial_array() local
312 const char *js; in test_array_nomem() local
338 const char *js; in test_objects_arrays() local
[all …]
H A Djsmn.c39 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive()
88 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js, in jsmn_parse_string()
155 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len, in jsmn_parse()
/netbsd-src/external/bsd/ntp/dist/libjsmn/example/
H A Djsondump.c14 static int dump(const char *js, jsmntok_t *t, size_t count, int indent) { in dump()
53 char *js = NULL; in main() local
/netbsd-src/tests/include/
H A Dt_bitstring.c49 int jc, js; in printbits() local
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcolumn.cpp546 void column::justify(const justification_spec &js) in justify()
559 justification_spec js(height); in column_justify() local
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dkoenig.cc274 J::S js; in main() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d1172 "%#s", "%0s", "%js", "%zs", "%ts", "%Ls", "%hs", "%hhs", "%lls",
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c1110 for (unsigned js = 0; js != 2; ++js) in generic_overlap() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc1120 for (unsigned js = 0; js != 2; ++js) in generic_overlap() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2564 auto js = jb.save; variable