Home
last modified time | relevance | path

Searched refs:nul_terminate (Results 1 – 5 of 5) sorted by relevance

/external/grub/stage2/
Dbuiltins.c502 nul_terminate (file1); in cmp_func()
503 nul_terminate (file2); in cmp_func()
636 nul_terminate (str); in color_func()
813 nul_terminate (device); in device_func()
972 nul_terminate (from); in dump_func()
973 nul_terminate (to); in dump_func()
1528 nul_terminate (arg); in help_func()
1849 nul_terminate (stage2_os_file); in install_func()
2066 nul_terminate (config_filename); in install_func()
2972 nul_terminate (arg); in password_func()
[all …]
Dshared.h911 int nul_terminate (char *str);
Dchar_io.c1131 nul_terminate (char *str) in nul_terminate() function
/external/grub/netboot/
Dfsys_tftp.c431 ch = nul_terminate (dirname); in tftp_dir()
/external/grub/
DChangeLog5579 * stage2/char_io.c (nul_terminate): Changed the type of the
5583 (nul_terminate): Adjusted to the definition.
5952 nul_terminate before calling check_device.
5962 nul_terminate.
5972 (setkey_func): Use nul_terminate instead of the local function
5974 * stage2/char_io.c [!STAGE1_5] (nul_terminate): New function.
5975 * stage2/shared.h (nul_terminate): Declared.