Searched defs:tbl (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-10.1-release/contrib/flex/
H A Dtables_shared.c58 yytbl_calc_total_len(const struct yytbl_data *tbl) argument
H A Dtables.c380 yytbl_data_geti(const struct yytbl_data *tbl, int i) argument
404 yytbl_data_seti(const struct yytbl_data *tbl, int i, flex_int32_t newval) argument
429 min_int_size(struct yytbl_data *tbl) argument
462 yytbl_data_compress(struct yytbl_data *tbl) argument
[all...]
/freebsd-10.1-release/lib/libc/string/
H A Dstrcspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
H A Dstrspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
/freebsd-10.1-release/sys/libkern/
H A Dstrcspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
H A Dstrspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
/freebsd-10.1-release/contrib/mdocml/
H A Dtbl_data.c38 data(struct tbl_node *tbl, struct tbl_span *dp, argument
142 tbl_cdata(struct tbl_node *tbl, int ln, const char *p) argument
184 newspan(struct tbl_node *tbl, int line, struct tbl_row *rp) argument
207 tbl_data(struct tbl_node *tbl, int ln, const char *p) argument
[all...]
H A Dout.c142 tblcalc(struct rofftbl *tbl, const struct tbl_span *sp) argument
203 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, const struct tbl *tp, const struct tbl_dat *dp) argument
239 tblcalc_literal(struct rofftbl *tbl, struct roffcol *col, const struct tbl_dat *dp) argument
253 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, const struct tbl *tp, const struct tbl_dat *dp) argument
[all...]
H A Dtbl.c33 tbl_read(struct tbl_node *tbl, int ln, const char *p, int offs) argument
128 tbl_restart(int line, int pos, struct tbl_node *tbl) argument
144 tbl_span(struct tbl_node *tbl) argument
159 struct tbl_node *tbl; local
[all...]
H A Dtbl_layout.c69 mods(struct tbl_node *tbl, struct tbl_cell *cp, argument
214 cell(struct tbl_node *tbl, struct tbl_row *rp, argument
296 row(struct tbl_node *tbl, int ln, const char *p, int *pos) argument
348 tbl_layout(struct tbl_node *tbl, int ln, const char *p) argument
360 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) argument
[all...]
H A Dtbl_opts.c85 arg(struct tbl_node *tbl, int ln, const char *p, int *pos, enum tbl_ident key) argument
167 opt(struct tbl_node *tbl, int ln, const char *p, int *pos) argument
255 tbl_option(struct tbl_node *tbl, int ln, const char *p) argument
[all...]
H A Dtbl_term.c280 tbl_data(struct termp *tp, const struct tbl *tbl, const struct tbl_dat *dp, const struct roffcol *col) argument
404 tbl_number(struct termp *tp, const struct tbl *tbl, const struct tbl_dat *dp, const struct roffcol *col) argument
[all...]
/freebsd-10.1-release/games/fortune/unstr/
H A Dunstr.c82 static STRFILE tbl; /* description table */ local
111 order_unstr(STRFILE *tbl) argument
[all...]
/freebsd-10.1-release/sys/dev/uart/
H A Duart_cpu_ia64.c60 struct dig64_hcdp_table *tbl; local
/freebsd-10.1-release/tools/tools/iwi/
H A Diwistats.c53 } tbl[] = { variable in typeref:struct:statistic
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dt_bitst.c97 int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl) argument
65 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
83 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, BIT_STRING_BITNAME *tbl) argument
/freebsd-10.1-release/tools/tools/ipw/
H A Dipwstats.c69 static const struct statistic tbl[] = { variable in typeref:struct:statistic
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dhashtable.c64 hashtable *tbl; local
105 hashtable_put(hashtable *tbl, const void *key, const void *value) argument
179 hashtable_lookup(const hashtable *tbl, const void *key) argument
207 hashtable_get(hashtable *tbl, const void *key, void *value) argument
229 hashtable_remove(hashtable *tbl, const void *key) argument
254 hashtable_free(hashtable *tbl) argument
[all...]
/freebsd-10.1-release/lib/msun/ld80/
H A Ds_exp2l.c65 static const double tbl[TBLSIZE * 2] = { variable
H A Dk_expl.h77 } tbl[INTERVALS] = { variable in typeref:struct:__anon5923
/freebsd-10.1-release/lib/msun/src/
H A Ds_exp2.c50 static const double tbl[TBLSIZE * 2] = { variable
/freebsd-10.1-release/sys/boot/efi/libefi/
H A Dlibefi.c62 efi_get_table(EFI_GUID *tbl) argument
/freebsd-10.1-release/lib/msun/ld128/
H A Ds_exp2l.c61 static const long double tbl[TBLSIZE] = { variable
/freebsd-10.1-release/sbin/iscontrol/
H A Discontrol.c124 lookup(token_t *tbl, char *m) argument
/freebsd-10.1-release/crypto/openssl/crypto/cmac/
H A Dcmac.c72 unsigned char tbl[EVP_MAX_BLOCK_LENGTH]; member in struct:CMAC_CTX_st
[all...]

Completed in 124 milliseconds

1234