Home
last modified time | relevance | path

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

/external/grub/netboot/
Dmain.c965 unsigned char *extpath = NULL; in decode_rfc1533() local
1041 extpath = p; in decode_rfc1533()
1084 if (block == 0 && extpath != NULL) in decode_rfc1533()
1087 int fnamelen = TAG_LEN (extpath); in decode_rfc1533()
1089 while (*(extpath + 2 + fnamelen - 1) == '\000' && fnamelen > 0) in decode_rfc1533()
1103 grub_memmove (fname, extpath + 2, fnamelen); in decode_rfc1533()