Home
last modified time | relevance | path

Searched refs:al_get_path_drive (Results 1 – 4 of 4) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_path_test.c47 CHECK_EQ(al_get_path_drive(path), ""); in t1()
55 CHECK_EQ(al_get_path_drive(path), ""); in t1()
63 CHECK_EQ(al_get_path_drive(path), ""); in t1()
73 CHECK_EQ(al_get_path_drive(path), ""); in t1()
84 CHECK_EQ(al_get_path_drive(path), ""); in t1()
94 CHECK_EQ(al_get_path_drive(path), ""); in t1()
108 CHECK_EQ(al_get_path_drive(path), "//server"); in t2()
133 CHECK_EQ(al_get_path_drive(path), "c:"); in t3()
142 CHECK_EQ(al_get_path_drive(path), "c:"); in t3()
288 CHECK_EQ(al_get_path_drive(path), "c:"); in t9()
H A Dex_path.c35 al_get_path_drive(dyn), in main()
48 log_printf("tostring: drive:'%s'", al_get_path_drive(tostring)); in main()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dpath.h41 AL_FUNC(const char*, al_get_path_drive, (const ALLEGRO_PATH *path));
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dpath.c385 al_set_path_drive(tail, al_get_path_drive(head)); in al_rebase_path()
481 const char *al_get_path_drive(const ALLEGRO_PATH *path) in al_get_path_drive() function