Minix Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
abort(3)
generate a fault
abs(3)
integer absolute value
assert(3)
program verification
atof(3), atoi(3), atol(3)
convert ASCII to numbers
bstring(3), bcopy(3), bcmp(3), bzero(3), ffs(3)
bit and byte string operations
crypt(3)
one-way password encryption function
ctime(3), localtime(3), gmtime(3), asctime(3), tzset(3)
convert date and time to ASCII
ctype(3), isalpha(3), isupper(3), islower(3), isdigit(3), isxdigit(3), isalnum(3), isspace(3), ispunct(3), isprint(3), isgraph(3), iscntrl(3), isascii(3), toupper(3), tolower(3), toascii(3)
character classification macros
curses(3)
screen/window management library
director(3), directory(3), opendir(3), readdir(3), rewinddir(3), closedir(3), telldir(3), seekdir(3)
directory routines
editline(3)
command-line editing library with history
end(3), etext(3), edata(3)
last locations in program
execl(3), execv(3), execle(3), execlp(3), execvp(3), exec(3), environ(3)
execute a file
exit(3), atexit(3)
terminate a process after flushing any pending output
fclose(3), fflush(3)
close or flush a stream
ferror(3), feof(3), clearerr(3), fileno(3)
stream status inquiries
fopen(3), freopen(3), fdopen(3)
open a stream
fread(3), fwrite(3)
buffered binary input/output
fseek(3), ftell(3), rewind(3)
reposition a stream
g_h_b_n(3), gethostbyname(3), gethostbyaddr(3), gethostent(3), sethostent(3), endhostent(3), herror(3)
get network host entry
getc(3), getchar(3), fgetc(3), getw(3)
get character or word from stream
getcwd(3)
get current working directory pathname
getenv(3)
value for environment name
getgrent(3), getgrnam(3), getgrgid(3), setgrent(3), endgrent(3), setgrfile(3)
group file routines
getlogin(3)
get login name
getopt(3)
get option letter from argv
getpass(3)
read a password
getpwent(3), getpwnam(3), getpwuid(3), setpwent(3), endpwent(3), setpwfile(3)
password file routines
gets(3), fgets(3)
get a string from a stream
getttyen(3), getttyent(3), getttynam(3), setttyent(3), endttyent(3)
interface to /etc/ttytab
hton(3), htons(3), htonl(3), ntohs(3), ntohl(3)
host to network byte order conversion
malloc(3), free(3), realloc(3), calloc(3), alloca(3)
memory allocator
onec_sum(3), oneC_sum(3)
One's complement internet checksum
popen(3), pclose(3)
initiate I/O to/from a process
printf(3), fprintf(3), sprintf(3), snprintf(3), vprintf(3), vfprintf(3), vsprintf(3), vsnprintf(3)
formatted output conversion
putc(3), putchar(3), fputc(3), putw(3)
put character or word on a stream
puts(3), fputs(3)
put a string on a stream
qsort(3)
quicker sort
rand(3), srand(3)
random number generator
random(3), srandom(3), initstate(3), setstate(3)
better random number generator; routines for changing generators
resolver(3), res_query(3), res_search(3), res_mkquery(3), res_send(3), res_init(3), dn_comp(3), dn_expand(3)
resolver routines
scanf(3), fscanf(3), sscanf(3), vscanf(3), vfscanf(3), vsscanf(3)
formatted input conversion
setbuf(3), setvbuf(3)
assign buffering to a stream
sigset(3), sigaddset(3), sigdelset(3), sigemptyset(3), sigfillset(3), sigismember(3)
manipulate signal sets
sleep(3)
suspend execution for interval
stdarg(3)
variable argument list
stdio(3)
standard buffered input/output package
string(3), strcat(3), strncat(3), strcmp(3), strncmp(3), strcpy(3), strncpy(3), strlen(3), index(3), rindex(3)
string operations string, strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strerror, memcmp, memcpy, memmove, memchr, memset, index, rindex
system(3)
issue a shell command
termcap(3), tgetent(3), tgetnum(3), tgetflag(3), tgetstr(3), tgoto(3), tputs(3)
terminal independent operation routines
termios(3), tcgetattr(3), tcsetattr(3), cfgetispeed(3), cfgetospeed(3), cfsetispeed(3), cfsetospeed(3), tcsendbreak(3), tcdrain(3), tcflush(3), tcflow(3)
change terminal attributes
ttyname(3)
file descriptor to terminal device name
ttyslot(3), fttyslot(3)
utmp slot number
ungetc(3)
push character back into input stream