Searched defs:write_to_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c3423 boolean_t need_to_close = B_FALSE, write_to_file = B_FALSE; local
3441 write_to_file = B_TRUE;
3453 if (!write_to_file) {
3487 cmd->cmd_argc != 0 && !write_to_file)) {
3508 name = (write_to_file ? trim_quotes(cmd->cmd_argv[2]) :
3559 name = (write_to_file ? trim_quotes(cmd->cmd_argv[2]) :

Completed in 77 milliseconds