Searched refs:fetchf_named_setting (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/core/ |
D | exec.c | 133 setting_len = fetchf_named_setting ( name, NULL, 0 ); in expand_command() 142 fetchf_named_setting ( name, setting_buf, in expand_command()
|
D | settings.c | 991 int fetchf_named_setting ( const char *name, char *buf, size_t len ) { in fetchf_named_setting() function
|
/external/syslinux/gpxe/src/hci/commands/ |
D | nvo_cmd.c | 21 if ( ( rc = fetchf_named_setting ( argv[1], buf, in show_exec()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | settings.h | 218 extern int fetchf_named_setting ( const char *name, char *buf, size_t len );
|