Home
last modified time | relevance | path

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

/dragonfly/sys/ddb/
H A Ddb_command.c153 #define CMD_NONE 2 macro
181 int result = CMD_NONE; in db_cmd_search()
213 if (result == CMD_NONE && aux_tablep != NULL) in db_cmd_search()
245 if (result == CMD_NONE) { in db_cmd_search()
318 case CMD_NONE: in db_command()
/dragonfly/usr.sbin/ftp-proxy/
H A Dftp-proxy.c63 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator
156 s->cmd = CMD_NONE; in client_parse()
583 s->cmd = CMD_NONE; in init_session()
970 if (s->cmd == CMD_NONE || linelen < 4 || linebuf[0] != '2') in server_parse()
978 s->cmd = CMD_NONE; in server_parse()
990 if (s->cmd == CMD_NONE || linelen < 4 || linebuf[0] != '2') in allow_data_connection()
1109 s->cmd = CMD_NONE; in allow_data_connection()
/dragonfly/crypto/libressl/apps/openssl/
H A Dts.c115 CMD_NONE, CMD_QUERY, CMD_REPLY, CMD_VERIFY enumerator
161 if (ts_config.mode != CMD_NONE) in ts_opt_query()
170 if (ts_config.mode != CMD_NONE) in ts_opt_reply()
179 if (ts_config.mode != CMD_NONE) in ts_opt_verify()
388 ts_config.mode = CMD_NONE; in ts_main()
404 case CMD_NONE: in ts_main()
/dragonfly/test/libpthread/
H A Dmutex_d.c84 CMD_NONE, enumerator
365 statep->cmd.cmd_id = CMD_NONE; in waiter()
448 case CMD_NONE: in waiter()
1495 states[i].cmd.cmd_id = CMD_NONE; in main()
1539 send_cmd (i, CMD_NONE); in main()