Searched refs:ok (Results 76 - 100 of 403) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/atf/atf-c/
H A Derror.c62 bool ok; local
71 ok = true;
77 ok = false;
82 return ok;
/freebsd-11-stable/libexec/rpc.rwalld/
H A Drwalld.c67 int ok; local
109 ok = svc_reg(transp, WALLPROG, WALLVERS,
112 ok = svc_create(wallprog_1,
114 if (!ok) {
/freebsd-11-stable/release/
H A Drc.local57 dialog --backtitle "FreeBSD Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pause "Installation of FreeBSD complete! Rebooting in 10 seconds" 10 30 10
65 dialog --backtitle "FreeBSD Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live CD" --yesno "Welcome to FreeBSD! Would you like to begin an installation or use the live CD?" 0 0
/freebsd-11-stable/share/examples/ppp/
H A Dlogin-auth70 button .b.ok -default active -text "Ok" -takefocus 0 -command {done};
71 pack .b.ok -side left;
/freebsd-11-stable/stand/efi/boot1/
H A Dufs_module.c84 int ok; local
95 ok = fsread(0, NULL, 0);
96 if (ok >= 0)
97 return (ok);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dgas_server.h28 int ok),
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.h41 const u8 *data, size_t data_len, int ok);
/freebsd-11-stable/contrib/ncurses/misc/
H A Dtdlint87 echo " (ok)"
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c342 int ok = 0; local
348 ok = 1;
352 ok = 1;
357 ok = 1;
362 if (!ok && 0 == arc4_seed_sysctl_linux())
363 ok = 1;
367 ok = 1;
369 return ok ? 0 : -1;
/freebsd-11-stable/contrib/dialog/samples/
H A Dform122 value=`$DIALOG --ok-label "Submit" \
H A Dform1-both19 value=`$DIALOG --ok-label "Submit" \
H A Dform1-extra19 value=`$DIALOG --ok-label "Submit" \
H A Dform1-help19 value=`$DIALOG --ok-label "Submit" \
H A Dform1-utf821 value=`$DIALOG --ok-label "Submit" \
H A Dform320 value=`$DIALOG --ok-label "Submit" \
H A Dform420 value=`$DIALOG --ok-label "Submit" \
H A Dform520 value=`$DIALOG --ok-label "Submit" \
H A Dform620 value=`$DIALOG --ok-label "Submit" \
H A Dinputmenu15 --clear --ok-label "Create" \
H A Dinputmenu-stdout14 --stdout --clear --ok-label "Create" \
H A Dpasswordform119 value=`$DIALOG --ok-label "Submit" \
H A Dpasswordform1-utf821 value=`$DIALOG --ok-label "Submit" \
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfrd_getmap.c58 if (objp->ok == TRUE) {
66 if (objp->ok == FALSE) {
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd44 echo ok
59 echo ok
71 echo ok
86 echo ok
/freebsd-11-stable/lib/libc/stdio/
H A Dfgetws.c67 goto ok;
114 ok:

Completed in 263 milliseconds

1234567891011>>