/freebsd/sys/ddb/ |
H A D | db_thread.c | 101 * first and try to treat it as a thread ID to find an associated thread. 102 * If that fails and check_pid is true, we treat the decimal value as a 104 * process. Otherwise, we treat the addr as a pointer to a thread. 134 * first and try to treat it as a PID to find an associated process. 135 * If that fails we treat the addr as a pointer to a process.
|
/freebsd/usr.bin/diff/ |
H A D | diff.h | 67 #define D_EMPTY1 0x002 /* Treat first file as empty (/dev/null) */ 68 #define D_EMPTY2 0x004 /* Treat second file as empty (/dev/null) */ 73 #define D_FORCEASCII 0x008 /* Treat file as ascii regardless of content */ 74 #define D_FOLDBLANKS 0x010 /* Treat all white space as equal */
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PNaCl.cpp | 69 // Treat an enum type as its underlying type. in classifyArgumentType() 75 // Treat bit-precise integers as integers if <= 64, otherwise pass in classifyArgumentType() 94 // Treat bit-precise integers as integers if <= 64, otherwise pass indirectly. in classifyReturnType() 101 // Treat an enum type as its underlying type. in classifyReturnType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 497 // this yet, so skip/treat as unimplemented in this case. in VisitDefaultClause() 521 // this yet, so skip/treat as unimplemented in this case. in VisitIfClause() 554 // this yet, so skip/treat as unimplemented in this case. in VisitSelfClause() 587 // this yet, so skip/treat as unimplemented in this case. in VisitNumGangsClause() 642 // this yet, so skip/treat as unimplemented in this case. in VisitNumWorkersClause() 663 // this yet, so skip/treat as unimplemented in this case. in VisitVectorLengthClause() 684 // this yet, so skip/treat as unimplemented in this case. in VisitAsyncClause() 706 // can do anything with this yet, so skip/treat as unimplemented in this in VisitPrivateClause() 725 // this yet, so skip/treat as unimplemented in this case. in VisitFirstPrivateClause() 742 // this yet, so skip/treat as unimplemented in this case. in VisitNoCreateClause() [all …]
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.1 | 95 Treat 119 Treat tabs and eight spaces as the same. 169 Terminals that treat tabs as eight characters wide will look best.
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_pcivar.h | 66 * this quirk to treat these cores as unpopulated. 72 * host controller cores; set this quirk to treat these cores as 79 * floating analog softmodem codec cores; set this quirk to treat these
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 102 // If there is more than one brace, then some of them are escaped. Treat in splitLiteralAndReplacement() 110 // An unterminated open brace is undefined. We treat the rest of the string in splitLiteralAndReplacement() 122 // this closing brace, treat this portion as literal, and try again with the in splitLiteralAndReplacement() 136 // If there was an error parsing the replacement item, treat it as an in splitLiteralAndReplacement()
|
H A D | TypeSize.cpp | 25 "treat-scalable-fixed-error-as-warning", cl::Hidden, in call() 27 "Treat issues where a fixed-width property is requested from a " in call()
|
/freebsd/contrib/diff/man/ |
H A D | diff.1 | 39 Treat all files as text. 164 Treat absent files as empty. 167 Treat absent first files as empty.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CommentOptions.h | 26 /// Command names to treat as block commands in comments. 30 /// Treat ordinary comments as documentation comments.
|
/freebsd/contrib/libpcap/ |
H A D | pcap_init.3pcap | 53 Treat all strings supplied as arguments, and return all strings to the 57 Treat all strings supplied as arguments, and return all strings to the
|
H A D | CHANGES | 98 Treat if_tsoffset as signed in pcapng files, as the spec says. 443 Treat ERROR_DEVICE_REMOVED as "device was removed". 448 Don't treat the inability to find airpcap.dll as an error. 547 Treat EPERM on ethtool ioctls as meaning "not supported", as 552 Treat EPERM on SIOCGIFMEDIA as meaning "not supported", as 555 Treat ENXIO when reading packets as meaning "the interface 560 Treat ENXIO as meaning "the interface was removed" 564 Treat ENXIO as meaning "the interface was removed" 568 Treat EIO as meaning "the interface was removed" 572 Treat ENXIO as meaning "the interface was removed" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | richtek,rt4801-regulator.yaml | 34 If this property not specified, treat both as always-on regulators. 54 any regulator, treat both as always-on regulators.
|
/freebsd/contrib/tcpdump/ |
H A D | print-ssh.c | 69 * CR followed by something else; treat this as in ssh_print_version() 75 * Not a printable ASCII character; treat this in ssh_print_version()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | Options.td | 36 defm WX : B<"WX", "Treat warnings as errors", 37 "Don't treat warnings as errors (default)">;
|
/freebsd/crypto/openssl/util/ |
H A D | fix-deprecation | 77 # Treat preprocessor lines (count spaces) 84 # Treat DEPRECATEDIN_...
|
/freebsd/usr.bin/getaddrinfo/ |
H A D | getaddrinfo.1 | 93 Treat the service as numeric and do not attempt service name 99 Treat the hostname as a numeric address and do not attempt name
|
/freebsd/usr.bin/diff3/ |
H A D | diff3.1 | 77 Treat all files as ASCII. 84 respectively, but treat overlapping changes (i.e., changes that would
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Encoding.h | 28 Encoding_Unknown // We treat all other encodings as 8-bit encodings. 32 /// it is considered UTF8, otherwise we treat it as some 8-bit encoding.
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_WERROR | 1 Set this to not treat compiler warnings as errors.
|
/freebsd/share/examples/printing/ |
H A D | hpif | 7 # Tells printer to treat LF as CR+LF. Writes a form feed character
|
H A D | ifhp | 7 # Treat LF as CR+LF:
|
/freebsd/contrib/nvi/vi/ |
H A D | v_word.c | 51 * would treat groups of empty lines as individual words, i.e. the command 53 * would treat groups of empty lines as a single word, i.e. the first use 58 * 'b', 'E' and 'e' commands would treat the group as a single word, and 59 * the 'B' and 'b' commands will treat the lines as individual words. This
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CFG.h | 297 // Provide specializations of GraphTraits to be able to treat a function as a 319 // Provide specializations of GraphTraits to be able to treat a function as a 346 // Provide specializations of GraphTraits to be able to treat a function as a 384 // Provide specializations of GraphTraits to be able to treat a function as a
|
/freebsd/usr.bin/grep/ |
H A D | grep.1 | 102 Treat all files as ASCII text. 413 Treat input and output data as sequences of lines terminated by a 424 Treat all files as text.
|