| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | t-elf | 4 # We want fine grained libraries, so use the new code to build the
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | llib-lncursestw | 3062 int code) 3067 int code) 4605 int code) 4610 int code) 4615 int code) 4625 char *code) 4635 void *code) 4640 void *code) 4679 attr_t code) 5291 int code, [all …]
|
| /freebsd-12.1/contrib/apr/ |
| H A D | LICENSE | 27 including but not limited to software source code, documentation 32 not limited to compiled object code, generated documentation, 56 communication on electronic mailing lists, source code control systems, 209 code for these subcomponents is subject to the terms and conditions 222 * 1. Redistributions of source code must retain the above copyright 311 Redistributions of source code and documentation must retain the above
|
| /freebsd-12.1/contrib/diff/ |
| H A D | ABOUT-NLS | 90 LL gives an ISO 639 two-letter code identifying the language. Unless 103 `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, 104 and `CC' is an ISO 3166 two-letter country code. For example, let's 111 You might think that the country code specification is redundant. 114 country code serves to distinguish the dialects. 134 Special advice for Norwegian users: The language code for Norwegian
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx_osm.c | 60 static void ahc_async(void *callback_arg, uint32_t code, 892 ahc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahc_async() argument 899 switch (code) { in ahc_async() 1286 u_int lun, ac_code code, void *opt_arg) in ahc_send_async() argument 1299 switch (code) { in ahc_send_async() 1328 xpt_async(code, path, arg); in ahc_send_async()
|
| H A D | aic79xx_osm.c | 67 static void ahd_async(void *callback_arg, uint32_t code, 908 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahd_async() argument 915 switch (code) { in ahd_async() 1226 u_int lun, ac_code code, void *opt_arg) in ahd_send_async() argument 1239 switch (code) { in ahd_send_async() 1266 xpt_async(code, path, arg); in ahd_send_async()
|
| /freebsd-12.1/sys/arm/nvidia/ |
| H A D | tegra_pcie.c | 147 #define AFI_AFI_INTR_ENABLE_CODE(code) (1 << (code)) argument 468 uint32_t code, signature; in tegra_pci_intr() local 470 code = bus_read_4(sc->afi_mem_res, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pci_intr() 473 if (code == AFI_INTR_CODE_INT_CODE_SM_MSG) in tegra_pci_intr() 476 printf("tegra_pci_intr: code %x sig %x\n", code, signature); in tegra_pci_intr()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | NEWS | 117 Embedded-PIC code) is deprecated and will be removed in a future release. 305 * The linker now supports linking PIC compiled code on SPARC SunOS. It can 331 * Eric Youngdale has contributed Linux support code, including linking against 334 * The ELF backend has been converted to the new linker code. To use the new 351 * The COFF backend has been converted to the new linker code. As with ELF, to 360 * New linker code, by Steve Chamberlain and Ian Taylor. For a.out and ecoff
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbarch.sh | 1241 New code should use register_gdbarch_data(). */ 1300 /* Non-zero if we want to trace architecture code. */ 2130 /* The existing architecture has been swapped out - all this code 2166 /* Find the tdep code that knows about this architecture. */ 2180 /* Ask the tdep code for an architecture that matches "info". */ 2183 /* Did the tdep code like it? No. Reject the change and revert to
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tic.c | 544 bool code = FALSE; in matches() local 550 code = TRUE; in matches() 555 code = TRUE; in matches() 556 return (code); in matches() 1904 for (j = 0; all_fkeys[j].code; j++) { in get_fkey_list() 1907 result[used].keycode = (int) all_fkeys[j].code; in get_fkey_list()
|
| /freebsd-12.1/sys/dev/iwn/ |
| H A D | if_iwnreg.h | 472 uint8_t code; member 1191 uint8_t code; member 1210 uint8_t code; member 1220 uint8_t code; member 1231 uint8_t code; member 1242 uint8_t code; member
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | T0Comp.cs | 1013 WordNative.NativeRun code) in AddNative() argument 1015 return AddNative(name, immediate, SType.UNKNOWN, code); in AddNative() 1019 WordNative.NativeRun code) in AddNative() argument 1025 WordNative w = new WordNative(this, name, code); in AddNative() 1405 Opcode[] code = new Opcode[] { in ProcessInput() 1410 cpu.Enter(code, 0); in ProcessInput()
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | command.c | 920 int code, bit; in ShowEscape() local 923 for (code = 0; code < 32; code++) in ShowEscape() 924 if (arg->cx->physical->async.cfg.EscMap[code]) in ShowEscape() 926 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) { in ShowEscape() 927 prompt_Printf(arg->prompt, "%s0x%02x", sep, (code << 3) + bit); in ShowEscape() 1545 int code; in SetEscape() local 1549 for (code = 0; code < 33; code++) in SetEscape() 1550 arg->cx->physical->async.cfg.EscMap[code] = 0; in SetEscape() 1553 sscanf(*argv++, "%x", &code); in SetEscape() 1554 code &= 0xff; in SetEscape() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.def | 36 code, consider its placement in relation to the other codes. */ 82 /* Each data type is represented by a tree node whose code is one of 172 /* All pointer-to-x types have code POINTER_TYPE. 181 /* All pointer-to-block types have code BLOCK_POINTER_TYPE. 337 DECL_FUNCTION_CODE is a code number that is nonzero for 517 then the code that creates the BIND_EXPR is also responsible for 592 will find this PLACEHOLDER_EXPR and generate code to calculate the 750 This code may also be used within the LHS of a MODIFY_EXPR, in which 978 Operand 2: OMP_FOR_INIT: Initialization code of the form 1026 /* OpenMP - An intermediate tree code to mark the location of the [all …]
|
| H A D | tree-vect-patterns.c | 474 enum tree_code code; in vect_pattern_recog_1() local 517 code = TREE_CODE (pattern_expr); in vect_pattern_recog_1()
|
| /freebsd-12.1/contrib/libevent/include/event2/ |
| H A D | http.h | 417 void evhttp_send_reply(struct evhttp_request *req, int code, 437 void evhttp_send_reply_start(struct evhttp_request *req, int code,
|
| /freebsd-12.1/sys/dev/usb/wlan/ |
| H A D | if_uathreg.h | 60 uint32_t code; /* operation code */ member 145 uint32_t code; /* WDCMSG_DATA_AVAIL */ member
|
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | huf.h | 96 HUF_PUBLIC_API unsigned HUF_isError(size_t code); /**< tells if a return value is an error… 97 HUF_PUBLIC_API const char* HUF_getErrorName(size_t code); /**< provides error code string (useful …
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | sun4i-a10-pov-protab2-ips9.dts | 125 linux,code = <KEY_VOLUMEUP>; 132 linux,code = <KEY_VOLUMEDOWN>;
|
| H A D | sun8i-h3-orangepi-2.dts | 100 linux,code = <BTN_1>; 106 linux,code = <BTN_0>;
|
| H A D | am335x-pcm-953.dtsi | 64 linux,code = <KEY_HOME>; 71 linux,code = <KEY_MENU>;
|
| H A D | sun4i-a10-dserve-dsrv9703c.dts | 137 linux,code = <KEY_VOLUMEDOWN>; 144 linux,code = <KEY_VOLUMEUP>;
|
| /freebsd-12.1/usr.sbin/bsdconfig/timezone/share/ |
| H A D | continents.subr | 9 # 1. Redistributions of source code must retain the above copyright 100 # tlc_N 2-character country code of the Nth submenu item associated
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | gssapi.c | 449 if(code != 235) { in gss_auth() 450 printf("Unrecognized response code: %d\n", code); in gss_auth()
|
| /freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | gssapi.c | 449 if(code != 235) { in gss_auth() 450 printf("Unrecognized response code: %d\n", code); in gss_auth()
|