Searched refs:__libc_system (Results 1 – 3 of 3) sorted by relevance
24 extern __typeof(system) __libc_system;31 return __libc_system (line); in system()
21 extern __typeof(system) __libc_system;28 int __libc_system(const char *command) in __libc_system() function224 __libc_system (const char *line) in __libc_system() function267 weak_alias(__libc_system,system)
160 + FUNC GLOBAL DEFAULT UND __libc_system
Completed in 4 milliseconds