OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_ptr
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/util/
subst.c
123
char *ptr, *
name_ptr
, *end_ptr;
local
133
name_ptr
= strchr(ptr, '@');
134
if (!
name_ptr
)
136
if (*(++
name_ptr
) == '@') {
140
memmove(
name_ptr
-1,
name_ptr
, strlen(
name_ptr
)+1);
141
ptr =
name_ptr
+1;
144
end_ptr = strchr(
name_ptr
, '@');
147
len = end_ptr -
name_ptr
;
[
all
...]
/external/opencv/cxcore/src/
cxswitcher.cpp
414
const char*
name_ptr
= func_tab[i].func_names;
local
416
for( ; j < 10 &&
name_ptr
; j++ )
418
const char* name_start =
name_ptr
;
441
name_ptr
= name_end;
/external/tcpdump/
smbutil.c
172
name_ptr
(const u_char *buf, int ofs, const u_char *maxbuf)
function
213
const u_char *p =
name_ptr
(buf, ofs, maxbuf);
[
all
...]
Completed in 842 milliseconds