| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
| H A D | version.h.in | 21 int sodium_library_version_major(void); 24 int sodium_library_version_minor(void); 27 int sodium_library_minimal(void);
|
| /src/tests/usr.bin/xlint/lint2/ |
| H A D | msg_004.exp | 2 add returns 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(2) [lint2:005] 3 add has argument 1 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006] 4 add has argument 2 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006] 5 add has parameter 1 declared as 'double' in msg_004_define.c(2), versus 'int' in msg_004_call.c(2) [lint2:011] 6 add has parameter 2 declared as 'double' in msg_004_define.c(2), versus 'int' in msg_004_call.c(2) [lint2:011]
|
| H A D | msg_006.exp | 2 add returns 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(2) [lint2:005] 3 add has argument 1 with type 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(4) [lint2:006] 4 add has argument 2 with type 'double' at msg_006_define.c(2), versus 'int' at msg_006_call.c(4) [lint2:006] 5 add has parameter 1 declared as 'double' in msg_006_define.c(2), versus 'int' in msg_006_call.c(2) [lint2:011] 6 add has parameter 2 declared as 'double' in msg_006_define.c(2), versus 'int' in msg_006_call.c(2) [lint2:011]
|
| H A D | msg_005.exp | 2 add returns 'double' at msg_005_define.c(2), versus 'int' at msg_005_call.c(2) [lint2:005] 3 add has argument 1 with type 'double' at msg_005_define.c(2), versus 'int' at msg_005_call.c(4) [lint2:006] 4 add has argument 2 with type 'double' at msg_005_define.c(2), versus 'int' at msg_005_call.c(4) [lint2:006] 5 add has parameter 1 declared as 'double' in msg_005_define.c(2), versus 'int' in msg_005_call.c(2) [lint2:011] 6 add has parameter 2 declared as 'double' in msg_005_define.c(2), versus 'int' in msg_005_call.c(2) [lint2:011]
|
| H A D | msg_011.exp | 2 add returns 'double' at msg_011_define.c(2), versus 'int' at msg_011_call.c(2) [lint2:005] 3 add has argument 1 with type 'double' at msg_011_define.c(2), versus 'int' at msg_011_call.c(4) [lint2:006] 4 add has argument 2 with type 'double' at msg_011_define.c(2), versus 'int' at msg_011_call.c(4) [lint2:006] 5 add has parameter 1 declared as 'double' in msg_011_define.c(2), versus 'int' in msg_011_call.c(2) [lint2:011] 6 add has parameter 2 declared as 'double' in msg_011_define.c(2), versus 'int' in msg_011_call.c(2) [lint2:011]
|
| H A D | output_sorted.exp | 2 func0000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 5 func1000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 8 func2000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 11 func3000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 14 func4000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 17 func5000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 20 func6000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 23 func7000 has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006] 26 no_prototype has argument 1 with type 'int' at output_sorted.c(10), versus 'pointer to const char' at output_sorted.c(11) [lint2:006]
|
| H A D | read.exp | 3 inline_function returns 'void' at read.c(256), versus 'int' at read.c(260) [lint2:005] 11 used_function returns 'int' at read.c(254), versus 'void' at read.c(253) [lint2:005]
|
| /src/etc/rc.d/ |
| H A D | downinterfaces | 19 for int in $tmp; do 20 case $int in 21 pppoe*) iflist="$iflist $int" 30 for int in $iflist; do 31 ifconfig $int down
|
| H A D | network | 21 local int="$1" 24 if [ "$int" = "$i" ]; then 243 for int in /etc/ifconfig.${cloner}[0-9]*; do 244 [ ! -f $int ] && break 245 tmp="$tmp ${int##*.}" 252 for int in $tmp; do 253 eval argslist=\$ifconfig_$int 259 if [ -z "$argslist" ] && ! [ -f /etc/ifconfig.$int ] 264 "/etc/ifconfig.$int missing and ifconfig_$int no [all...] |
| /src/sys/external/isc/libsodium/dist/m4/ |
| H A D | ax_check_catchable_abrt.m4 | 24 static void sigabrt_handler_3(int _) 29 static void sigabrt_handler_2(int _) 36 static void sigabrt_handler_1(int _)
|
| H A D | ax_check_catchable_segv.m4 | 19 static void sig(int _) { exit(0); }
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| H A D | unbalanced_allocs.py | 42 addr = int(line.split()[1], 16) 54 addr = int(line.split()[1], 16) 89 _skip = int(args.skip) + 1
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | rk3288-firefly-beta.dts | 26 ir_int: ir-int {
|
| H A D | rk3288-firefly.dts | 26 ir_int: ir-int {
|
| H A D | omap443x.dtsi | 52 reg-names = "base-address", "int-address"; 67 reg-names = "base-address", "int-address";
|
| H A D | rk3288-veyron-analog-audio.dtsi | 85 int_codec: int-codec { 95 ts3a227e_int_l: ts3a227e-int-l {
|
| H A D | stm32f746.dtsi | 92 clock-names = "int"; 122 clock-names = "int"; 152 clock-names = "int"; 181 clock-names = "int"; 211 clock-names = "int"; 235 clock-names = "int"; 251 clock-names = "int"; 271 clock-names = "int"; 285 clock-names = "int"; 418 clock-names = "int"; [all...] |
| H A D | rk3288-veyron-chromebook.dtsi | 140 ap_lid_int_l: ap-lid-int-l { 152 ec_int: ec-int { 168 trackpad_int: trackpad-int {
|
| H A D | am335x-sancloud-bbe.dts | 38 st,drdy-int-pin = <1>;
|
| /src/lib/librumpuser/ |
| H A D | configure.ac | 93 AC_MSG_CHECKING([for ioctl cmd being int]) 98 int ioctl(int fd, int, ...);]], 104 [Define to 1 if ioctl()'s cmd arg is int])
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| H A D | sancov.py | 141 bits = int(f_map.readline()) 146 mem_map.append((int(parts[0], 16), 147 int(parts[1], 16), 148 int(parts[2], 16), 205 return set(int(line.strip(), 16) + 4 for line in proc.stdout) 214 covered = set(int(line, 16) for line in sys.stdin)
|
| /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/ |
| H A D | bcm3384_zephyr.dtsi | 84 brcm,int-map-mask = <0xffffffff>; 96 brcm,int-map-mask = <0xffffffff>;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 238 atos_line = self.atos.convert('0x%x' % int(offset, 16)) 312 assert int(fragments[1]) == len(self.files) 315 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:]) 319 cur_function_addr = int(fragments[1], 16) 324 addr = int(fragments[0], 16) 328 int(fragments[1], 16), 329 int(fragments[2]), 330 int(fragments[3])) 354 res = self.get_sym_file_line(int(offset, 16))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_mac_test_helpers.mm | 69 void worker_do_alloc(int size) { 75 void worker_do_crash(int size) { 118 for (int i = 0; i < 100; i++) { 134 for (int i = 0; i < 1000; i++) { 216 int items[10]; 221 -(int) access: (int)index {
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-alcatel-idol347.dts | 262 accel_int_default: accel-int-default { 278 gyro_int_default: gyro-int-default { 294 proximity_int_default: proximity-int-default { 302 ts_int_reset_default: ts-int-reset-default {
|