Home
last modified time | relevance | path

Searched refs:al_ustr_assign (Results 1 – 6 of 6) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dpath.c133 al_ustr_assign(path->filename, piece); in parse_path_string()
215 al_ustr_assign(clone->drive, path->drive); in al_clone_path()
216 al_ustr_assign(clone->filename, path->filename); in al_clone_path()
362 al_ustr_assign(path->filename, tail->filename); in al_join_paths()
400 al_ustr_assign(str, path->drive); in path_to_ustr()
H A Dconfig.c66 al_ustr_assign(key, buf); in get_key_and_value()
131 al_ustr_assign(entry->value, value); in config_set_value()
H A Dutf8.c581 bool al_ustr_assign(ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2) in al_ustr_assign() function
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/
H A Dandroid_apk_fs.c112 al_ustr_assign(cwd, us); in fs_apk_change_directory()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dutf8.h87 AL_FUNC(bool, al_ustr_assign, (ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2));
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_utf8.c868 CHECK(al_ustr_assign(us1, us2)); in t40()