OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spanp
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/string/
strcspn.c
42
const char *p, *
spanp
;
local
51
spanp
= s2;
53
if ((sc = *
spanp
++) == c)
strspn.c
39
const char *p = s1, *
spanp
;
local
47
for (
spanp
= s2; (sc = *
spanp
++) != 0;)
strtok.c
43
char *
spanp
;
local
56
for (
spanp
= (char *)delim; (sc = *
spanp
++) != 0;) {
73
spanp
= (char *)delim;
75
if ((sc = *
spanp
++) == c) {
strsep.c
50
const char *
spanp
;
local
58
spanp
= delim;
60
if ((sc = *
spanp
++) == c) {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strsep.c
62
register const char *
spanp
;
70
spanp
= delim;
72
if ((sc = *
spanp
++) == c) {
/external/openssh/openbsd-compat/
strsep.c
56
const char *
spanp
;
local
64
spanp
= delim;
66
if ((sc = *
spanp
++) == c) {
/external/tcpdump/missing/
strsep.c
62
register const char *
spanp
;
local
70
spanp
= delim;
72
if ((sc = *
spanp
++) == c) {
/bionic/libc/upstream-freebsd/lib/libc/string/
wcstok.c
44
const wchar_t *
spanp
;
local
56
for (
spanp
= delim; (sc = *
spanp
++) != L'\0';) {
73
spanp
= delim;
75
if ((sc = *
spanp
++) == c) {
/system/core/adb/
sysdeps_win32.c
2177
char *
spanp
;
local
[
all
...]
/external/tremolo/Tremolo/
vorbisfile.c
555
int
spanp
){
649
if(!
spanp
){
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
675
int
spanp
){
789
if(!
spanp
)
[
all
...]
/external/chromium_org/tools/win/split_link/viz.js/
viz.js
[
all
...]
Completed in 264 milliseconds