Searched refs:config_file (Results 1 – 5 of 5) sorted by relevance
5 proc start_server_error {config_file error} {9 append err [exec cat $config_file]203 set config_file [tmpfile redis.conf]204 set fp [open $config_file w+]215 …achable=no --show-possibly-lost=no --leak-check=full src/redis-server $config_file > $stdout 2> $s…217 …llocStackLogging=1 MallocLogFile=/tmp/malloc_log.txt src/redis-server $config_file > $stdout 2> $s…219 set pid [exec src/redis-server $config_file > $stdout 2> $stderr &]246 start_server_error $config_file $err263 dict set srv "config_file" $config_file276 error_and_quit $config_file $line
269 typeset config_file=$1276 grep "^[^#]" $config_file | {
238 FILE *config_file; in init_peer_eth_addrs() local242 config_file = fopen(config_filename, "r"); in init_peer_eth_addrs()243 if (config_file == NULL) { in init_peer_eth_addrs()250 if (fgets(buf, sizeof(buf), config_file) == NULL) in init_peer_eth_addrs()255 fclose(config_file); in init_peer_eth_addrs()259 fclose(config_file); in init_peer_eth_addrs()
102 vdev_id <-d device> [-c config_file] [-p phys_per_port]
245 -f /path/to/config_file --transfer-mode poll \282 * The ``-f /path/to/config_file`` option enables the application read and295 -f /path/to/config_file --transfer-mode event \308 * The ``-f /path/to/config_file`` option has the same behavior as in poll