Home
last modified time | relevance | path

Searched refs:code (Results 301 – 325 of 4948) sorted by relevance

1...<<11121314151617181920>>...198

/freebsd-13.1/contrib/ncurses/progs/
H A Dtoe.c67 static void ExitProgram(int code) GCC_NORETURN;
69 ExitProgram(int code) in ExitProgram() argument
72 _nc_free_tic(code); in ExitProgram()
475 int code; in typelist() local
477 code = _nc_db_first(capdbp, &key, &data); in typelist()
478 while (code == 0) { in typelist()
493 code = _nc_db_next(capdbp, &key, &data); in typelist()
574 int code; in main() local
698 code = EXIT_FAILURE; in main()
735 code = typelist((int) count, eargv, header, hook); in main()
[all …]
H A Dprogs.priv.h137 #define ExitProgram(code) exit_terminfo(code) argument
139 #define ExitProgram(code) _nc_free_tic(code) argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DREADME.txt8 Unix - only code that is truly generic to all UNIX platforms
9 Posix - code that is specific to Posix variants of UNIX
10 SUS - code that is specific to the Single Unix Specification
11 SysV - code that is specific to System V variants of UNIX
/freebsd-13.1/sys/netinet/
H A Dip_icmp.c352 icp->icmp_pptr = code; in icmp_error()
353 code = 0; in icmp_error()
359 icp->icmp_code = code; in icmp_error()
412 int i, code; in icmp_input() local
478 code = icp->icmp_code; in icmp_input()
481 switch (code) { in icmp_input()
496 code = PRC_MSGSIZE; in icmp_input()
522 if (code > 1) in icmp_input()
528 if (code > 1) in icmp_input()
530 code = PRC_PARAMPROB; in icmp_input()
[all …]
/freebsd-13.1/contrib/serf/auth/
H A Dauth_digest.c236 serf__handle_digest_auth(int code, in serf__handle_digest_auth() argument
266 if (code == 401) { in serf__handle_digest_auth()
320 realm = serf__construct_realm(code == 401 ? HOST : PROXY, in serf__handle_digest_auth()
329 code, authn_info->scheme->name, in serf__handle_digest_auth()
336 digest_info->header = (code == 401) ? "Authorization" : in serf__handle_digest_auth()
368 serf__init_digest(int code, in serf__init_digest() argument
377 int code, in serf__init_digest_connection() argument
384 if (code == 401) { in serf__init_digest_connection()
402 int code, in serf__setup_request_digest_auth() argument
467 int code, in serf__validate_response_digest_auth() argument
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_archive_set_error.c30 test(struct archive *a, int code, const char *msg) in test() argument
32 archive_set_error(a, code, "%s", msg); in test()
34 assertEqualInt(code, archive_errno(a)); in test()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dbcm47081-buffalo-wzr-600dhp2.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
96 linux,code = <KEY_WPS_BUTTON>;
102 linux,code = <KEY_RESTART>;
109 linux,code = <KEY_SETUP>;
115 linux,code = <KEY_EJECTCD>;
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Duse_screen.c42 int code = OK; in NCURSES_EXPORT() local
58 code = func(screen, data); in NCURSES_EXPORT()
62 returnCode(code); in NCURSES_EXPORT()
H A Dentries.c162 _nc_free_tinfo(int code) in _nc_free_tinfo() argument
165 exit(code); in _nc_free_tinfo()
170 exit_terminfo(int code) in exit_terminfo() argument
175 exit(code); in exit_terminfo()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DERR_error_string.pod23 error code I<e>, and places it at I<buf>. I<buf> must be at least 256
36 error:[error code]:[library name]:[function name]:[reason string]
38 I<error code> is an 8 digit hexadecimal number, I<library name>,
45 If there is no text string registered for the given error code,
46 the error string will contain the numeric code.
58 none is registered for the error code.
/freebsd-13.1/sys/dev/hid/
H A Dhpen.c64 #define HPEN_MAP_BUT(usage, code) \ argument
65 HIDMAP_KEY(HUP_DIGITIZERS, HUD_##usage, code)
66 #define HPEN_MAP_ABS(usage, code) \ argument
67 HIDMAP_ABS(HUP_DIGITIZERS, HUD_##usage, code)
68 #define HPEN_MAP_ABS_GD(usage, code) \ argument
69 HIDMAP_ABS(HUP_GENERIC_DESKTOP, HUG_##usage, code)
/freebsd-13.1/contrib/file/src/
H A Dencoding.c94 *code = "unknown"; in file_encoding()
116 *code = "Unicode text, UTF-7"; in file_encoding()
120 *code = "ASCII"; in file_encoding()
125 *code = "Unicode text, UTF-8 (with BOM)"; in file_encoding()
129 *code = "Unicode text, UTF-8"; in file_encoding()
136 *code = "Unicode text, UTF-32, big-endian"; in file_encoding()
145 *code = "Unicode text, UTF-16, big-endian"; in file_encoding()
151 *code = "ISO-8859"; in file_encoding()
155 *code = "Non-ISO extended-ASCII"; in file_encoding()
162 *code = "EBCDIC"; in file_encoding()
[all …]
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl97 $code=<<___;
303 $code.=<<___;
488 $code.=<<___;
507 $code.=<<___;
525 $code.=<<___;
544 $code.=<<___;
566 $code.=<<___;
579 $code.=<<___;
594 $code.=<<___;
613 $code.=<<___;
[all …]
H A Drsaz-avx2.pl126 $code.=<<___;
164 $code.=<<___;
277 $code.=<<___;
423 $code.=<<___;
574 $code.=<<___;
665 $code.=<<___;
733 $code.=<<___;
814 $code.=<<___;
879 $code.=<<___;
915 $code.=<<___;
[all …]
H A Dppc64-mont.pl213 $code=<<___;
364 $code.=<<___;
494 $code.=<<___;
505 $code.=<<___;
516 $code.=<<___;
527 $code.=<<___;
561 $code.=<<___;
636 $code.=<<___;
743 $code.=<<___;
750 $code.=<<___;
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0.dts141 linux,code = <KEY_UP>;
148 linux,code = <KEY_DOWN>;
155 linux,code = <KEY_LEFT>;
162 linux,code = <KEY_RIGHT>;
176 linux,code = <KEY_LEFTALT>;
183 linux,code = <KEY_SPACE>;
197 linux,code = <KEY_TAB>;
211 linux,code = <KEY_ENTER>;
218 linux,code = <KEY_ESC>;
229 linux,code = <KEY_POWER>;
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_colorset.c50 int code = ERR; in NCURSES_EXPORT() local
62 code = OK; in NCURSES_EXPORT()
64 returnCode(code); in NCURSES_EXPORT()
H A Dlib_endwin.c51 int code = ERR; in NCURSES_EXPORT() local
68 code = NCURSES_SP_NAME(reset_shell_mode) (NCURSES_SP_ARG); in NCURSES_EXPORT()
71 returnCode(code); in NCURSES_EXPORT()
/freebsd-13.1/usr.sbin/acpi/acpidb/
H A Dacpidb.c388 u_int8_t *code; in load_dsdt() local
402 code = mmap(NULL, (size_t)sb.st_size, PROT_READ, MAP_PRIVATE, fd, (off_t)0); in load_dsdt()
404 if (code == NULL) { in load_dsdt()
409 munmap(code, (size_t)sb.st_size); in load_dsdt()
416 if (strncmp((char *)code, "DSDT", 4) == 0) { in load_dsdt()
426 munmap(code, (size_t)sb.st_size); in load_dsdt()
432 munmap(code, (size_t)sb.st_size); in load_dsdt()
437 write(fd, code, sb.st_size); in load_dsdt()
440 munmap(code, (size_t)sb.st_size); in load_dsdt()
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dadc-keys.txt19 - linux,code: Keycode to emit.
34 linux,code = <KEY_VOLUMEUP>;
40 linux,code = <KEY_VOLUMEDOWN>;
46 linux,code = <KEY_ENTER>;
/freebsd-13.1/sys/net/
H A Dbpf_filter.c196 switch (pc->code) { in bpf_filter()
570 if (!BPF_VALIDATE_CODE(p->code)) in bpf_validate()
576 if (BPF_CLASS(p->code) == BPF_JMP) { in bpf_validate()
579 if (p->code == (BPF_JMP|BPF_JA)) in bpf_validate()
590 if (p->code == BPF_ST || p->code == BPF_STX || in bpf_validate()
591 p->code == (BPF_LD|BPF_MEM) || in bpf_validate()
592 p->code == (BPF_LDX|BPF_MEM)) { in bpf_validate()
600 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) || in bpf_validate()
601 p->code == (BPF_ALU|BPF_MOD|BPF_K)) && p->k == 0) in bpf_validate()
604 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
/freebsd-13.1/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c73 uu_set_error(uint_t code) in uu_set_error() argument
76 _uu_main_error = code; in uu_set_error()
98 (void *)(uintptr_t)code); in uu_set_error()
118 uu_strerror(uint32_t code) in uu_strerror() argument
122 switch (code) { in uu_strerror()
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl104 $code.=<<___;
125 $code.=<<___;
626 $code.=<<___;
650 $code.=<<___;
707 $code.=<<___;
713 $code.=<<___;
1211 $code.=<<___;
1235 $code.=<<___;
1292 $code.=<<___;
1308 $code.=<<___;
[all …]
/freebsd-13.1/usr.bin/locate/locate/
H A Dconcatdb.sh49 : ${code:=locate.code}
72 done | $code $bigrams
/freebsd-13.1/contrib/tcpdump/
H A Dprint-udld.c99 int code, type, len; in udld_print() local
109 code = UDLD_EXTRACT_OPCODE(*tptr); in udld_print()
113 tok2str(udld_code_values, "Reserved", code), in udld_print()
114 code, in udld_print()

1...<<11121314151617181920>>...198