Searched refs:__libc_system (Results 1 – 5 of 5) sorted by relevance
59 __libc_system(const char *command) in __libc_system() function111 __weak_reference(__libc_system, __system);112 __weak_reference(__libc_system, _system);
115 __libc_system;
70 SLOT(system, __libc_system),
388 int __libc_system(const char *);
525 ret = __libc_system(string); in __thr_system()