Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c537 nul_terminate (file1); in cmp_func()
538 nul_terminate (file2); in cmp_func()
671 nul_terminate (str); in color_func()
848 nul_terminate (device); in device_func()
1346 nul_terminate (from); in dump_func()
1347 nul_terminate (to); in dump_func()
1991 nul_terminate (arg); in help_func()
2316 nul_terminate (stage2_os_file); in install_func()
2533 nul_terminate (config_filename); in install_func()
3489 nul_terminate (arg); in password_func()
[all …]
H A Dshared.h997 int nul_terminate (char *str);
H A Dchar_io.c1290 nul_terminate (char *str) in nul_terminate() function
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c618 ch = nul_terminate (dirname); in tftp_dir()
828 ch = nul_terminate(dirname); in tftp_dir_undi()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog5738 * stage2/char_io.c (nul_terminate): Changed the type of the
5742 (nul_terminate): Adjusted to the definition.
6111 nul_terminate before calling check_device.
6121 nul_terminate.
6131 (setkey_func): Use nul_terminate instead of the local function
6133 * stage2/char_io.c [!STAGE1_5] (nul_terminate): New function.
6134 * stage2/shared.h (nul_terminate): Declared.