Home
last modified time | relevance | path

Searched refs:_libcap_strdup (Results 1 – 4 of 4) sorted by relevance

/external/libcap/libcap/
Dcap_text.c316 return _libcap_strdup(_cap_names[cap]); in cap_to_name()
323 result = _libcap_strdup(tmp); in cap_to_name()
490 return (_libcap_strdup(base)); in cap_to_text()
562 return _libcap_strdup(buf); in cap_iab_to_text()
709 _cap_proc_dir = _libcap_strdup(root); in cap_proc_root()
Dcap_alloc.c99 __attribute__((visibility ("hidden"))) char *_libcap_strdup(const char *old) in _libcap_strdup() function
Dlibcap.h204 extern char *_libcap_strdup(const char *text);
Dcap_proc.c943 attr->chroot = _libcap_strdup(chroot); in cap_launcher_set_chroot()