|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Data Structures | |
| struct | kstring |
| struct | vector_kstring |
Functions | |
| kstring | str (const char *str) |
| void | str_release (kstring str) |
| boolean_t | stringcmp (kstring s1, kstring s2) |
| kstring | str_concat (kstring s, const char *suffix) |
| kstring | str_concat_prefix (kstring s, const char *prefix) |
| void | str_trim (kstring str) |
| kstring str | ( | const char * | str | ) |
References str().
Referenced by configure_tty(), console_print(), console_println(), execve(), for(), get_full_path_from_dentry(), hash(), hash32(), ATAPIModule::identify(), INIT(), INIT(), iso9660_lookup(), itoa(), memcmp(), put_into_buffer(), put_into_buffer(), putc(), rtrim(), serial_send_string(), ssfn_bbox(), ssfn_bbox2(), ssfn_render(), ssfn_text(), ssfn_utf8(), str(), str_release(), str_trim(), strcat(), strsep(), strtok_r(), to_lowercase(), EHCIModule::usb_get_string_descriptor(), and vxSetDefaultVoxmoPath().
Referenced by configure_tty(), get_full_path_from_dentry(), and vxVoxmoInstall().
Referenced by get_full_path_from_dentry().
| void str_release | ( | kstring | str | ) |
References str().
Referenced by __attribute__(), configure_tty(), execve(), get_full_path_from_dentry(), print_dentry_tree(), and vxVoxmoInstall().
| void str_trim | ( | kstring | str | ) |
References str().
Referenced by vxVoxmoInstall().
Referenced by vxGetVoxmoModule().