Home
last modified time | relevance | path

Searched defs:c (Results 1726 – 1750 of 3725) sorted by relevance

1...<<61626364656667686970>>...149

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c100 char c; in pselect_notify_done() local
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c114 int c = order2idx(dev, mr->order); in reg_mr_callback() local
153 static int add_keys(struct mlx5_ib_dev *dev, int c, int num) in add_keys()
214 static void remove_keys(struct mlx5_ib_dev *dev, int c, int num) in remove_keys()
326 int c; in alloc_cached_mr() local
367 int c; in free_cached_mr() local
386 static void clean_keys(struct mlx5_ib_dev *dev, int c) in clean_keys()
/freebsd/contrib/file/src/
H A Dreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL) argument
83 char c[2]; in getu16() member
102 char c[4]; in getu32() member
123 char c[8]; in getu64() member
888 unsigned char c; in do_core_note() local
1887 char c[sizeof(int32_t)]; in file_tryelf() member
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1029 char c[32]; in dt_format_lquantize() local
1084 char c[32]; in dt_print_lquantize() local
1117 char c[32]; in dt_print_lquantize_packed() local
1246 char c[32]; in dt_format_llquantize() local
1323 char c[32]; in dt_print_llquantize() local
1452 char *c = (char *)addr; in dt_print_bytes() local
1636 char name[PATH_MAX], objname[PATH_MAX], c[PATH_MAX * 2]; in dt_format_ustack() local
1746 char c[PATH_MAX * 2]; in dt_print_stack() local
1830 char name[PATH_MAX], objname[PATH_MAX], c[PATH_MAX * 2]; in dt_print_ustack() local
2067 char objname[PATH_MAX], c[PATH_MAX * 2]; in dt_print_umod() local
[all …]
/freebsd/contrib/tcsh/
H A Dtc.who.c514 who_info(ptr_t ptr, int c)
601 dolog(Char **v, struct command *c)
/freebsd/contrib/telnet/libtelnet/
H A Dkerberos5.c106 Data(Authenticator *ap, int type, const char *d, int c) in Data()
674 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} argument
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c294 unsigned int c in type()
330 unsigned char c; in main() local
/freebsd/usr.bin/mail/
H A Dnames.c277 int c, ispipe; in outof() local
703 int c; in count() local
/freebsd/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) argument
221 unsigned char c; in find_and_hash_each_line() local
/freebsd/contrib/libcxxrt/
H A Ddwarf_eh.h256 static uint64_t resolve_indirect_value(_Unwind_Context *c, in resolve_indirect_value()
463 #define EXCEPTION_CLASS(a,b,c,d,e,f,g,h) \ argument
/freebsd/crypto/heimdal/lib/roken/
H A Dgetarg.c461 struct getarg_collect_info *c = current->value; in arg_match_long() local
498 struct getarg_collect_info *c = args[k].value; in arg_match_short() local
/freebsd/usr.sbin/ppp/
H A Dlog.c367 char *b, *c; in log_DumpBp() local
407 char *b, *c; in log_DumpBuff() local
/freebsd/sys/net/
H A Dppp_defs.h81 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
137 struct compstat c; /* packet compression statistics */ member
/freebsd/stand/libsa/
H A Dbootparam.c375 u_char c[4]; in xdr_inaddr_encode() member
406 u_char c[4]; in xdr_inaddr_decode() member
/freebsd/usr.bin/grep/
H A Dgrep.c305 char *c; in init_color() local
319 int c, lastc, needpattern, newarg, prevoptind; local
/freebsd/usr.bin/m4/
H A Deval.c125 int c, n; in expand_builtin() local
752 int c; in dopaste() local
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c819 char c = '\0'; in terminate() local
848 int c; in parseargs() local
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemcpy.c155 for (int c = 0; c < NUM_TESTS; c++) in memcpy_random() local
160 for (int c = 0; c < NUM_TESTS; c++) in memcpy_random() local
/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.c463 u_short c; in cd9660_rrip_loop() local
600 u_short c; in cd9660_rrip_getname() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp42 ICF(COFFLinkerContext &c) : ctx(c){}; in ICF()
80 bool ICF::isEligible(SectionChunk *c) { in isEligible()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_binary.c129 uint8_t c[4]; in la_swap16() member
147 uint8_t c[4]; in la_swap32() member
/freebsd/stand/efi/libefi/
H A Deficom.c401 comc_putchar(int c) in comc_putchar()
423 char c; in comc_getchar() local
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c329 struct mlx5e_channel *c; in mlx5e_build_rx_mbuf() local
665 struct mlx5e_channel *c = container_of(mcq, struct mlx5e_channel, rq.cq.mcq); in mlx5e_rx_cq_comp() local
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c310 bcmrend_clear(scr_stat* scp, int c, int attr) in bcmrend_clear()
323 int i, c, a; in bcmrend_draw() local
560 u_char *data, int c, int count) in bcmfb_save_font()
567 u_char *data, int c, int count) in bcmfb_load_font()
759 bcmfb_putc(video_adapter_t *adp, vm_offset_t off, uint8_t c, uint8_t a) in bcmfb_putc()
/freebsd/contrib/smbfs/lib/smb/
H A Dnb_name.c144 nb_char_encode(u_char **ptr, u_char c, int n) in nb_char_encode()

1...<<61626364656667686970>>...149