Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework.c1856 FILE *json_file; in run() local
1878 json_file = opened_file; in run()
1881 json_file = stdin; in run()
1884 r = json_parse_file(json_file, json_path, JSON_PARSE_SENSITIVE, &v, &line, &column); in run()