/dflybsd-src/contrib/mdocml/ |
H A D | man.c | 44 man_parseln(struct roff_man *man, int ln, char *buf, int offs) in man_parseln() 74 man_descope(struct roff_man *man, int line, int offs, char *start) in man_descope() 101 man_ptext(struct roff_man *man, int line, char *buf, int offs) in man_ptext() 177 man_pmacro(struct roff_man *man, int ln, char *buf, int offs) in man_pmacro()
|
H A D | mdoc.c | 62 mdoc_parseln(struct roff_man *mdoc, int ln, char *buf, int offs) in mdoc_parseln() 165 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) in mdoc_ptext() 307 mdoc_pmacro(struct roff_man *mdoc, int ln, char *buf, int offs) in mdoc_pmacro()
|
H A D | tbl_opts.c | 123 tbl_option(struct tbl_node *tbl, int ln, const char *p, int *offs) in tbl_option()
|
H A D | mdoc.h | 114 const char *offs; /* -offset */ member 121 const char *offs; /* -offset */ member
|
/dflybsd-src/lib/libexecinfo/ |
H A D | backtrace.c | 75 rasprintf(char **buf, size_t *bufsiz, size_t offs, const char *fmt, ...) in rasprintf() 112 format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string() 154 format_address(symtab_t *st, char **buf, size_t *bufsiz, size_t offs, in format_address() 179 size_t psize, offs; in backtrace_symbols_fmt() local
|
/dflybsd-src/lib/libu4bhid/ |
H A D | data.c | 46 int i, end, offs; in hid_get_data() local 91 int offs; in hid_set_data() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtl-chkp.c | 194 chkp_get_value_with_offs (rtx par, rtx offs) in chkp_get_value_with_offs() 248 rtx offs = XEXP (XVECEXP (bounds, 0, i), 1); in chkp_emit_bounds_store() local
|
H A D | ipa-chkp.c | 415 char offs[25]; in chkp_add_bounds_params_to_function() local
|
H A D | dbxout.c | 3044 int offs; in dbxout_symbol_location() local 3099 int offs; in dbxout_symbol_location() local 3197 int offs; in dbxout_symbol_location() local
|
/dflybsd-src/sys/dev/netif/iwm/ |
H A D | if_iwm_pcie_trans.c | 201 int offs, ret = 0; in iwm_read_mem() local 220 int offs; in iwm_write_mem() local
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | bitops.h | 142 int offs; in find_last_bit() local 168 int offs; in find_next_bit() local 206 int offs; in find_next_zero_bit() local
|
/dflybsd-src/contrib/zlib-1.2/ |
H A D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|
/dflybsd-src/sys/vfs/hammer2/zlib/ |
H A D | hammer2_zlib_inftrees.c | 57 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/ |
H A D | hammer2_zlib_inftrees.c | 57 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
/dflybsd-src/sbin/hammer2/zlib/ |
H A D | hammer2_zlib_inftrees.c | 57 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
/dflybsd-src/contrib/file/src/ |
H A D | der.c | 267 size_t offs = 0, len = ms->search.s_len ? ms->search.s_len : nbytes; in der_offs() local 307 size_t offs = 0, len = ms->search.s_len; in der_cmp() local
|
H A D | cdf.c | 198 cdf_getuint32(const uint8_t *p, size_t offs) in cdf_getuint32() 428 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_sector() 443 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector() 992 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
|
H A D | readelf.c | 358 off_t ph_off = off, offs; in dophn_core() local 1358 off_t noff, coff, name_off, offs; in doshn() local 1728 off_t offs = xph_offset; in dophn_exec() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_ppmd8_private.h | 102 #define Ppmd8_GetPtr(p, offs) ((void *)((p)->Base + (offs))) argument 103 #define Ppmd8_GetContext(p, offs) ((CPpmd8_Context *)Ppmd8_GetPtr((p), (offs))) argument
|
H A D | archive_ppmd7.c | 16 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs))) argument 17 #define Ppmd7_GetContext(p, offs) ((CPpmd7_Context *)Ppmd7_GetPtr((p), (offs))) argument 75 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs))) argument
|
H A D | archive_ppmd8.c | 59 #define NODE(offs) ((CPpmd8_Node *)(p->Base + (offs))) argument 344 #define RESET_TEXT(offs) { p->Text = p->Base + p->AlignOffset + (offs); } argument
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_uvd.c | 781 uint64_t offs = radeon_bo_size(rdev->uvd.vcpu_bo) - in radeon_uvd_get_create_msg() local 817 uint64_t offs = radeon_bo_size(rdev->uvd.vcpu_bo) - in radeon_uvd_get_destroy_msg() local
|
/dflybsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_vnops.c | 440 size_t nsize, offs; in msdosfs_wfile() local
|
/dflybsd-src/contrib/tre/lib/ |
H A D | tre-compile.c | 2674 int *counts, int *offs) in tre_make_trans() 2883 int *counts, int *offs) in tre_ast_to_tnfa() 2955 int *counts = NULL, *offs = NULL; in tre_compile() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | dbxout.c | 3023 int offs; in dbxout_symbol_location() local 3078 int offs; in dbxout_symbol_location() local 3176 int offs; in dbxout_symbol_location() local
|