Searched refs:strnlen (Results 1 - 25 of 29) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/string/
H A Dstrnlen.c3 size_t strnlen(const char *s, size_t n) function
H A Dstrlcat.c6 size_t l = strnlen(d, n);
H A Dstrndup.c6 size_t l = strnlen(s, n);
/seL4-camkes-master/projects/musllibc/src/network/
H A Dres_querydomain.c7 size_t nl = strnlen(name, 255);
8 size_t dl = strnlen(domain, 255);
H A Dres_mkquery.c13 size_t l = strnlen(dname, 255);
H A Ddn_comp.c64 size_t l = strnlen(src, 255);
H A Dlookup_name.c20 if (strnlen(host, 255)-1 >= 254 || mbstowcs(0, host, 0) == -1) return 0;
293 size_t l = strnlen(name, 255);
/seL4-camkes-master/kernel/include/
H A Dstring.h11 word_t strnlen(const char *s, word_t maxlen);
/seL4-camkes-master/projects/camkes/apps/rumprun_ethernet/components/reverse_string/
H A Dserver.c20 int len = strnlen(buffer_str, REVERSE_STRING_MAX_LEN);
/seL4-camkes-master/projects/camkes/apps/reversestring/src/
H A Dserver.c25 int len = strnlen(buffer_str, REVERSE_STRING_MAX_LEN);
/seL4-camkes-master/projects/musllibc/src/process/
H A Dexecvp.c23 k = strnlen(file, NAME_MAX+1);
28 l = strnlen(path, PATH_MAX-1)+1;
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_setname_np.c15 if ((len = strnlen(name, 16)) > 15) return ERANGE;
/seL4-camkes-master/kernel/src/
H A Dstring.c11 word_t strnlen(const char *s, word_t maxlen) function
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/include/camkes/
H A Dmarshal_macros.h92 size_t __strlen = strnlen(ptr[__i], size - length); \
105 size_t __strlen = strnlen(ptr, size - length); \
152 size_t __strlen = strnlen(buffer + length, size - length); \
179 size_t __strlen = strnlen(buffer + length, size - length); \
/seL4-camkes-master/projects/musllibc/include/
H A Dstring.h67 size_t strnlen (const char *, size_t);
/seL4-camkes-master/projects/util_libs/libfdt/
H A Dlibfdt_env.h116 /* strnlen() is not available on Mac OS < 10.7 */
120 #define strnlen fdt_strnlen macro
H A Dfdt_ro.c735 length = strnlen(list, end - list) + 1;
762 length = strnlen(list, end - list) + 1;
796 length = strnlen(list, end - list) + 1;
/seL4-camkes-master/projects/musllibc/src/passwd/
H A Dnscd_query.c26 strnlen(key,LOGIN_NAME_MAX)+1
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dsyslog.c62 size_t n = strnlen(ident, sizeof log_ident - 1);
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfmemopen.c104 else if (*mode == 'a') c->len = c->pos = strnlen(buf, size);
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dfnmatch.c203 m = strnlen(pat, m);
225 n = strnlen(str, n);
/seL4-camkes-master/projects/seL4_libs/libsel4test/include/sel4test/
H A Dtest.h278 if (strnlen(a, __TEST_MAX_STRING) == __TEST_MAX_STRING) {\
280 } else if (strnlen(b, __TEST_MAX_STRING) == __TEST_MAX_STRING) {\
/seL4-camkes-master/projects/musllibc/src/locale/
H A Ddcngettext.c227 size_t l = strnlen(trans, rem);
/seL4-camkes-master/kernel/src/machine/
H A Dio.c447 z = a + strnlen(a, p < 0 ? INT_MAX : p);
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c206 klen = strnlen(key, KEY_MAX+1);

Completed in 1731 milliseconds

12