Home
last modified time | relevance | path

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

/dports/devel/dotconf/dotconf-1.3/src/
H A Ddotconf.h195 int dotconf_get_next_line(char *buffer, size_t bufsize,
H A Ddotconf.c280 int dotconf_get_next_line(char *buffer, size_t bufsize, in dotconf_get_next_line() function
347 while (!dotconf_get_next_line(buffer, CFG_BUFSIZE, configfile)) { in dotconf_get_here_document()
731 while (!(dotconf_get_next_line(buffer, CFG_BUFSIZE, configfile))) { in dotconf_command_loop_until_error()
744 while (!(dotconf_get_next_line(buffer, CFG_BUFSIZE, configfile))) { in dotconf_command_loop()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/lib/
H A Ddotconf.h195 int dotconf_get_next_line(char *buffer, size_t bufsize, configfile_t *configfile);
H A Ddotconf.c280 int dotconf_get_next_line(char *buffer, size_t bufsize, configfile_t *configfile) in dotconf_get_next_line() function
349 while (!dotconf_get_next_line(buffer, CFG_BUFSIZE, configfile)) in dotconf_get_here_document()
684 while ( !(dotconf_get_next_line(buffer, CFG_BUFSIZE, configfile)) ) in dotconf_command_loop_until_error()
698 while ( !(dotconf_get_next_line(buffer, CFG_BUFSIZE, configfile)) ) in dotconf_command_loop()
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dconf.c537 while (! dotconf_get_next_line( buf, 1024, configfile )) in number_of_datasources()
H A Dconf.c.in537 while (! dotconf_get_next_line( buf, 1024, configfile ))