| /freebsd-12.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | platform.h.in | 34 * Define if this system needs the <netinet/in6.h> header file included 40 * Define if this system needs the <netinet6/in6.h> header file included 87 * If this system needs inet_ntop(), ISC_PLATFORM_NEEDNTOP will be defined. 92 * If this system needs inet_pton(), ISC_PLATFORM_NEEDPTON will be defined. 97 * If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined. 159 * If this system needs vsnprintf() and snprintf(), ISC_PLATFORM_NEEDVSNPRINTF 178 * If the system needs strsep(), ISC_PLATFORM_NEEDSTRSEP will be defined. 183 * If the system needs strlcpy(), ISC_PLATFORM_NEEDSTRLCPY will be defined. 188 * If the system needs strlcat(), ISC_PLATFORM_NEEDSTRLCAT will be defined. 193 * Define if this system needs strtoul. [all …]
|
| /freebsd-12.1/contrib/unbound/validator/ |
| H A D | val_sigcrypt.c | 400 if(n->needs[algo] == 0) { in algo_needs_init_dnskey_add() 401 n->needs[algo] = 1; in algo_needs_init_dnskey_add() 419 n->needs[algo] = 1; in algo_needs_init_list() 440 if(n->needs[algo] == 0) { in algo_needs_init_ds() 441 n->needs[algo] = 1; in algo_needs_init_ds() 452 if(n->needs[algo]) { in algo_needs_set_secure() 453 n->needs[algo] = 0; in algo_needs_set_secure() 463 if(n->needs[algo]) n->needs[algo] = 2; /* need it, but bogus */ in algo_needs_set_bogus() 476 if(n->needs[i] == 2) in algo_needs_missing() 480 if(n->needs[i] == 1) in algo_needs_missing() [all …]
|
| H A D | val_utils.c | 491 struct algo_needs needs; in val_verify_DNSKEY_with_DS() local 530 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_DS() 536 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_DS() 551 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in val_verify_DNSKEY_with_DS() 594 struct algo_needs needs; in val_verify_DNSKEY_with_TA() local 620 else memset(&needs, 0, sizeof(needs)); in val_verify_DNSKEY_with_TA() 642 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA() 648 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_TA() 668 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA() 674 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_TA() [all …]
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_refclock.c | 1677 u_int needs; /* needed number of samples */ in refclock_checkburst() local 1696 needs = peer->reach; in refclock_checkburst() 1697 needs -= (needs >> 1) & 0x55; in refclock_checkburst() 1698 needs = (needs & 0x33) + ((needs >> 2) & 0x33); in refclock_checkburst() 1699 needs = (needs + (needs >> 4)) & 0x0F; in refclock_checkburst() 1700 if (needs > 6) in refclock_checkburst() 1701 needs = 6; in refclock_checkburst() 1702 else if (needs < 3) in refclock_checkburst() 1703 needs = 3; in refclock_checkburst() 1704 if (clk_cnt_sample(pp) < needs) in refclock_checkburst()
|
| /freebsd-12.1/contrib/file/ |
| H A D | TODO | 41 - The implementation of struct buffer needs re-thinking and more work. 44 needs negative offsets. 45 - Really the whole thing just needs here's an (offset, buffer, size)
|
| /freebsd-12.1/usr.sbin/pw/tests/ |
| H A D | helper_functions.shin | 10 # Populate the files pw needs to use into $HOME 21 # Populate the files pw needs to use into $HOME/etc
|
| /freebsd-12.1/sys/sys/ |
| H A D | linker_set.h | 36 #error this file needs sys/cdefs.h as a prerequisite 67 #error this file needs to be ported to your compiler
|
| H A D | syslimits.h | 40 #error this file needs sys/cdefs.h as a prerequisite
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | profile.h | 39 #error this file needs sys/cdefs.h as a prerequisite 75 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | TODO | 16 what needs to be documented. 22 problems at the first glance which needs fixing:
|
| /freebsd-12.1/tools/tools/nanobsd/embedded/ |
| H A D | README | 38 evaluation board (still needs a kernel loaded 41 evaluation board (still needs a kernel loaded
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_powerpc64_asm.S | 9 # If this appears to be slow, the caller needs to pass in number of generic, 150 # If this appears to be slow, the caller needs to pass in number of generic,
|
| /freebsd-12.1/contrib/smbfs/ |
| H A D | INSTALL | 4 Copy config.in file to the config.local and edit it for your needs. Build 46 name and edit it for your needs.
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/sys/arm/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/sys/riscv/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/sys/sparc64/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/sys/arm64/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | stdarg.h | 36 #error this file needs to be ported to your compiler
|
| /freebsd-12.1/contrib/binutils/config/ |
| H A D | mh-necv4 | 3 # NEC -lX11 needs some other libraries.
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | SENTRY5 | 15 # SiliconBackplane, needs to be integrated to detect and probe hardware 18 # * The clock needs to be calibrated correctly, so that DELAY() may work.
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | trap17.0 | 2 # This use-after-free bug probably needs non-default settings to show up.
|
| /freebsd-12.1/crypto/heimdal/appl/push/ |
| H A D | ChangeLog | 3 * push.c: catch when snprint needs a larger buffer 33 * pfrom.1: work around bug in grog that makes it think it needs 36 * push.8: work around bug in grog that makes it think it needs
|
| /freebsd-12.1/lib/libregex/ |
| H A D | Symbol.map | 8 * could cause linking headaches and make debugging more difficult than it needs
|