HomeSort by relevance Sort by last modified time
    Searched refs:name_ptr (Results 1 - 4 of 4) 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...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
mandreel.js     [all...]

Completed in 311 milliseconds