Signed-off-by: Jim Warner <james.warner@comcast.net>
const int linenum,
char *line)
{
- SysctlSetting *s;
char *key;
char *value;
bool glob_exclude = FALSE;
continue;
if (string_is_glob(node->path)) {
- char *gl_path;
glob_t globbuf;
int i;
static int Preload(SettingList *setlist, const char *restrict const filename)
{
FILE *fp;
- char *t;
int n = 0;
int rc = EXIT_SUCCESS;
ssize_t rlen;
- char *name, *value;
glob_t globbuf;
int globerr;
int globflg;
}
while ((rlen = getline(&iobuf, &iolen, fp)) > 0) {
- size_t offset;
SysctlSetting *setting;
n++;