| /freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/tests/ |
| D | copywin | 5 call OK wrefresh $win2 7 call OK mvwprintw $win1 0 0 "%s" "testin" 8 call OK mvwprintw $win1 1 0 "%s" "gtesti" 9 call OK mvwprintw $win1 2 0 "%s" "ngtest" 10 call OK mvwprintw $win1 3 0 "%s" "ingtes" 11 call OK mvwprintw $win1 4 0 "%s" "tingte" 12 call OK mvwprintw $win1 5 0 "%s" "stingt" 13 call OK wrefresh $win1 15 call OK copywin $win1 $win2 0 0 1 1 7 7 0 16 call OK wrefresh $win2 [all …]
|
| D | clear | 2 call OK clear 3 call OK refresh 5 call OK move 5 5 6 call OK addstr "abcde" 7 call OK move 20 5 8 call OK addstr "fghij" 9 call OK move 10 5 10 call OK refresh 12 call OK clrtobot 13 call OK refresh [all …]
|
| D | fill_screen | 6 call OK mvaddstr 0 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 7 call OK mvaddstr 1 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 8 call OK mvaddstr 2 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 9 call OK mvaddstr 3 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 10 call OK mvaddstr 4 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 11 call OK mvaddstr 5 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 12 call OK mvaddstr 6 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 13 call OK mvaddstr 7 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 14 call OK mvaddstr 8 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 15 call OK mvaddstr 9 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" [all …]
|
| D | background | 2 call OK bkgd `\002A` 3 call OK refresh 6 call OK printw "%s" "a test string" 7 call OK refresh 11 call OK wprintw $win1 "%s" "window 1" 12 # call OK refresh 13 call OK wrefresh $win1 15 call OK wbkgd $win1 `\004B` 16 call OK refresh 17 call OK wrefresh $win1 [all …]
|
| D | attributes | 3 call3 OK 0 0 attr_get 5 call OK attr_set ($BOLD | $REVERSE) 2 7 call3 OK ($ACS_IS_WACS | $BOLD | $REVERSE) 2 attr_get 9 call OK attr_off $REVERSE 10 call3 OK ($ACS_IS_WACS | $BOLD) 2 attr_get 12 call OK attr_on $STANDOUT 13 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT) 2 attr_get 15 call OK attron $BLINK 16 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT | $BLINK) 2 attr_get 18 call OK attroff $BOLD [all …]
|
| D | color_content | 2 call OK start_color 3 call4 OK 0 0 0 color_content $COLOR_BLACK 4 call4 OK 1000 0 0 color_content $COLOR_RED 5 call4 OK 0 1000 0 color_content $COLOR_GREEN 6 call4 OK 1000 1000 0 color_content $COLOR_YELLOW 7 call4 OK 0 0 1000 color_content $COLOR_BLUE 8 call4 OK 1000 0 1000 color_content $COLOR_MAGENTA 9 call4 OK 0 1000 1000 color_content $COLOR_CYAN 10 call4 OK 1000 1000 1000 color_content $COLOR_WHITE
|
| D | chgat | 2 call OK init_pair 3 $COLOR_YELLOW $COLOR_CYAN 3 call OK addch `\000d` 4 call OK chgat 5 $REVERSE 3 0 5 call OK refresh 7 call OK addch `\000e` 8 call OK refresh 10 call OK move 0 0 12 call OK chgat -1 $UNDERSCORE 3 0 13 call OK refresh
|
| D | assume_default_colors | 2 call OK start_color 3 call OK assume_default_colors -1 -1 4 call OK refresh 9 call OK assume_default_colors -1 $COLOR_BLUE 10 call OK refresh 13 call OK assume_default_colors $COLOR_RED -1 14 call OK refresh 17 call OK assume_default_colors -1 -1 18 call OK refresh
|
| D | wscrl | 2 call OK wmove $win1 1 1 3 call OK wprintw $win1 "%s" "xxxx" 4 call OK wrefresh $win1 5 call OK refresh 7 call OK scrollok $win1 1 8 call OK wscrl $win1 -2 9 call OK wrefresh $win1 10 call OK refresh
|
| D | mvwin | 2 call OK wmove $win1 1 1 3 call OK wprintw $win1 "%s" "xxxx" 4 call OK wrefresh $win1 6 call OK refresh 8 call OK mvwin $win1 4 7 9 call OK wrefresh $win1 11 call OK refresh
|
| D | color_set | 2 call OK start_color 3 call OK refresh 6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN 7 call OK color_set 4 0 8 call OK printw "%s" "testing" 9 call OK refresh
|
| D | timeout | 8 call OK timeout 100 14 call OK drain 15 call OK timeout -1 16 call OK keypad STDSCR 1 20 call OK refresh
|
| D | box | 2 call OK box $win1 `\000` `\000` 3 call OK wrefresh $win1 6 call OK box $win1 `\001\000` `\004\000` 7 call OK wrefresh $win1
|
| /freebsd-10-stable/contrib/sendmail/test/ |
| D | Results | 10 SunOS 4.1 OK 93.07.19 eric 11 SunOS 4.1.2 OK 93.07.19 eric 12 SunOS 4.1.3 OK 93.09.25 Robert Elz 14 BSD 4.4 OK 93.07.19 eric (wierd results, but functional) 15 BSD 4.3Utah OK 93.07.19 eric 17 FreeBSD 2.1-sta OK 96.04.14 Jaye Mathisen <mrcpu@cdsnet.net> 19 Ultrix 4.2A OK 93.07.19 eric 20 Ultrix 4.3A OK 93.07.19 Allan Johannesen 21 Ultrix 4.5 OK 96.09.18 Gregory Neil Shapiro <gshapiro@wpi.edu> 23 HP-UX 8.07 OK 93.07.19 eric (on 7xx series) [all …]
|
| /freebsd-10-stable/tools/regression/sockets/kqueue/ |
| D | kqueue.c | 58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro 115 OK("EVFILT_READ, EV_ADD"); in test_evfilt_read() 125 OK("EVFILT_READ"); in test_evfilt_read() 129 OK("empty socket unreadable"); in test_evfilt_read() 138 OK("write one byte"); in test_evfilt_read() 141 OK("write one byte length"); in test_evfilt_read() 151 OK("EVFILT_READ"); in test_evfilt_read() 155 OK("non-empty socket unreadable"); in test_evfilt_read() 163 OK("read one byte"); in test_evfilt_read() 166 OK("read one byte length"); in test_evfilt_read() [all …]
|
| /freebsd-10-stable/lib/libfetch/ |
| D | ftp.errors | 6 110 OK Restart marker reply 8 125 OK Data connection already open; transfer starting 9 150 OK File status okay; about to open data connection 10 200 OK Command okay 17 220 OK Service ready for new user 18 221 OK Service closing control connection 19 225 OK Data connection open; no transfer in progress 20 226 OK Requested file action successful 21 227 OK Entering Passive Mode 22 229 OK Entering Extended Passive Mode [all …]
|
| D | http.errors | 5 100 OK Continue 6 101 OK Switching Protocols 7 200 OK OK 8 201 OK Created 9 202 OK Accepted 11 204 OK No Content 12 205 OK Reset Content 13 206 OK Partial Content 18 304 OK Not Modified
|
| /freebsd-10-stable/usr.sbin/bluetooth/hccontrol/ |
| D | node.c | 54 return (OK); in hci_read_node_state() 64 return (OK); in hci_node_initialize() 79 return (OK); in hci_read_debug_level() 101 return (OK); in hci_write_debug_level() 129 return (OK); in hci_read_node_buffer_size() 144 return (OK); in hci_read_node_bd_addr() 165 return (OK); in hci_read_node_features() 187 return (OK); in hci_read_node_stat() 197 return (OK); in hci_reset_node_stat() 207 return (OK); in hci_flush_neighbor_cache() [all …]
|
| D | host_controller_baseband.c | 106 return (OK); in hci_reset() 131 return (OK); in hci_read_pin_type() 169 return (OK); in hci_write_pin_type() 217 if (hci_send(s, (char const *) &cmd, sizeof(cmd)) != OK) in hci_read_stored_link_key() 224 if (hci_recv(s, (char *) &event, &n) != OK) in hci_read_stored_link_key() 286 return (OK); in hci_read_stored_link_key() 342 return (OK); in hci_write_stored_link_key() 390 return (OK); in hci_delete_stored_link_key() 425 return (OK); in hci_change_local_name() 449 return (OK); in hci_read_local_name() [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/bin/sh/ |
| D | t_option.sh | 360 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \ 363 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -cue \ 367 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \ 382 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \ 384 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \ 386 atf_check -s exit:0 -o not-match:ERR -o match:OK -e empty \ 419 printf %s OK 420 echo OK 425 -e match:printf -e match:OK -e match:echo \ 431 printf %s OK [all …]
|
| /freebsd-10-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_ttyflags.c | 46 int result = OK; in NCURSES_EXPORT() 77 int result = OK; in _nc_set_tty_mode() 114 if (_nc_get_tty_mode(&cur_term->Ottyb) == OK) { in def_shell_mode() 122 rc = OK; in def_shell_mode() 139 if (_nc_get_tty_mode(&cur_term->Nttyb) == OK) { in def_prog_mode() 145 rc = OK; in def_prog_mode() 157 if (_nc_set_tty_mode(&cur_term->Nttyb) == OK) { in reset_prog_mode() 163 returnCode(OK); in reset_prog_mode()
|
| D | lib_raw.c | 101 if ((result = _nc_set_tty_mode(&buf)) == OK) { in NCURSES_EXPORT() 134 if ((result = _nc_set_tty_mode(&buf)) == OK) { in cbreak() 165 if (result == OK) in qiflush() 193 if ((result = _nc_set_tty_mode(&buf)) == OK) { in noraw() 223 if ((result = _nc_set_tty_mode(&buf)) == OK) { in nocbreak() 254 if (result == OK) { in noqiflush() 290 if (result == OK) { in intrflush()
|
| /freebsd-10-stable/usr.sbin/cron/lib/ |
| D | misc.c | 179 if (seteuid(ROOT_UID) < OK) in set_cron_uid() 182 if (setuid(ROOT_UID) < OK) in set_cron_uid() 195 if (stat(CRONDIR, &sb) < OK && errno == ENOENT) { in set_cron_cwd() 197 if (OK == mkdir(CRONDIR, 0700)) { in set_cron_cwd() 206 if (chdir(CRONDIR) < OK) in set_cron_cwd() 211 if (stat(SPOOL_DIR, &sb) < OK && errno == ENOENT) { in set_cron_cwd() 213 if (OK == mkdir(SPOOL_DIR, 0700)) { in set_cron_cwd() 414 if (LogFD < OK) { in log_it() 416 if (LogFD < OK) { in log_it() 435 if (LogFD < OK || write(LogFD, msg, strlen(msg)) < OK) { in log_it() [all …]
|
| /freebsd-10-stable/contrib/ncurses/panel/ |
| D | p_show.c | 44 int err = OK; in NCURSES_EXPORT() 52 returnCode(OK); in NCURSES_EXPORT() 56 HIDE_PANEL(pan, err, OK); in NCURSES_EXPORT() 68 returnCode(OK); in NCURSES_EXPORT()
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | README-HS20 | 238 OK 240 OK 248 OK 250 OK 252 OK 254 OK 261 OK 263 OK 265 OK 276 OK [all …]
|