Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 7047) sorted by relevance

12345678910>>...282

/openbsd/src/gnu/usr.bin/binutils/bfd/po/
DSRC-POTFILES.in1 aix386-core.c
2 aix5ppc-core.c
3 aout0.c
4 aout32.c
5 aout64.c
6 aout-adobe.c
7 aout-arm.c
8 aout-cris.c
10 aout-ns32k.c
11 aout-sparcle.c
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/po/
DSRC-POTFILES.in1 aix386-core.c
2 aix5ppc-core.c
3 aout0.c
4 aout32.c
5 aout64.c
6 aout-adobe.c
7 aout-arm.c
8 aout-cris.c
10 aout-ns32k.c
11 aout-sparcle.c
[all …]
/openbsd/src/lib/libm/
DMakefile23 invtrig.c \
35 invtrig.c \
44 ARCH_SRCS = e_sqrt.c e_sqrtf.c e_remainder.c e_remainderf.c \
45 s_ceil.c s_ceilf.c s_floor.c s_floorf.c s_rint.c s_rintf.c \
46 s_round.c s_roundf.c s_trunc.c s_truncf.c
49 ARCH_SRCS = e_sqrt.c e_sqrtf.c s_fabsf.c
54 ARCH_SRCS = e_sqrtl.c
63 COMMON_SRCS = b_exp__D.c b_log__D.c b_tgamma.c \
64 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
65 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-lex.c372 is_extended_char (c)
373 int c;
379 if (c < 0x7f)
384 if (c > 0xffff)
386 error ("universal-character-name '\\U%08x' not valid in identifier", c);
391 if ((c >= 0x00c0 && c <= 0x00d6)
392 || (c >= 0x00d8 && c <= 0x00f6)
393 || (c >= 0x00f8 && c <= 0x01f5)
394 || (c >= 0x01fa && c <= 0x0217)
395 || (c >= 0x0250 && c <= 0x02a8)
[all …]
/openbsd/src/usr.bin/ssh/
Dnchan.c91 chan_set_istate(Channel *c, u_int next) in chan_set_istate() argument
93 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED) in chan_set_istate()
94 fatal("chan_set_istate: bad state %d -> %d", c->istate, next); in chan_set_istate()
95 debug2("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate()
97 c->istate = next; in chan_set_istate()
101 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() argument
103 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()
104 fatal("chan_set_ostate: bad state %d -> %d", c->ostate, next); in chan_set_ostate()
105 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate], in chan_set_ostate()
107 c->ostate = next; in chan_set_ostate()
[all …]
/openbsd/src/lib/libc/stdio/
DMakefile.inc8 SRCS+= asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \
9 fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fmemopen.c \
10 fopen.c fprintf.c fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c \
11 fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \
12 getc.c getchar.c getw.c makebuf.c open_memstream.c \
13 open_wmemstream.c perror.c printf.c putc.c putchar.c puts.c putw.c \
14 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
15 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c tmpfile.c \
16 tmpnam.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vscanf.c \
17 vsnprintf.c vsprintf.c vsscanf.c wbuf.c wsetup.c flockfile.c \
[all …]
/openbsd/src/regress/usr.sbin/rpki-client/
DMakefile.inc29 SRCS_test-ip += test-ip.c ip.c io.c encoding.c print.c x509.c \
30 validate.c as.c cert.c cms.c crl.c mft.c json.c \
31 constraints-dummy.c rfc3779.c
39 SRCS_test-cert+= test-cert.c cert.c cms.c crl.c x509.c ip.c as.c io.c \
40 tal.c validate.c encoding.c print.c mft.c json.c \
41 constraints-dummy.c rfc3779.c
46 SRCS_test-mft+= test-mft.c mft.c crl.c cms.c x509.c ip.c io.c validate.c \
47 encoding.c print.c json.c cert.c as.c \
48 constraints-dummy.c rfc3779.c
52 SRCS_test-roa+= test-roa.c roa.c cms.c x509.c ip.c as.c io.c json.c \
[all …]
/openbsd/src/lib/libc/gen/
DMakefile.inc6 SRCS+= alarm.c assert.c auth_subr.c authenticate.c \
7 basename.c clock.c clock_getcpuclockid.c \
8 closedir.c confstr.c ctermid.c ctype_.c \
9 daemon.c devname.c dirfd.c dirname.c disklabel.c elf_aux_info.c \
10 err.c errc.c errx.c errlist.c errno.c exec.c \
11 fdatasync.c fnmatch.c fpclassify.c frexp.c \
12 fstab.c ftok.c fts.c ftw.c getbsize.c getcap.c getcwd.c \
13 getdomainname.c getgrent.c getgrouplist.c gethostname.c \
14 getloadavg.c getlogin.c getmntinfo.c getnetgrent.c getpagesize.c \
15 getprogname.c getpwent.c getttyent.c getusershell.c glob.c \
[all …]
/openbsd/src/lib/libcrypto/
DMakefile60 SRCS+= crypto_err.c
61 SRCS+= crypto_ex_data.c
62 SRCS+= crypto_init.c
63 SRCS+= crypto_legacy.c
64 SRCS+= crypto_lock.c
65 SRCS+= crypto_memory.c
68 SRCS+= aes.c
69 SRCS+= aes_core.c
70 SRCS+= aes_ige.c
73 SRCS+= a_bitstr.c
[all …]
/openbsd/src/usr.bin/vi/build/
DMakefile19 SRCS= cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c \
20 cut.c delete.c ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c \
21 ex_at.c ex_bang.c ex_cd.c ex_cmd.c ex_delete.c \
22 ex_display.c ex_edit.c ex_equal.c ex_file.c ex_filter.c \
23 ex_global.c ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c \
24 ex_move.c ex_open.c ex_preserve.c ex_print.c ex_put.c \
25 ex_quit.c ex_read.c ex_screen.c ex_script.c ex_set.c ex_shell.c \
26 ex_shift.c ex_source.c ex_stop.c ex_subst.c ex_tag.c \
27 ex_txt.c ex_undo.c ex_usage.c ex_util.c ex_version.c ex_visual.c \
28 ex_write.c ex_yank.c ex_z.c exf.c getc.c key.c line.c log.c main.c \
[all …]
/openbsd/src/lib/libcurses/
DMakefile14 SRCS= codes.c comp_captab.c comp_userdefs.c expanded.c fallback.c \
15 lib_gen.c lib_keyname.c names.c unctrl.c
16 SRCS+= access.c add_tries.c alloc_entry.c alloc_ttype.c captoinfo.c \
17 charable.c comp_error.c comp_expand.c comp_hash.c comp_parse.c \
18 comp_scan.c db_iterator.c define_key.c doalloc.c entries.c \
19 free_ttype.c getenv_num.c hardscroll.c hashed_db.c hashmap.c \
20 home_terminfo.c init_keytry.c key_defined.c keybound.c keyok.c \
21 legacy_coding.c lib_acs.c lib_add_wch.c lib_addch.c lib_addstr.c \
22 lib_baudrate.c lib_beep.c lib_bkgd.c lib_box.c lib_box_set.c \
23 lib_cchar.c lib_chgat.c lib_clear.c lib_clearok.c lib_clrbot.c \
[all …]
/openbsd/src/usr.bin/tmux/
DMakefile4 SRCS= alerts.c \
5 arguments.c \
6 attributes.c \
7 cfg.c \
8 client.c \
9 cmd-attach-session.c \
10 cmd-bind-key.c \
11 cmd-break-pane.c \
12 cmd-capture-pane.c \
13 cmd-choose-tree.c \
[all …]
/openbsd/src/gnu/lib/libreadline/
Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) argument
62 #define META_CHAR(c) ((c) > meta_character_threshold && (c) <= largest_char) argument
64 #define CTRL(c) ((c) & control_character_mask) argument
65 #define META(c) ((c) | meta_character_bit) argument
67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument
68 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) argument
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
77 # define isxdigit(c) (isdigit((c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F')) argument
[all …]
/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.c374 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, argument
378 log_assert(c->fd != -1);
385 sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
389 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
436 p.fd = c->fd;
446 struct comm_base* b = c->ev->base;
514 sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
518 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
597 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet, argument
612 log_assert(c->fd != -1);
[all …]
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.c374 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, argument
378 log_assert(c->fd != -1);
385 sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
389 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
436 p.fd = c->fd;
446 struct comm_base* b = c->ev->base;
514 sent = sendto(c->fd, (void*)sldns_buffer_begin(packet),
518 sent = send(c->fd, (void*)sldns_buffer_begin(packet),
597 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet, argument
612 log_assert(c->fd != -1);
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/po/
DPOTFILES.in1 alpha-dis.c
2 alpha-opc.c
3 arc-dis.c
4 arc-ext.c
5 arc-opc.c
6 arm-dis.c
7 avr-dis.c
8 bfin-dis.c
9 cgen-asm.c
10 cgen-bitset.c
[all …]
/openbsd/src/usr.sbin/tcpdump/
DMakefile36 SRCS= tcpdump.c addrtoname.c privsep.c privsep_fdpass.c privsep_pcap.c \
37 print-ether.c print-ip.c print-arp.c print-tcp.c print-udp.c \
38 print-atalk.c print-domain.c print-tftp.c print-bootp.c print-nfs.c \
39 print-icmp.c print-sl.c print-ppp.c print-rip.c print-timed.c \
40 print-snmp.c print-ntp.c print-null.c print-ospf.c print-gtp.c \
41 print-fddi.c print-llc.c print-sunrpc.c print-hsrp.c print-vqp.c \
42 print-vrrp.c print-wb.c print-decnet.c print-isoclns.c print-ipx.c \
43 print-atm.c print-dvmrp.c print-krb.c print-pim.c print-netbios.c \
44 util.c bpf_dump.c parsenfsfh.c version.c print-igrp.c \
45 print-gre.c print-nsh.c print-radius.c print-enc.c print-cnfp.c \
[all …]
/openbsd/src/sys/ddb/
Ddb_lex.c82 int c; in db_read_char() local
85 c = db_look_char; in db_read_char()
88 c = -1; in db_read_char()
90 c = *db_lp++; in db_read_char()
91 return (c); in db_read_char()
95 db_unread_char(int c) in db_unread_char() argument
97 db_look_char = c; in db_unread_char()
132 int c; in db_lex() local
134 c = db_read_char(); in db_lex()
135 while (c <= ' ' || c > '~') { in db_lex()
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/po/
DPOTFILES.in1 a29k-dis.c
2 alpha-dis.c
3 alpha-opc.c
4 arc-dis.c
5 arc-ext.c
6 arc-opc.c
7 arm-dis.c
9 avr-dis.c
10 cgen-asm.c
11 cgen-dis.c
[all …]
/openbsd/src/sbin/pdisk/
Dio.c61 my_ungetch(int c) in my_ungetch() argument
68 unget_buf[unget_count++] = c; in my_ungetch()
76 int c; in flush_to_newline() local
79 c = my_getch(); in flush_to_newline()
81 if (c <= 0) { in flush_to_newline()
83 } else if (c == '\n') { in flush_to_newline()
85 my_ungetch(c); in flush_to_newline()
98 int c; in get_okay() local
104 c = my_getch(); in get_okay()
106 if (c <= 0) { in get_okay()
[all …]
/openbsd/src/sys/arch/amd64/stand/pxeboot/
DMakefile10 SRCS= srt0.S conf.c devopen.c open.c
21 SRCS+= machdep.c exec_i386.c cmd_i386.c run_amd64.S
22 SRCS+= gidt.S mdrandom.c biosdev.c bioscons.c gateA20.c \
23 memprobe.c diskprobe.c time.c ## biosprobe.c
24 SRCS+= pxe.c pxe_call.S pxe_net.c pxe_udp.c
25 SRCS+= softraid_amd64.c
28 SRCS+= boot.c cmd.c vars.c bootarg.c
31 SRCS+= alloc.c exit.c getchar.c getfile.c getln.c globals.c hexdump.c \
32 strcmp.c strlen.c strncmp.c memcmp.c memcpy.c memmove.c memset.c \
33 printf.c putchar.c \
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h743 #define memCHRs(s1,c) ((const char *) memchr(ASSERT_IS_LITERAL(s1) , c, sizeof(s1)-1)) argument
1456 # define FITS_IN_8_BITS(c) ( (sizeof(c) == 1) \ argument
1457 || (((WIDEST_UTYPE) ASSERT_NOT_PTR(c)) >> 8) == 0)
1459 # define FITS_IN_8_BITS(c) (1) argument
1467 #define withinCOUNT(c, l, n) (__ASSERT_((NV) (l) >= 0) \ argument
1469 withinCOUNT_KNOWN_VALID_((c), (l), (n)))
1476 #define withinCOUNT_KNOWN_VALID_(c, l, n) \ argument
1477 ((((WIDEST_UTYPE) (c)) - ASSERT_NOT_PTR(l)) \
1483 #define inRANGE(c, l, u) (__ASSERT_((NV) (l) >= 0) __ASSERT_((u) >= (l)) \ argument
1484 ( (sizeof(c) == sizeof(U8)) ? inRANGE_helper_(U8, (c), (l), ((u))) \
[all …]
/openbsd/src/gnu/usr.bin/perl/t/op/
Dchars.t15 my $c = "\c@";
16 is (ord($c), 0, '\c@');
17 $c = "\cA";
18 is (ord($c), 1, '\cA');
19 $c = "\cB";
20 is (ord($c), 2, '\cB');
21 $c = "\cC";
22 is (ord($c), 3, '\cC');
23 $c = "\cD";
24 is (ord($c), 4, '\cD');
[all …]
/openbsd/src/sys/arch/i386/stand/pxeboot/
DMakefile10 SRCS= srt0.S conf.c devopen.c open.c
20 SRCS+= debug_i386.S gidt.S pslid.S mdrandom.c
21 SRCS+= cmd_i386.c exec_i386.c gateA20.c machdep.c
22 SRCS+= apmprobe.c bioscons.c biosdev.c debug.c diskprobe.c memprobe.c \
23 pciprobe.c ps2probe.c time.c
24 SRCS+= pxe_call.S pxe.c pxe_net.c pxe_udp.c
25 SRCS+= softraid_i386.c
28 SRCS+= boot.c cmd.c vars.c bootarg.c
31 SRCS+= alloc.c ctime.c exit.c getchar.c globals.c hexdump.c \
32 memcmp.c memmove.c memcpy.c memset.c \
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dppc-spe.c12 vector int a, b, c, *ap; variable
29 c = __ev_addw(a, b); in test_api()
30 c = __ev_addiw(a, 8); in test_api()
31 c = __ev_subfw(a, b); in test_api()
32 c = __ev_subifw(a, 8); in test_api()
33 c = __ev_abs(a); in test_api()
34 c = __ev_neg(a); in test_api()
35 c = __ev_extsb(a); in test_api()
36 c = __ev_extsh(a); in test_api()
37 c = __ev_and(a, b); in test_api()
[all …]

12345678910>>...282