iPXE
|
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
char * | basename (char *path) |
Return base name from path. More... | |
char * | dirname (char *path) |
Return directory name from path. More... | |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
char* basename | ( | char * | path | ) |
Return base name from path.
path | Full path |
basename | Base name |
Definition at line 42 of file basename.c.
References basename(), and strrchr().
Referenced by basename(), image_set_uri(), and nfs_uri_init().
char* dirname | ( | char * | path | ) |
Return directory name from path.
path | Full path |
dirname | Directory name |
Note that this function may modify its argument.
Definition at line 57 of file basename.c.
References strrchr().
Referenced by nfs_uri_init(), and resolve_path().