/freebsd/contrib/netbsd-tests/lib/librumpclient/ |
H A D | h_execthr.c | 48 #define SAY(...) printf(__VA_ARGS__) macro 50 #define SAY(...) macro 114 SAY("execd: %d\n", execd); in main() 123 SAY("rumpclient_init finished.\n"); in main() 131 SAY("startup pthread_create finished.\n"); in main() 136 SAY("startup pthread_join finished.\n"); in main() 141 SAY("startup rump_sys_read finished.\n"); in main() 144 SAY("startup getproc finished.\n"); in main() 150 SAY("done.\n"); in main() 158 SAY("making pipes...\n"); in main() [all …]
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.c | 157 static int say(pam_handle_t *pamh, int style, const char *format, ...) in say() function 184 say(pamh, PAM_ERROR_MSG, MESSAGE_TOOLONG); in check_max() 187 say(pamh, PAM_TEXT_INFO, MESSAGE_TRUNCATED); in check_max() 300 say(pamh, PAM_ERROR_MSG, MESSAGE_MISCONFIGURED); in parse() 302 say(pamh, PAM_ERROR_MSG, MESSAGE_INVALID_OPTION, *argv); in parse() 425 say(pamh, PAM_ERROR_MSG, MESSAGE_WEAKPASS, reason); in pam_sm_chauthtok() 439 status = say(pamh, PAM_TEXT_INFO, MESSAGE_INTRO_BOTH); in pam_sm_chauthtok() 441 status = say(pamh, PAM_TEXT_INFO, MESSAGE_INTRO_PASSWORD); in pam_sm_chauthtok() 446 status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_1, in pam_sm_chauthtok() 451 status = say(pamh, PAM_TEXT_INFO, MESSAGE_EXPLAIN_PASSWORD_2, in pam_sm_chauthtok() [all …]
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 46 say() { 152 say >&2 "$0: -$opt$OPTARG: unknown option; try '$0 --help'"; exit 1;; 154 say >&2 "$0: try '$0 --help'"; exit 1 161 *) say >&2 "$0: $1: unknown argument"; exit 1 186 say >&2 "$0: time zone files are not set up correctly" 483 say >&2 "'$tz' is not a conforming POSIX proleptic TZ string." 560 sorted_table=$(say "$time_table" | sort -k2n -k2,5 -k1n) || { 561 say >&2 "$0: cannot sort time table" 732 say >&2 "$0: time zone files are not set up correctly" 766 say > 53 say() { global() function [all...] |
/freebsd/contrib/ncurses/misc/ |
H A D | cmpdef.cmd | 84 say 'Corrupted file' def_file1 85 say 'Symbol' name 'has no number' 104 say 'Corrupted file' def_file2 105 say 'Symbol' name 'has no number' 112 say 'New symbol' name 'with code @'number 114 say 'Conflict old =' names.number ', new =' name 'at @'number 119 say name 'Symbol' name 'changed from @'numbers.name 'to @'number
|
H A D | chkdef.cmd | 84 say 'Error: symbol "'new_name'" has no export code or is empty' 92 say 'Symbol "'new_name'" multiply defined' 99 say 'Conflict with "'names.new_code'" & "'new_name'" being @'new_code
|
/freebsd/contrib/mandoc/ |
H A D | mandocdb.c | 172 static void say(const char *, const char *, ...) 459 say(MANDOC_DB, "%s: Automatically recreating" in mandocdb() 488 say("", "Empty manpath"); in mandocdb() 596 say("", "&fts_open"); in treescan() 614 say(path, "&realpath"); in treescan() 622 if (warnings) say("", in treescan() 629 say(path, "&stat"); in treescan() 645 say(path, "Extraneous file"); in treescan() 661 say(path, in treescan() 667 say(path, "Skip html"); in treescan() [all …]
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 309 say("Not enough memory to try swapped hunk! Assuming unswapped.\n"); in main() 326 say("Ignoring previously applied (or reversed) patch.\n"); in main() 330 say("%seversed (or previously applied) patch detected! %s -R.", in main() 356 say("Error writing %s\n", in main() 368 say("Hunk #%d ignored at %ld.\n", in main() 374 say("Hunk #%d failed at %ld.\n", in main() 379 say("Hunk #%d succeeded at %ld", in main() 382 say(" with fuzz %ld", fuzz); in main() 384 say(" (offset %ld line%s)", in main() 387 say(".\n"); in main() [all …]
|
H A D | util.c | 62 say("Moving %s to stdout.\n", from); in move_file() 74 say("Can't backup %s, output is in %s: %s\n", to, from, in move_file() 80 say("Moving %s to %s.\n", from, to); in move_file() 84 say("Can't create %s, output is in %s: %s\n", in move_file() 151 say("Moving %s to %s.\n", orig, bakname); in backup_file() 223 say(const char *fmt, ...) in say() function 249 * Say something from patch, something from the system, then silence . . . 365 say("fetchname %s %d\n", at, strip_leading); in fetchname()
|
H A D | inp.c | 108 say("Patching file %s using Plan %s...\n", filename, in scan_input() 157 say("(Creating file %s...)\n", filename); in plan_a() 176 say("block too large to mmap\n"); in plan_a() 259 say("Warning: this file doesn't appear " in plan_a() 274 say("Good. This file appears to be the %s version.\n", in plan_a() 320 say("Warning: this file doesn't appear " in plan_b() 335 say("Good. This file appears to be the %s version.\n", in plan_b() 381 say("No such line %ld in input file, ignoring\n", line);
|
H A D | pch.c | 180 say("done\n"); in there_is_another_patch() 187 say("Hmm..."); in there_is_another_patch() 192 say(" Ignoring the trailing garbage.\ndone\n"); in there_is_another_patch() 194 say(" I can't seem to find a patch in there anywhere.\n"); in there_is_another_patch() 198 say(" %sooks like %s to me...\n", in there_is_another_patch() 206 say("(Patch is indented %d space%s.)\n", p_indent, in there_is_another_patch() 211 say("No file to patch. Skipping...\n"); in there_is_another_patch() 234 say("Skipping patch...\n"); in there_is_another_patch() 488 say("The text leading up to this was:\n--------------------------\n"); in skip_to() 493 say("| in skip_to() [all...] |
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | Kconfig | 36 If unsure, say Y to make it easier to debug problems. 44 If unsure, say Y to make it easier to debug problems. 59 Say Y to enable access to the FFT/spectral data via debugfs.
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | Kconfig | 60 If unsure, say Y to make it easier to debug problems. 68 If unsure, say Y to make it easier to debug problems. 76 Say Y to enable access to the FFT/spectral data via debugfs.
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | Kconfig | 24 If unsure, say Y to make it easier to debug problems. But if 33 If unsure, say Y to make it easier to debug problems. But if
|
/freebsd/contrib/ntp/html/hints/ |
H A D | hpux | 41 * Say "make makeconfig" 43 * Say "make", sit back for a few minutes. 46 * Say "./authcert < certdata" and check the output. Every line should 52 * Say "make install"
|
/freebsd/usr.bin/chat/ |
H A D | chat.8 | 272 .Sh SAY STRINGS 274 .Dv SAY 284 .Dv SAY 290 .Dv SAY 306 $ SAY "Logged in OK ...\\n" \fIetc ...\fR 310 .Dv SAY
|
/freebsd/usr.sbin/cron/doc/ |
H A D | INSTALL | 50 say: 53 su and say: 56 Note that if I can get you to "su and say" something just by asking, you have
|
H A D | MAIL | 12 Sure, here's a suggestion: I'd like to be able to run a program, say, 86 about a facility to let you start a process at intervals of, say, 17 minutes, 161 describe this by example. Say I have the following line in my crontab 410 1) Add some way to tell cron to reread the files, say kill -1 <pid> 434 (~/.cronrc, say) and be able to run personal jobs at regular intervals. 447 its mail files will say that the previous message is the output of "one of your 448 cron commands." I wish it would say WHICH cron command.
|
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | Kconfig | 52 Unless you know that you need this, say N. 70 and should say N.
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | Kconfig | 104 If unsure, say Y to simplify debug problems 113 If unsure, say Y to simplify debug problems
|
/freebsd/tools/test/stress2/misc/ |
H A D | poll.sh | 31 async def say(): 37 loop.run_until_complete(say())
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | tt09 | 58 one can say 70 You have to say what the actual title is (easy); 105 we have to say something like
|
/freebsd/contrib/libpcap/msdos/ |
H A D | readme.dos | 106 For a Watcom target say: 109 For a Borland target say: 112 And for a HighC/Pharlap target say:
|
/freebsd/contrib/openresolv/ |
H A D | README.md | 11 Say you have wired and wireless interfaces to different subnets and run a VPN 12 or two on top of that, how do you say which one controls the file?
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 311 Therefore it shall come to pass, when the Egyptians shall see thee, that they shall say, This is hi… 312 Say, I pray thee, thou art my sister: that it may be well with me for thy sake; and my soul shall l… 360 …het, and that I will not take any thing that is thine, lest thou shouldest say, I have made Abram … 509 …dness which thou shalt shew unto me; at every place whither we shall come, say of me, He is my bro… 606 … pass, that the damsel to whom I shall say, Let down thy pitcher, I pray thee, that I may drink; a… 635 …shall come to pass, that when the virgin cometh forth to draw water, and I say to her, Give me, I … 636 And she say to me, Both drink thou, and I will also draw for thy camels: let the same be the woman … 700 And the men of the place asked him of his wife; and he said, She is my sister: for he feared to say… 947 Then thou shalt say, They be thy servant Jacob's; it is a present sent unto my lord Esau: and, beho… 949 And say ye moreover, Behold, thy servant Jacob is behind us. For he said, I will appease him with t… [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-arb-gpio-challenge.txt | 31 Let's say we want to claim the bus. We: 33 2. Waits a little bit for the other sides to notice (slew time, say 10
|