OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetchf_named_setting
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/core/
exec.c
133
setting_len =
fetchf_named_setting
( name, NULL, 0 );
142
fetchf_named_setting
( name, setting_buf,
settings.c
991
int
fetchf_named_setting
( const char *name, char *buf, size_t len ) {
function
[
all
...]
/external/syslinux/gpxe/src/hci/commands/
nvo_cmd.c
21
if ( ( rc =
fetchf_named_setting
( argv[1], buf,
/external/syslinux/gpxe/src/include/gpxe/
settings.h
218
extern int
fetchf_named_setting
( const char *name, char *buf, size_t len );
Completed in 1010 milliseconds