Home
last modified time | relevance | path

Searched refs:__libc_system (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libc/stdlib/
Dsystem.c59 __libc_system(const char *command) in __libc_system() function
111 __weak_reference(__libc_system, __system);
112 __weak_reference(__libc_system, _system);
DSymbol.map115 __libc_system;
/freebsd-10-stable/lib/libc/sys/
Dinterposing_table.c70 SLOT(system, __libc_system),
/freebsd-10-stable/lib/libc/include/
Dlibc_private.h388 int __libc_system(const char *);
/freebsd-10-stable/lib/libthr/thread/
Dthr_syscalls.c525 ret = __libc_system(string); in __thr_system()