HomeSort by relevance Sort by last modified time
    Searched refs:my_strdup (Results 1 - 6 of 6) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
71 res = dll.my_strdup(s)
95 dll.my_strdup.restype = POINTER(c_byte)
96 res = dll.my_strdup(s)
114 dll.my_strdup.restype = allocated_c_char_p
115 dll.my_strdup.errcheck = errcheck
117 res = dll.my_strdup(s)
120 del dll.my_strdup.errcheck
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
71 res = dll.my_strdup(s)
95 dll.my_strdup.restype = POINTER(c_byte)
96 res = dll.my_strdup(s)
114 dll.my_strdup.restype = allocated_c_char_p
115 dll.my_strdup.errcheck = errcheck
117 res = dll.my_strdup(s)
120 del dll.my_strdup.errcheck
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
71 res = dll.my_strdup(s)
95 dll.my_strdup.restype = POINTER(c_byte)
96 res = dll.my_strdup(s)
114 dll.my_strdup.restype = allocated_c_char_p
115 dll.my_strdup.errcheck = errcheck
117 res = dll.my_strdup(s)
120 del dll.my_strdup.errcheck
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 69 dll.my_strdup.restype = POINTER(c_char)
71 res = dll.my_strdup(s)
95 dll.my_strdup.restype = POINTER(c_byte)
96 res = dll.my_strdup(s)
114 dll.my_strdup.restype = allocated_c_char_p
115 dll.my_strdup.errcheck = errcheck
117 res = dll.my_strdup(s)
120 del dll.my_strdup.errcheck
  /external/selinux/libsemanage/src/
conf-scan.l 27 static char *my_strdup (char * s);
71 <arg>.*[^\"\n] BEGIN INITIAL; semanage_lval.s = my_strdup(semanage_text); return ARG;
78 static char *my_strdup(char *s) {
  /prebuilts/misc/windows/sdl2/test/
configure     [all...]

Completed in 242 milliseconds