Searched refs:al_ustr_assign (Results 1 – 6 of 6) sorted by relevance
/dports/devel/allegro5/allegro5-5.2.7.0/src/ |
H A D | path.c | 133 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 D | config.c | 66 al_ustr_assign(key, buf); in get_key_and_value() 131 al_ustr_assign(entry->value, value); in config_set_value()
|
H A D | utf8.c | 581 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 D | android_apk_fs.c | 112 al_ustr_assign(cwd, us); in fs_apk_change_directory()
|
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/ |
H A D | utf8.h | 87 AL_FUNC(bool, al_ustr_assign, (ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2));
|
/dports/devel/allegro5/allegro5-5.2.7.0/examples/ |
H A D | ex_utf8.c | 868 CHECK(al_ustr_assign(us1, us2)); in t40()
|