Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 8 of 8) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A DJamfile40 SimpleTest tst-mktime : tst-mktime.c ;
68 SimpleTest tst-btowc : tst-btowc.c ;
69 SimpleTest tst-fgetws : tst-fgetws.c ;
70 SimpleTest tst-getwc : tst-getwc.c ;
71 SimpleTest tst-mbrtowc : tst-mbrtowc.c ;
72 SimpleTest tst-swprintf : tst-swprintf.c ;
73 SimpleTest tst-swscanf : tst-swscanf.c ;
74 SimpleTest tst-swscanf2 : tst-swscanf2.c ;
75 SimpleTest tst-ungetwc1 : tst-ungetwc1.c ;
76 SimpleTest tst-ungetwc2 : tst-ungetwc2.c ;
[all …]
/haiku/src/libs/uuid/
H A Dtest_uuid.c74 uuid_t buf, tst; in main() local
157 if (uuid_parse(str, tst) < 0) { in main()
161 if (!uuid_compare(buf, tst)) { in main()
167 uuid_clear(tst); in main()
168 if (uuid_is_null(tst)) in main()
174 uuid_copy(buf, tst); in main()
175 if (!uuid_compare(buf, tst)) in main()
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstage1.S146 tst.l %d0
158 tst.l %d0
184 tst.l %d0
H A Dshell.S98 tst.l %d0
109 tst.l %d0
141 tst.l %d0
/haiku/src/system/kernel/arch/m68k/
H A Darch_exceptions.S100 tst.b (%sp) /* check for a null state */
116 tst.b IFRAME_fpu-IFRAME_fp(%sp) /* check for a null state */
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S130 tst.w %d0
225 tst.w %d7 // s/t
256 tst.l %d0
/haiku/src/system/libroot/posix/string/arch/arm/
H A Darch_string.S21 tst r3, #3
25 tst r3, #3
/haiku/src/libs/libsolv/solv/
H A Dpool.h367 … MODIFYCONDDEP(id, tst) do { Reldep *condrd = GETRELDEP(pool, id); Id condp, condpp; FOR_PROVIDES(… argument