Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_isspaceptr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/popt/src/
H
A
D
poptconfig.c
241
while (*se != '\0' && !
_isspaceptr
(se)) se++;
in poptConfigLine()
249
while (*se != '\0' &&
_isspaceptr
(se)) se++;
in poptConfigLine()
251
while (*se != '\0' && !
_isspaceptr
(se)) se++;
in poptConfigLine()
254
while (*se != '\0' &&
_isspaceptr
(se)) se++;
in poptConfigLine()
257
while (*se != '\0' && !
_isspaceptr
(se)) se++;
in poptConfigLine()
261
while (*se != '\0' &&
_isspaceptr
(se)) se++;
in poptConfigLine()
367
while (*te &&
_isspaceptr
(te)) te++;
in poptReadConfigFile()
H
A
D
poptparse.c
87
} else if (
_isspaceptr
(src)) {
in poptParseArgvString()
164
while( *p != '\0' &&
_isspaceptr
(p) )
in poptConfigFileToString()
178
while (*q != '\0' && (!
_isspaceptr
(q)) && *q != '=')
in poptConfigFileToString()
181
if (
_isspaceptr
(q)) {
in poptConfigFileToString()
184
while( *q != '\0' &&
_isspaceptr
(q) ) q++;
in poptConfigFileToString()
210
while (*q != '\0' &&
_isspaceptr
(q))
in poptConfigFileToString()
217
while (
_isspaceptr
(--x))
in poptConfigFileToString()
H
A
D
system.h
12
#define
_isspaceptr
(_chp) isspace((int)(*(unsigned const char *)(_chp)))
macro
H
A
D
popthelp.c
448
while (ch > help && !
_isspaceptr
(ch))
in singleOptionHelp()
451
while (ch > (help + 1) &&
_isspaceptr
(ch))
in singleOptionHelp()
469
while (
_isspaceptr
(help) && *help)
in singleOptionHelp()
Completed in 3 milliseconds