Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defihttp.c563 char *path_slash; in efihttp_fs_open() local
584 path_slash = malloc(strlen(path) + 2); in efihttp_fs_open()
585 if (path_slash == NULL) in efihttp_fs_open()
587 strcpy(path_slash, path); in efihttp_fs_open()
588 strcat(path_slash, "/"); in efihttp_fs_open()
589 err = _efihttp_fs_open(path_slash, f); in efihttp_fs_open()
590 free(path_slash); in efihttp_fs_open()