Home
last modified time | relevance | path

Searched refs:al_ustr_dup (Results 1 – 9 of 9) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dconfig.c89 section->name = al_ustr_dup(name); in config_add_section()
139 entry->key = al_ustr_dup(key); in config_set_value()
140 entry->value = al_ustr_dup(value); in config_set_value()
199 entry->key = al_ustr_dup(comment); in config_add_comment()
H A Dpath.c220 (*slot) = al_ustr_dup(get_segment(path, i)); in al_clone_path()
H A Dutf8.c134 ALLEGRO_USTR *al_ustr_dup(const ALLEGRO_USTR *us) in al_ustr_dup() function
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/
H A Dandroid_apk_fs.c67 us = al_ustr_dup(get_fake_cwd()); in apply_cwd()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dutf8.h35 AL_FUNC(ALLEGRO_USTR *, al_ustr_dup, (const ALLEGRO_USTR *us));
/dports/devel/allegro5/allegro5-5.2.7.0/addons/physfs/
H A Da5_physfs_dir.c64 us = al_ustr_dup(al_path_ustr(p, '/')); in _al_physfs_process_path()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/native_dialog/
H A Dgtk_menu.c96 ALLEGRO_USTR *caption = al_ustr_dup(aitem->caption); in build_menu_item()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_utf8.c124 ALLEGRO_USTR *us2 = al_ustr_dup(us1); in t6()
208 us2 = al_ustr_dup(us1); in t10()
/dports/devel/allegro5/allegro5-5.2.7.0/src/linux/
H A Dljoynu.c489 joy->device_name = al_ustr_dup(device_name); in ljoy_device()