/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.py | 48 # points are mapped to nothing. COMBINING GRAPHEME JOINER (U+034F) and 50 # mapped to nothing. The OBJECT REPLACEMENT CHARACTER (U+FFFC) is 51 # mapped to nothing. 54 t.append(" 00AD; ; Map to nothing") 55 t.append(" 1806; ; Map to nothing") 56 t.append(" 034F; ; Map to nothing") 58 t.append(" 180B; ; Map to nothing") 59 t.append(" 180C; ; Map to nothing") 60 t.append(" 180D; ; Map to nothing") 62 t.append(" FE00; ; Map to nothing") [all …]
|
H A D | map_table.c | 8 {0x0, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 9 {0x1, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 10 {0x2, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 11 {0x3, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 12 {0x4, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 13 {0x5, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 14 {0x6, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 15 {0x7, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 21 {0xe, 0, 5, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ 22 {0xf, 0, 5, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */ [all …]
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | callbacks.h | 110 /** Dummy callback implementation - does nothing */ 113 /** Dummy callback implementation - does nothing */ 116 /** Dummy callback implementation - does nothing */ 119 /** Dummy callback implementation - does nothing */ 122 /** Dummy callback implementation - does nothing */ 125 /** Dummy callback implementation - does nothing */ 128 /** Dummy callback implementation - does nothing */ 131 /** Dummy callback implementation - does nothing */ 134 /** Dummy callback implementation - does nothing */ 137 /** Dummy callback implementation - does nothing */ [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-end-fail.exp | 2 : Making all-dep out of nothing. 4 : Making end-dep out of nothing. 10 : Making all-dep out of nothing. 12 : Making end-dep out of nothing. 21 : Making all-dep out of nothing. 23 : Making end-dep out of nothing. 33 : Making all-dep out of nothing. 35 : Making end-dep out of nothing. 44 : Making all-dep out of nothing. 54 : Making all-dep out of nothing. [all …]
|
H A D | deptgt-notparallel.exp | 1 : Making 1 out of nothing. 2 : Making 2 out of nothing. 3 : Making 3 out of nothing. 4 : Making 4 out of nothing. 5 : Making 5 out of nothing. 6 : Making 6 out of nothing. 7 : Making 7 out of nothing. 8 : Making 8 out of nothing.
|
H A D | varmod-subst.mk | 138 # When a word is replaced with nothing, the remaining words are separated by a 148 .if ${:U:S,,out-of-nothing,} != "" 151 .if ${:U:S,^,out-of-nothing,} != "out-of-nothing" 154 .if ${:U:S,$,out-of-nothing,} != "out-of-nothing" 157 .if ${:U:S,^$,out-of-nothing,} != "out-of-nothing" 160 .if ${:U:S,,out-of-nothing,g} != "" 163 .if ${:U:S,^,out-of-nothing,g} != "out-of-nothing" 166 .if ${:U:S,$,out-of-nothing,g} != "out-of-nothing" 169 .if ${:U:S,^$,out-of-nothing,g} != "out-of-nothing" 172 .if ${:U:S,,out-of-nothing,W} != "" [all …]
|
H A D | varmod.exp | 3 make: varmod.mk:117: Dollar followed by nothing 16 make: varmod.mk:165: Dollar followed by nothing 18 make: varmod.mk:171: Dollar followed by nothing 20 make: varmod.mk:171: Dollar followed by nothing 22 make: varmod.mk:181: Dollar followed by nothing 26 make: varmod.mk:202: Dollar followed by nothing 36 make: varmod.mk:222: Dollar followed by nothing 38 make: varmod.mk:226: Dollar followed by nothing
|
H A D | compat-error.exp | 1 : Making success1 out of nothing. 2 : Making fail1 out of nothing. 5 : Making success2 out of nothing. 6 : Making fail2 out of nothing. 9 : Making success3 out of nothing.
|
H A D | suff-use.mk | 8 # | : 'Making demo.c out of nothing' 16 # | : 'Making demo.c out of nothing' 22 # | : 'Making demo.c out of nothing' 41 : 'Making ${.TARGET} out of nothing'
|
H A D | varmod.mk | 115 # A '$' followed by nothing is an error as well. 116 # expect+1: Dollar followed by nothing 164 # expect+1: Dollar followed by nothing 169 # expect+2: Dollar followed by nothing 170 # expect+1: Dollar followed by nothing 180 # expect+1: Dollar followed by nothing 200 # expect+2: Dollar followed by nothing 221 # expect+1: Dollar followed by nothing 225 # expect+1: Dollar followed by nothing
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 100 /* Nothing to do */ 104 /* Nothing to do */ 106 PRE_SYSCALL(exit)(long long rval_) { /* Nothing to do */ } 107 POST_SYSCALL(exit)(long long res, long long rval_) { /* Nothing to do */ } 147 POST_SYSCALL(close)(long long res, long long fd_) { /* Nothing to do */ } 212 PRE_SYSCALL(fchdir)(long long fd_) { /* Nothing to do */ } 213 POST_SYSCALL(fchdir)(long long res, long long fd_) { /* Nothing to do */ } 250 PRE_SYSCALL(break)(void *nsize_) { /* Nothing to do */ } 251 POST_SYSCALL(break)(long long res, void *nsize_) { /* Nothing to do */ } 268 PRE_SYSCALL(getpid)(void) { /* Nothing to do */ } [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_debug.h | 46 #define KMP_DEBUG_USE_VAR(x) /* Nothing (it is used!) */ 54 #define KMP_DEBUG_ASSERT(cond) /* Nothing */ 55 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ 59 #define KMP_ASSERT(cond) /* Nothing */ 60 #define KMP_ASSERT2(cond, msg) /* Nothing */ 61 #define KMP_DEBUG_ASSERT(cond) /* Nothing */ 62 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ 157 #define KA_TRACE(d, x) /* nothing to do */ 158 #define KB_TRACE(d, x) /* nothing to do */ 159 #define KC_TRACE(d, x) /* nothing to do */ [all …]
|
/freebsd/lib/libc/tests/gen/ |
H A D | fmtmsg_test.c | 88 "tag:severity:text:nothing:action", 135 "failed", "nothing can help me", "NOTHING", 138 "TO FIX: nothing can help me NOTHING\n" 142 "failed", "nothing can help me", "NOTHING", 145 "TO FIX: nothing can help me NOTHING\n" 149 "failed", "nothing can help me", "NOTHING", 152 "TO FIX: nothing can help me NOTHING\n"
|
/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | availability.h | 91 # define _LIBCPP_INTRODUCED_IN_LLVM_19_ATTRIBUTE /* nothing */ 94 # define _LIBCPP_INTRODUCED_IN_LLVM_18_ATTRIBUTE /* nothing */ 97 # define _LIBCPP_INTRODUCED_IN_LLVM_17_ATTRIBUTE /* nothing */ 100 # define _LIBCPP_INTRODUCED_IN_LLVM_16_ATTRIBUTE /* nothing */ 103 # define _LIBCPP_INTRODUCED_IN_LLVM_15_ATTRIBUTE /* nothing */ 106 # define _LIBCPP_INTRODUCED_IN_LLVM_14_ATTRIBUTE /* nothing */ 109 # define _LIBCPP_INTRODUCED_IN_LLVM_13_ATTRIBUTE /* nothing */ 112 # define _LIBCPP_INTRODUCED_IN_LLVM_12_ATTRIBUTE /* nothing */ 115 # define _LIBCPP_INTRODUCED_IN_LLVM_11_ATTRIBUTE /* nothing */ 118 # define _LIBCPP_INTRODUCED_IN_LLVM_10_ATTRIBUTE /* nothing */ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | sme-abi.S | 91 // If BLK.za_save_buffer is NULL, the subroutine does nothing. 95 // If BLK.num_za_save_slices is zero, the subroutine does nothing. 116 // does nothing. 121 // If TPIDR2_EL0 is null, the subroutine does nothing. 132 // If num_za_save_slices is zero, the subroutine does nothing. 136 // If za_save_buffer is NULL, the subroutine does nothing. 157 // nothing.
|
/freebsd/stand/lua/ |
H A D | screen.lua.8 | 61 will do nothing if a serial boot is detected. 67 will do nothing if a serial boot is detected. 74 will do nothing if color is disabled. 81 will do nothing if color is disabled. 86 will do nothing if color is disabled.
|
/freebsd/sys/dev/ice/ |
H A D | ice_iflib_recovery_txrx.c | 37 * that the firmware is in recovery mode. These ops essentially do nothing and 79 * does nothing. 96 * does nothing. 148 * always returns an error indicating that nothing could be done. 164 * does nothing. 180 * does nothing.
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | report_offsets.c | 56 #define show_COLORS(type,member) /* nothing */ 62 #define show_DRIVER(type,member) /* nothing */ 68 #define show_MLEAKS(type,member) /* nothing */ 77 #define show_REENTR(type,member) /* nothing */ 83 #define show_SPFUNC(type,member) /* nothing */ 89 #define show_THREAD(type,member) /* nothing */ 95 #define show_TRACES(type,member) /* nothing */ 101 #define show_WIDECH(type,member) /* nothing */
|
H A D | new_pair.h | 76 #define OPTIONAL_PAIR /* nothing */ 77 #define get_extended_pair(opts, color_pair) /* nothing */ 122 #define _nc_free_ordered_pairs(sp) /* nothing */ 123 #define _nc_reset_color_pair(sp, pair, data) /* nothing */ 124 #define _nc_set_color_pair(sp, pair, mode) /* nothing */
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README-MULTI-AP | 36 From the point of view of hostapd, there is nothing special about these 98 1. Backhaul BSS beacons do not advertise WPS support (other than that, nothing 100 2. STA sends Authentication frame (nothing Multi-AP specific). 101 3. AP sends Authentication frame (nothing Multi-AP specific). 143 1. Fronthaul BSS Beacon frames advertise WPS support (nothing Multi-AP 145 2. Enrollee sends Authentication frame (nothing Multi-AP specific). 146 3. AP sends Authentication frame (nothing Multi-AP specific).
|
/freebsd/crypto/krb5/doc/pdf/ |
H A D | sphinxlatexcontainers.sty | 16 {}% undefined so do nothing 20 {}% we did nothing so we keep doing nothing
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 141 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_interface() 204 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_scan_done() 243 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_bss() 311 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_blob() 378 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_network() 471 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_network_request() 545 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_wps_event_pbc_overlap() 583 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_wps_event_success() 624 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_wps_event_fail() 670 /* Do nothing if the control interface is not turned on */ in wpas_dbus_signal_wps_event_m2d() [all …]
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp_add.c | 35 FORCE_USED_VAR(cmp); /* silence warning when macro results in nothing */ in fp_add() 60 FORCE_USED_VAR(cmp); /* silence warning when macro results in nothing */ in fp_inc() 85 FORCE_USED_VAR(cmp); /* silence warning when macro results in nothing */ in fp_sub() 110 FORCE_USED_VAR(cmp); /* silence warning when macro results in nothing */ in fp_dec() 133 FORCE_USED_VAR(cmp); /* silence warning when macro results in nothing */ in fp_neg()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | InputInfo.h | 30 Nothing, enumerator 52 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo() 74 bool isNothing() const { return Kind == Nothing; } in isNothing() 100 return "(nothing)"; in getAsString()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindLevel1-gcc-ext.c | 331 // For now, we implement these as do-nothing functions to keep any existing 344 // do nothing, this function never worked in Mac OS X in __register_frame_info_bases() 351 // do nothing, this function never worked in Mac OS X in __register_frame_info() 363 // do nothing, this function never worked in Mac OS X in __register_frame_info_table_bases() 370 // do nothing, this function never worked in Mac OS X in __register_frame_info_table() 376 // do nothing, this function never worked in Mac OS X in __register_frame_table() 382 // do nothing, this function never worked in Mac OS X in __deregister_frame_info() 389 // do nothing, this function never worked in Mac OS X in __deregister_frame_info_bases()
|