OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chptr
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libpopt/
findme.c
17
char * start, *
chptr
;
local
32
chptr
= NULL;
35
if ((
chptr
= strchr(start, ':')))
36
*
chptr
= '\0';
42
if (
chptr
)
43
start =
chptr
+ 1;
poptconfig.c
98
const char * file, *
chptr
, * end;
local
129
chptr
= file;
131
/*@-infloops@*/ /* LCL: can't detect
chptr
++ */
132
while (
chptr
< end) {
133
switch (*
chptr
) {
140
chptr
++;
143
*dst++ = *
chptr
++;
144
if (
chptr
< end) {
145
if (*
chptr
== '\n')
146
dst--,
chptr
++;
[
all
...]
/external/libvorbis/lib/
codebook.c
448
int
chptr
=0;
local
456
a[
chptr
++][i]+=t[j];
457
if(
chptr
==ch){
458
chptr
=0;
/external/e2fsprogs/ext2ed/
main.c
268
char *
chptr
= foo;
local
279
if (
chptr
> foo) {
281
chptr
--;
289
*
chptr
++ = ch;
294
*
chptr
= '\0';
Completed in 517 milliseconds