Home
last modified time | relevance | path

Searched +defs:tab +defs:width (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/lib/libc/stdio/
H A Dvfscanf.c129 convert_char(FILE *fp, char * p, int width) in convert_char()
163 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar()
183 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl()
222 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl()
253 convert_string(FILE *fp, char * p, int width) in convert_string()
284 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring()
319 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) in parseint()
476 size_t width; /* field width, or 0 */ in __svfscanf() local
821 __sccl(char *tab, const u_char *fmt) in __sccl()
/dflybsd-src/sys/kern/
H A Dsubr_scanf.c106 size_t width; /* field width, or 0 */ in kvsscanf() local
550 __sccl(char *tab, const u_char *fmt) in __sccl()
H A Dsubr_prf.c136 tablefull(const char *tab) in tablefull()
559 int base, tmp, width, ladjust, sharpflag, spaceflag, neg, sign, dot; in kvcprintf() local
/dflybsd-src/contrib/mdocml/
H A Dterm_ascii.c163 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth()
302 static const char *tab[] = { in ascii_uc2str() local
H A Dtbl.h32 char tab; /* Option "tab": cell separator. */ member
55 size_t width; /* Minimum column width. */ member
/dflybsd-src/usr.bin/evtranalyze/
H A Devtranalyze.c128 ehash_find(const struct hashtab *tab, uintptr_t key, uintptr_t *val) in ehash_find()
143 ehash_insert(struct hashtab *tab, uintptr_t key, uintptr_t val) in ehash_insert()
161 ehash_delete(struct hashtab *tab, uintptr_t key) in ehash_delete()
209 struct hashtab *tab; in ehash_new() local
408 fontsize_for_rect(double width, double height, int textlen) in fontsize_for_rect()
468 double width; member
884 double height, width; in cmd_svg() local
/dflybsd-src/sys/bus/pccard/
H A Dpccardvar.h54 int width; member
243 pccard_product_lookup(device_t dev, const struct pccard_product *tab, in pccard_product_lookup()