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

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 11 # The get_strchr function returns a *pointer* to the C strchr function.
13 get_strchr = dll.get_strchr
14 get_strchr.restype = CFUNCTYPE(c_char_p, c_char_p, c_char)
15 strchr = get_strchr()
23 get_strchr = dll.get_strchr
25 get_strchr.restype = c_void_p
26 addr = get_strchr()
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 11 # The get_strchr function returns a *pointer* to the C strchr function.
13 get_strchr = dll.get_strchr
14 get_strchr.restype = CFUNCTYPE(c_char_p, c_char_p, c_char)
15 strchr = get_strchr()
23 get_strchr = dll.get_strchr
25 get_strchr.restype = c_void_p
26 addr = get_strchr()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 11 # The get_strchr function returns a *pointer* to the C strchr function.
13 get_strchr = dll.get_strchr
14 get_strchr.restype = CFUNCTYPE(c_char_p, c_char_p, c_char)
15 strchr = get_strchr()
23 get_strchr = dll.get_strchr
25 get_strchr.restype = c_void_p
26 addr = get_strchr()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_returnfuncptrs.py 11 # The get_strchr function returns a *pointer* to the C strchr function.
13 get_strchr = dll.get_strchr
14 get_strchr.restype = CFUNCTYPE(c_char_p, c_char_p, c_char)
15 strchr = get_strchr()
23 get_strchr = dll.get_strchr
25 get_strchr.restype = c_void_p
26 addr = get_strchr()

Completed in 415 milliseconds