Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dapps_std_imp.c689 std_strlcat(absName, "/", absNameLen); in __QAIC_IMPL()
690 std_strlcat(absName, name, absNameLen); in __QAIC_IMPL()
710 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
713 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
716 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
719 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
730 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
733 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
736 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
739 std_strlcat(absName, name,absNameLen); in __QAIC_IMPL()
Dadsp_default_listener.c62 std_strlcat(name, argv[1], namelen+1); in adsp_default_listener_start()
Dstd.c157 int std_strlcat(char* pcDst, const char* cpszSrc, int nDestSize) in std_strlcat() function
Dfastrpc_apps_user.c1562 std_strlcat(shell_absName, domain_str, shell_absNameLen); in open_shell()
1567 std_strlcat(absName, shell_absName, absNameLen); in open_shell()
1574 std_strlcat(absName, shell_absName, absNameLen); in open_shell()
/external/fastrpc/inc/
DAEEstd.h89 extern int std_strlcat(char *pcDst, const char *pszSrc, int nDestSize);