Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzutil.h284 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
285 # define vsnprintf _vsnprintf macro
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c545 vsnprintf(k_menu_items[items_num].str, in item_make()
579 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
1219 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
H A Dutil.c128 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c563 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
575 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio-ldbl.h47 __LDBL_REDIR_DECL (vsnprintf)
H A Dstdio2.h75 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h275 int _EXFUN(vsnprintf, (char *, size_t, const char *, __VALIST));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h365 extern int vsnprintf (char *__restrict __s, size_t __maxlen,
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1755 len = vsnprintf(tmp, SZ, fmt, ap); in buf_printf()