Searched refs:tst (Results 1 – 8 of 8) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | Jamfile | 40 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 D | test_uuid.c | 74 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 D | stage1.S | 146 tst.l %d0 158 tst.l %d0 184 tst.l %d0
|
H A D | shell.S | 98 tst.l %d0 109 tst.l %d0 141 tst.l %d0
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_exceptions.S | 100 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 D | shell.S | 130 tst.w %d0 225 tst.w %d7 // s/t 256 tst.l %d0
|
/haiku/src/system/libroot/posix/string/arch/arm/ |
H A D | arch_string.S | 21 tst r3, #3 25 tst r3, #3
|
/haiku/src/libs/libsolv/solv/ |
H A D | pool.h | 367 … MODIFYCONDDEP(id, tst) do { Reldep *condrd = GETRELDEP(pool, id); Id condp, condpp; FOR_PROVIDES(… argument
|