Home
last modified time | relevance | path

Searched full:opening (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/freebsd/usr.sbin/spkrtest/
H A Dspkrtest.sh64 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 Dlibmdoc.h51 * A punctuation delimiter is opening, closing, or "middle mark"
53 * Opening punctuation (e.g., the opening parenthesis) suppresses the
H A Dmandoc_html.3135 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 Dtest_archive_read_next_header_empty.c33 /* 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 Dimport_err.et14 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 Ddatabase.cpp104 /// \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 Dpassphrase-encoding.7166 .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 Dos.c81 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 Dlib_initscr.c73 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 Dcpucontrol.c139 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 Dpkwrite.c31 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 Dpkread.c64 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 Dsendfile26.sh67 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 Dvarmod-edge.mk13 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 DCONTRIBUTING.md13 **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 Dflopen.360 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 Dgetfsent.3110 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 Dvis_map.c45 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 Dpassphrase-encoding.pod122 =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 DPKCS12_newpass.pod65 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 Dfifo_open.c46 * 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 DMacros.h218 /// 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 De.t105 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 Dclone_mmap_write.c58 (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 Dsandbox.c36 // 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()

12345678910>>...32