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

  /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/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 71 my_strdup (char *str)
94 tmp_version = my_strdup("$min_esd_version");

Completed in 644 milliseconds