Home
last modified time | relevance | path

Searched refs:max_width (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c90 gs.max_width = 0; in str_new()
101 gs.max_width = 0; in str_assign()
A Dlkc.h138 int max_width; member
A Dmconf.c792 help.max_width = getmaxx(stdscr) - 10; in show_help()
A Dexpr.c1143 if (gs->max_width) { in expr_print_gstr_helper()
1156 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c638 int cnt, dataargtype, conv_num, max_width; member
812 psfs->max_width = i; in __psfs_parse_spec()
867 psfs->max_width = i; in __psfs_parse_spec()
888 #warning CONSIDER: Should we validate that psfs->max_width > 0 in __psfs_parse_spec()? It would av… in __psfs_parse_spec()
1223 sc.width = psfs.max_width = INT_MAX; in VFSCANF()
1304 sc.width = psfs.max_width; /* Now limit the max width. */ in VFSCANF()

Completed in 13 milliseconds