Home
last modified time | relevance | path

Searched refs:code (Results 251 – 275 of 4948) sorted by relevance

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

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c545 if (opt->code[0] && strcmp(opt->code, option_code) == 0) in find_option()
586 for (opt = options; opt->code; opt++) in find_option_by_builtin()
594 client_opt->code = opt->code; in find_option_by_builtin()
691 if (opt->code[0]) in help_string()
989 if (strcmp(opt->code, "q") == 0) in handle_text_conflict()
1042 else if (strcmp(opt->code, "e") == 0 || strcmp(opt->code, ":-E") == 0) in handle_text_conflict()
1049 else if (strcmp(opt->code, "m") == 0 || strcmp(opt->code, ":-g") == 0 || in handle_text_conflict()
1050 strcmp(opt->code, "=>-") == 0 || strcmp(opt->code, ":>.") == 0) in handle_text_conflict()
1115 else if (strcmp(opt->code, "l") == 0 || strcmp(opt->code, ":-l") == 0) in handle_text_conflict()
1349 if (strcmp(opt->code, "q") == 0) in handle_one_prop_conflict()
[all …]
/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl105 $code.=<<___;
199 $code=<<___;
361 $code.=<<___;
413 $code.=<<___;
532 $code.=<<___;
575 $code.=<<___;
603 $code.=<<___;
621 $code.=<<___;
627 $code.=<<___;
647 $code.=<<___;
[all …]
H A Dsha256-armv4.pl114 $code.=<<___;
154 $code.=<<___;
176 $code=<<___;
256 $code.=<<___;
471 $code.=<<___;
531 $code.=<<___;
555 $code.=<<___;
602 $code.=<<___;
634 $code.=<<___;
645 $code.=<<___;
[all …]
/freebsd-13.1/contrib/ntp/clockstuff/
H A Dchutest.c541 register u_char *code; in chufilter() local
579 code = lastcode; in chufilter()
588 code = lastcode; in chufilter()
589 if (*code++ != 6) { in chufilter()
597 day = *code++; in chufilter()
598 day = MULBY10(day) + *code++; in chufilter()
599 day = MULBY10(day) + *code++; in chufilter()
600 hour = *code++; in chufilter()
601 hour = MULBY10(hour) + *code++; in chufilter()
602 minute = *code++; in chufilter()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/mips/ingenic/
H A Drs90.dts48 linux,code = <KEY_UP>;
54 linux,code = <KEY_DOWN>;
60 linux,code = <KEY_LEFT>;
66 linux,code = <KEY_RIGHT>;
72 linux,code = <KEY_LEFTCTRL>;
78 linux,code = <KEY_LEFTALT>;
84 linux,code = <KEY_BACKSPACE>;
91 linux,code = <KEY_ENTER>;
105 linux,code = <KEY_TAB>;
111 linux,code = <KEY_ESC>;
/freebsd-13.1/contrib/ntp/scripts/ntpsweep/
H A Dinvoke-ntpsweep.texi14 @code{ntpsweep}
20 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntpsweep} program.
38 The text printed is the same whether selected with the @code{help} option
39 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will pri…
41 @code{more-help} is disabled on platforms without a working
42 @code{fork(2)} function. The @code{PAGER} environment variable is
44 with a status code of 0.
/freebsd-13.1/contrib/tnftp/src/
H A Ddomacro.c65 code = -1; in domacro()
74 code = -1; in domacro()
125 code = -1; in domacro()
128 code = -1; in domacro()
131 code = -1; in domacro()
/freebsd-13.1/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c46 code = -1; in domacro()
56 code = -1; in domacro()
118 code = -1; in domacro()
122 code = -1; in domacro()
126 code = -1; in domacro()
/freebsd-13.1/contrib/xz/
H A DAUTHORS8 Major parts of liblzma are based on code written by Igor Pavlov,
10 this code, XZ Utils wouldn't exist.
12 The SHA-256 implementation in liblzma is based on the code found from
14 code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code
/freebsd-13.1/sys/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) argument
68 #define IS_SSTEP_TRAP(type, code) \ argument
69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
70 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
/freebsd-13.1/sys/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) argument
71 #define IS_SSTEP_TRAP(type, code) \ argument
72 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
73 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
/freebsd-13.1/sys/i386/i386/
H A Dtrap.c880 int code, ss, esp; in trap_fatal() local
887 code = frame->tf_err; in trap_fatal()
902 code & PGEX_U ? "user" : "supervisor", in trap_fatal()
903 code & PGEX_W ? "write" : "read", in trap_fatal()
910 printf("error code = %#x\n", code); in trap_fatal()
1054 sa->code = frame->tf_eax; in cpu_fetch_syscall_args()
1060 if (sa->code == SYS_syscall) { in cpu_fetch_syscall_args()
1067 sa->code = tmp; in cpu_fetch_syscall_args()
1069 } else if (sa->code == SYS___syscall) { in cpu_fetch_syscall_args()
1077 sa->code = tmp; in cpu_fetch_syscall_args()
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c97 int y, x, code; in wgetn_wstr() local
125 while ((code = wget_wch(win, &ch)) != ERR) { in wgetn_wstr()
132 code = KEY_CODE_YES; in wgetn_wstr()
138 code = KEY_CODE_YES; in wgetn_wstr()
142 code = KEY_CODE_YES; in wgetn_wstr()
145 if (code == KEY_CODE_YES) { in wgetn_wstr()
223 if (code == ERR) { in wgetn_wstr()
/freebsd-13.1/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl99 $code.=<<___;
122 $code.=<<___;
145 $code=<<___;
185 $code.=<<___;
199 $code.=<<___;
219 $code.=<<___;
232 $code.=<<___;
251 $code.=<<___;
322 foreach(split("\n",$code)) {
/freebsd-13.1/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl81 $code.=<<___;
118 $code.=<<___;
494 $code.=<<___;
513 $code.=<<___;
843 $code.=<<___;
1573 $code.=<<___;
1588 $code.=<<___;
1610 $code.=<<___;
1630 $code.=<<___;
1655 $code.=<<___;
[all …]
H A Decp_nistz256-armv4.pl51 $code.=<<___;
82 $code.=<<___;
102 $code.="\n";
105 $code.=<<___;
125 $code.=<<___;
553 $code.=<<___;
637 $code.=<<___;
695 $code.=<<___;
754 $code.=<<___;
972 $code.=<<___;
[all …]
/freebsd-13.1/libexec/bootpd/
H A Dhash.h130 extern int hash_Exists(hash_tbl *, u_int code,
133 extern int hash_Insert(hash_tbl *, u_int code,
137 extern int hash_Delete(hash_tbl *, u_int code,
141 extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
/freebsd-13.1/sys/contrib/zlib/
H A Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
119 code FAR *next; /* next available space in codes[] */
122 code codes[ENOUGH]; /* space for code tables */
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_screen.c377 int code = ERR; in read_win() local
395 code = OK; in read_win()
440 return code; in read_win()
797 int code = ERR; in putwin() local
895 returnCode(code); in putwin()
912 code = OK; in putwin()
934 returnCode(code); in putwin()
937 code = OK; in putwin()
960 code = OK; in NCURSES_SP_NAME()
1018 code = OK; in NCURSES_SP_NAME()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3326-odroid-go2.dts49 linux,code = <BTN_DPAD_UP>;
54 linux,code = <BTN_DPAD_DOWN>;
59 linux,code = <BTN_DPAD_LEFT>;
64 linux,code = <BTN_DPAD_RIGHT>;
69 linux,code = <BTN_EAST>;
74 linux,code = <BTN_SOUTH>;
79 linux,code = <BTN_WEST>;
84 linux,code = <BTN_NORTH>;
89 linux,code = <BTN_TRIGGER_HAPPY1>;
119 linux,code = <BTN_TL>;
[all …]
/freebsd-13.1/contrib/ntp/util/
H A Dtg2.c572 char code[200]; /* timecode */ local
1089 memset(code, 0, sizeof(code));
1100 snprintf(code, sizeof(code), "%01d%03d%02d%02d%01d",
1373 snprintf(code, sizeof(code),
1507 snprintf(code, sizeof(code),
1514 snprintf(code, sizeof(code),
1525 ptr = strlen(code)-1;
1867 if (code[ptr] & arg) {
2216 peep( 990 - code, 100, OFF);
2227 peep(1010 - code, 100, OFF);
[all …]
/freebsd-13.1/sys/dev/evdev/
H A Dcdev.c58 uint16_t code; member
234 CP(*head, event.t32, code); in evdev_read()
402 uint32_t code; in evdev_ioctl() local
527 code = cmd - EVIOCSABS(0); in evdev_ioctl()
529 if (code == ABS_MT_SLOT) in evdev_ioctl()
616 code = *(uint32_t *)data; in evdev_ioctl()
617 if (!ABS_IS_MT(code)) in evdev_ioctl()
841 .code = SYN_DROPPED, in evdev_client_push()
857 client->ec_buffer[tail].code = code; in evdev_client_push()
896 event->code, event->value); in evdev_client_dumpqueue()
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracemse.c49 _nc_trace_mmask_t(SCREEN *sp, mmask_t code) in NCURSES_EXPORT()
52 if ((code & m) == m) { \ in NCURSES_EXPORT()
139 _nc_retrace_mmask_t(SCREEN *sp, mmask_t code) in _nc_retrace_mmask_t() argument
143 T((T_RETURN("{%s}"), _nc_trace_mmask_t(sp, code))); in _nc_retrace_mmask_t()
147 return code; in _nc_retrace_mmask_t()
/freebsd-13.1/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl121 $code.=<<___;
137 $code.="\t".shift(@args)."\n";
142 $code=<<___;
280 $code.=<<___;
366 $code.=<<___;
384 $code.=<<___;
425 $code.=<<___;
494 $code.=<<___;
499 $code.=<<___;
537 $code.=<<___;
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt9 - nvidia,use-ram-code : If present, the sub-nodes will be addressed
12 irrespective of ram-code configuration.
30 Embedded Memory Controller ram-code table
32 If the emc node has the nvidia,use-ram-code property present, then the
34 apply for which ram-code settings.
36 If the emc node lacks the nvidia,use-ram-code property, this level is omitted
42 - nvidia,ram-code : the binary representation of the ram-code board strappings
64 on a 2-pin "ram code" bootstrap setting on the board. The values of

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