Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c540 nul_terminate (file1); in cmp_func()
541 nul_terminate (file2); in cmp_func()
674 nul_terminate (str); in color_func()
851 nul_terminate (device); in device_func()
1349 nul_terminate (from); in dump_func()
1350 nul_terminate (to); in dump_func()
1994 nul_terminate (arg); in help_func()
3496 nul_terminate (arg); in password_func()
4409 nul_terminate (to_key); in setkey_func()
4635 nul_terminate (prefix); in setup_func()
[all …]
H A Dshared.h1000 int nul_terminate (char *str);
H A Dchar_io.c1331 nul_terminate (char *str) in nul_terminate() function
/illumos-gate/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()
/illumos-gate/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.