/freebsd/usr.sbin/spkrtest/ |
H A D | spkrtest.sh | 64 toccata "Opening bars of Bach's Toccata and Fugue in D Minor" off \ 65 startrek "Opening bars of the theme from Star Trek Classic" off \ 102 title="opening bars of Bach's Toccata and Fugue in D Minor" 106 title="opening bars of the theme from Star Trek Classic"
|
/freebsd/contrib/mandoc/ |
H A D | libmdoc.h | 51 * A punctuation delimiter is opening, closing, or "middle mark" 53 * Opening punctuation (e.g., the opening parenthesis) suppresses the
|
H A D | mandoc_html.3 | 135 prints the opening 143 It is intended to be called right after opening the 153 prints the opening
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_read_next_header_empty.c | 33 /* Try opening an empty file with the raw handler. */ in test_empty_file1() 68 /* Try opening an empty file with raw and empty handlers. */ in test_empty_file2() 88 /* Try opening an empty file with raw and empty handlers. */ in test_empty_tarfile()
|
/freebsd/crypto/krb5/src/kadmin/dbutil/ |
H A D | import_err.et | 14 error_code IMPORT_OPEN_DUMP, "while opening input file" 17 error_code IMPORT_RENAME_OPEN, "while opening databases"
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | database.cpp | 104 /// \throw api_error If there is any problem opening the database. 172 /// \throw api_error If there is any problem opening the database. 191 /// \throw api_error If there is any problem opening the database. 223 /// \throw api_error If there is any problem opening the database. 294 /// \throw api_error If there is any problem while opening the transaction.
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | passphrase-encoding.7 | 166 .SS "Opening existing objects" 167 .IX Subsection "Opening existing objects" 168 For opening pass phrase protected objects where you know what character 172 For opening pass phrase protected objects where the character encoding that was
|
/freebsd/contrib/less/ |
H A D | os.c | 81 static lbool opening; variable 348 while (!opening && SET_JUMP(open_label)) in iopen() 350 opening = FALSE; in iopen() 363 opening = TRUE; in iopen() 365 opening = FALSE; in iopen() 374 if (opening) in intio()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_initscr.c | 73 fprintf(stderr, "Error opening allocating $TERM.\n"); in NCURSES_EXPORT() 81 * core when attempting to write to stdout. Opening /dev/tty in NCURSES_EXPORT() 94 fprintf(stderr, "Error opening terminal: %s.\n", name); in NCURSES_EXPORT()
|
/freebsd/usr.sbin/cpucontrol/ |
H A D | cpucontrol.c | 139 WARN(0, "error opening %s for reading", dev); in do_cpuid() 189 WARN(0, "error opening %s for reading", dev); in do_cpuid_count() 303 WARN(0, "error opening %s for %s", dev, in do_msr() 329 WARN(0, "error opening %s for writing", dev); in do_eval_cpu_features() 416 WARN(0, "error opening %s for reading", dev); in do_update() 437 WARN(0, "error opening %s for writing", dev); in do_update()
|
/freebsd/crypto/openssl/demos/pkcs12/ |
H A D | pkwrite.c | 31 fprintf(stderr, "Error opening file %s\n", argv[1]); in main() 45 fprintf(stderr, "Error opening file %s\n", argv[4]); in main()
|
H A D | pkread.c | 64 fprintf(stderr, "Error opening file %s\n", argv[1]); in main() 82 fprintf(stderr, "Error opening file %s\n", argv[3]); in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile26.sh | 67 printf("Sender: opening connection to TCP port %d\n", tcp_port); 85 printf("Sender: opening %s\n", FILENAME); 137 printf("Writer: opening %s\n", FILENAME); 175 printf("Writer: opening %s\n", FILENAME);
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-edge.mk | 13 INP= (parentheses) {braces} (opening closing) () 20 # The first closing brace matches the opening parenthesis. 37 # XXX: This is unexpected. The opening brace should also be unescaped. 98 # closing brace would match the opening parenthesis (see paren-brace), and
|
/freebsd/contrib/libcbor/ |
H A D | CONTRIBUTING.md | 13 **New features:** I am looking to keep the scope of libcbor small. If you would like to add a feature, please open an issue with your proposal (or reach out to me privately) to discuss if the feature fits into libcbor before opening a PR. 15 **Major changes:** Please open an issue with your proposal (or reach out to me privately) to discuss if the improvement fits into cbor before opening a PR.
|
/freebsd/lib/libutil/ |
H A D | flopen.3 | 60 will attempt to detect and handle races that may occur between opening 62 Thus, it is well suited for opening lock files, PID files, spool
|
/freebsd/lib/libc/gen/ |
H A D | getfsent.3 | 110 search the entire file (opening it if necessary) for a matching special 115 reads the next entry (opening the file if necessary).
|
/freebsd/tools/tools/wtap/vis_map/ |
H A D | vis_map.c | 45 printf("error opening/closing medium\n"); in toggle_medium() 77 printf("error opening visctl cdev\n"); in main()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | passphrase-encoding.pod | 122 =head2 Opening existing objects 124 For opening pass phrase protected objects where you know what character 128 For opening pass phrase protected objects where the character encoding that was
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS12_newpass.pod | 65 fprintf(stderr, "Error opening file %s\n", argv[1]); 82 fprintf(stderr, "Error opening file %s\n", argv[4]);
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_open.c | 46 * When opening a FIFO with O_RDONLY or O_WRONLY set: 57 * When opening a block special or character special file that supports 239 * Block a process in opening the fifo. in test_blocking_reader() 314 * Block a process in opening the fifo. in test_blocking_writer()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Macros.h | 218 /// In the result, "int x;" will be a child of the opening parenthesis in "C(" 301 // with f and g being children of the opening brace. 306 // We want f to be a child of the opening parenthesis and g to be a child 358 // Keeps track of the lines into which the opening brace/parenthesis & 363 // When an opening brace/parenthesis has children, we want the structure of
|
/freebsd/share/doc/smm/02.config/ |
H A D | e.t | 105 of the request along with a symmetrical opening indication, 106 and then an acknowledgement of the reciprocal opening packet.)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | clone_mmap_write.c | 58 (void) fprintf(stderr, "Error opening %s\n", source); in open_file() 71 (void) fprintf(stderr, "Error opening %s\n", dest); in clone_file()
|
/freebsd/contrib/xz/src/xz/ |
H A D | sandbox.c | 36 // Strict sandboxing prevents opening any files. This *tries* to ensure 87 // We will be opening files for reading but in sandbox_enable_read_only() 205 // We will be opening files for reading but in sandbox_enable_read_only()
|