Searched refs:__libc_system (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dsystem.c59 __libc_system(const char *command) function
111 __weak_reference(__libc_system, __system);
112 __weak_reference(__libc_system, _system);
/freebsd-11-stable/lib/libc/sys/
H A Dinterposing_table.c70 SLOT(system, __libc_system),
/freebsd-11-stable/lib/libc/include/
H A Dlibc_private.h392 int __libc_system(const char *);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c543 ret = __libc_system(string);

Completed in 127 milliseconds