Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/i386/
A Dstrchrnul.c11 #undef strchrnul
13 char *strchrnul(const char *s, int c) in strchrnul() function
33 #ifndef strchrnul
34 libc_hidden_def(strchrnul)
42 printf((char*)strchrnul(str, '.') - str == 3 ? "ok\n" : "BAD!\n");
43 printf((char*)strchrnul(str, '*') - str == 7 ? "ok\n" : "BAD!\n");
44 printf((char*)strchrnul(str, 0) - str == 7 ? "ok\n" : "BAD!\n");
45 printf((char*)strchrnul(str+3, '.') - str == 3 ? "ok\n" : "BAD!\n");
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrchrnul.c15 # define Wstrchrnul strchrnul
25 libc_hidden_def(strchrnul)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dstrchrnul.c31 char *strchrnul (const char *s, int c_in) in strchrnul() function
165 libc_hidden_def(strchrnul)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dsetenv.c51 const size_t namelen = strchrnul(name, '=') - name; in __add_to_environ()
131 || *(eq = strchrnul(name, '=')) == '=' in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dgetsubopt.c40 endp = strchrnul (*optionp, ','); in getsubopt()
A Dexec.c310 e = strchrnul(p, ':'); in execvp()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtester.c596 cp = strchrnul ((os = "abcd"), 'z'); in test_strchrnul()
600 check (strchrnul (one, 'c') == one+2, 3); /* Basic test. */ in test_strchrnul()
601 check (strchrnul (one, 'd') == one+3, 4); /* End of string. */ in test_strchrnul()
602 check (strchrnul (one, 'a') == one, 5); /* Beginning. */ in test_strchrnul()
603 check (strchrnul (one, '\0') == one+4, 6); /* Finding NUL. */ in test_strchrnul()
605 check (strchrnul (one, 'b') == one+1, 7); /* Finding first. */ in test_strchrnul()
607 check (strchrnul (one, 'b') == one, 8); /* Empty string. */ in test_strchrnul()
608 check (strchrnul (one, '\0') == one, 9); /* NUL in empty string. */ in test_strchrnul()
618 cp = strchrnul (p, '/'); in test_strchrnul()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstring.h197 extern char *strchrnul (const char *__s, int __c)
199 libc_hidden_proto(strchrnul)
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dspawn.c208 p = strchrnul(path, ':'); in __spawni()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c232 line = strchrnul(line, delims[0]); in config_read()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dbug-glob2.c96 char *endp = strchrnul (s, '/'); in find_file()
A Dtst-gnuglob.c113 char *endp = strchrnul (s, '/'); in find_file()
/l4re-core-master/uclibc/lib/uclibc/
A Dcontrib_files.mk216 strchrnul

Completed in 12 milliseconds