Searched refs:__talloc_strlendup_append (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c1593 static inline char *__talloc_strlendup_append(char *s, size_t slen, function
1622 return __talloc_strlendup_append(s, strlen(s), a, strlen(a));
1646 return __talloc_strlendup_append(s, slen, a, strlen(a));
1662 return __talloc_strlendup_append(s, strlen(s), a, strnlen(a, n));
1686 return __talloc_strlendup_append(s, slen, a, strnlen(a, n));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c1593 static inline char *__talloc_strlendup_append(char *s, size_t slen, function
1622 return __talloc_strlendup_append(s, strlen(s), a, strlen(a));
1646 return __talloc_strlendup_append(s, slen, a, strlen(a));
1662 return __talloc_strlendup_append(s, strlen(s), a, strnlen(a, n));
1686 return __talloc_strlendup_append(s, slen, a, strnlen(a, n));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c1593 static inline char *__talloc_strlendup_append(char *s, size_t slen, function
1622 return __talloc_strlendup_append(s, strlen(s), a, strlen(a));
1646 return __talloc_strlendup_append(s, slen, a, strlen(a));
1662 return __talloc_strlendup_append(s, strlen(s), a, strnlen(a, n));
1686 return __talloc_strlendup_append(s, slen, a, strnlen(a, n));

Completed in 64 milliseconds