OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pbeg
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp
28
void setp(CharT*
pbeg
, CharT* pend)
30
base::setp(
pbeg
, pend);
35
CharT*
pbeg
= base::pbase();
local
39
assert(base::pbase() ==
pbeg
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp
28
void setp(CharT*
pbeg
, CharT* pend)
30
base::setp(
pbeg
, pend);
35
CharT*
pbeg
= base::pbase();
local
39
assert(base::pbase() ==
pbeg
);
/external/iptables/utils/
nfnl_osf.c
275
char *
pbeg
, *pend;
local
295
pbeg
= buffer;
296
pend = xt_osf_strchr(
pbeg
, OSFPDEL);
299
if (
pbeg
[0] == 'S') {
301
if (
pbeg
[1] == '%')
302
f.wss.val = strtoul(&
pbeg
[2], NULL, 10);
303
else if (
pbeg
[1] == '*')
306
f.wss.val = strtoul(&
pbeg
[1], NULL, 10);
307
} else if (
pbeg
[0] == 'T') {
309
if (
pbeg
[1] == '%'
[
all
...]
Completed in 1009 milliseconds