/freebsd/contrib/mandoc/ |
H A D | mandoc_escape.3 | 69 .It Delimited form: Ar C Ns Ar argument Ns Ar C 205 followed by an argument delimited by an arbitrary character. 209 followed by an argument delimited by an arbitrary character. 213 followed by a delimited argument. 228 followed by an argument delimited by an arbitrary character. 232 taking an argument delimited with the single quote character 293 followed by an argument in standard form or by an argument delimited 321 followed by an argument delimited by an arbitrary character. 330 followed by an argument delimited by a character that cannot occur
|
/freebsd/share/man/man5/ |
H A D | fbtab.5 | 19 All other lines consist of three fields delimited by 24 delimited list of device patterns 30 colon-delimited list are set as specified in the second
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-misspellings.exp | 3 make: directive-misspellings.mk:18: .include filename must be delimited by '"' or '<' 16 make: directive-misspellings.mk:56: .include filename must be delimited by '"' or '<' 20 make: directive-misspellings.mk:65: .include filename must be delimited by '"' or '<' 27 make: directive-misspellings.mk:82: .include filename must be delimited by '"' or '<'
|
H A D | directive-misspellings.mk | 17 # expect+1: .include filename must be delimited by '"' or '<' 55 # expect+1: .include filename must be delimited by '"' or '<' 64 # expect+1: .include filename must be delimited by '"' or '<' 81 # expect+1: .include filename must be delimited by '"' or '<'
|
/freebsd/usr.bin/wc/ |
H A D | wc.1 | 49 A line is defined as a string of characters delimited by a 57 A word is defined as a string of characters delimited by white space 167 characters delimited by <space>, <tab> or <newline> characters
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap_fstrm.h | 117 * @param contenttype: a zero delimited string with the content type. 132 * @param contenttype: a zero delimited string with the content type. 159 * @param contenttype: a zero delimited string with the content type. 190 * @return zero delimited string, malloced. Or NULL on malloc failure.
|
/freebsd/usr.sbin/pmc/ |
H A D | cmd_pmc_filter.cc | 93 "\t -e <events>, --events <events> -- comma-delimited list of events to filter on\n" in usage() 94 "\t -p <pids>, --pids <pids> -- comma-delimited list of pids to filter on\n" in usage() 95 …"\t -P <processes>, --processes <processes> -- comma-delimited list of process names to filter on\… in usage() 96 "\t -t <lwps>, --lwps <lwps> -- comma-delimited list of lwps to filter on\n" in usage() 97 "\t -T <threads>, --threads <threads> -- comma-delimited list of thread names to filter on\n" in usage()
|
/freebsd/usr.bin/login/ |
H A D | login_fbtab.c | 34 All other lines consist of three fields delimited by 36 permission number (0600), and a ":"-delimited list of 43 ":"-delimited list are set as specified in the second
|
/freebsd/stand/ficl/ |
H A D | testmain.c | 68 ** Gets a newline (or NULL) delimited string from the input 95 ** Gets a newline (or NULL) delimited string from the input 126 ** Line oriented... filename is newline (or NULL) delimited. 209 ** Dump a tab delimited file that summarizes the contents of the
|
/freebsd/lib/libc/string/ |
H A D | strsep.3 | 96 to parse a string, containing tokens delimited by white space, into an 126 it is unable to handle empty fields, i.e., detect fields delimited by
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 138 bool Delimited = false; in ProcessCharEscape() local 190 Delimited = true; in ProcessCharEscape() 207 if (Delimited && *ThisTokBuf == '}') { in ProcessCharEscape() 214 // Non delimited hex escape sequences stop at the first non-hex digit. in ProcessCharEscape() 215 if (!Delimited) in ProcessCharEscape() 283 Delimited = true; in ProcessCharEscape() 348 if (Delimited && Diags) { in ProcessCharEscape() 357 << /*delimited*/ 0 << (Features.CPlusPlus ? 1 : 0); in ProcessCharEscape() 458 unsigned short &UcnLen, bool &Delimited, in ProcessNumericUCNEscape() argument 468 Delimited = false; in ProcessNumericUCNEscape() [all …]
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | rcp.c | 479 SCREWUP("mtime.sec not delimited"); in sink() 482 SCREWUP("mtime.usec not delimited"); in sink() 485 SCREWUP("atime.sec not delimited"); in sink() 488 SCREWUP("atime.usec not delimited"); in sink() 513 SCREWUP("mode not delimited"); in sink() 518 SCREWUP("size not delimited"); in sink()
|
/freebsd/contrib/file/tests/ |
H A D | jsonlines1.result | 1 New Line Delimited JSON text data
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | LibiptDecoder.h | 40 /// delimited by a context switch in and out, and a list of Intel PT subtraces 91 /// Given an intel pt trace, split it in chunks delimited by PSB packets. Each
|
/freebsd/usr.bin/rs/ |
H A D | rs.1 | 77 Input columns are delimited by the single character 89 Output columns are delimited by the single character
|
/freebsd/usr.sbin/nmtree/ |
H A D | mtree.5 | 76 If the first whitespace-delimited word has no 88 If the first whitespace-delimited word has a
|
/freebsd/share/man/man7/ |
H A D | tests.7 | 178 Must be set to a space delimited list of disk device nodes. 182 Must be set to a space delimited list of FIBs (routing tables).
|
/freebsd/share/man/man4/ |
H A D | termios.4 | 311 A line is delimited by a newline 351 delimited by a newline 357 This un-delimited 558 the start of a line, as delimited by an 575 delimited by a 1427 lines delimited by
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_fmts.c | 179 * Handles standard, comma-delimited, and octet-string values as used in 188 /** Broadcom comma-delimited string. */ 586 * string, or a comma-delimited string. */ in bhnd_nvram_val_bcmstr_encode() 613 * Broadcom NVRAM comma-delimited string filter. 629 * Broadcom NVRAM comma-delimited string iteration. 808 /* Default to comma-delimited parsing */ in bhnd_nvram_val_bcm_macaddr_string_next()
|
/freebsd/usr.bin/man/ |
H A D | man.1 | 121 Restrict manual sections searched to the specified colon delimited list. 334 Restricts manual sections searched to the specified colon delimited list.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
H A D | DirectiveBase.td | 140 def AS_Delimited : Association<"Delimited"> {} // Region delimited with
|
/freebsd/contrib/openbsm/m4/ |
H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of 79 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of 79 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of 79 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|
/freebsd/contrib/libevent/m4/ |
H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of 79 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|