Archive for the ‘R’ Category
rediff, editdiff – fix offsets and counts of a hand-edited diff
USAGE
rediff ORIGINAL EDITED
rediff EDITED
rediff {–help | –version}
editdiff FILE
editdiff {–help | [...]
ed, red – text editor
USAGE
ed [-] [-Gs] [-p string] [file]
red [-] [-Gs] [-p string] [file]
DESCRIPTION
ed is a line-oriented text editor. It is used to create, display, mod-
[...]
res_send, dn_comp, dn_expand – resolver routines
USAGE
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
extern struct state _res;
int res_init(void);
int [...]
rpc – library routines for remote procedure calls
USAGE AND DESCRIPTION
These routines allow C programs to make procedure calls on other
machines across the network. First, the client calls a procedure [...]
calloc, malloc, free, realloc – Allocate and free dynamic memory
USAGE
#include <stdlib.h>
void *calloc(size_t nmemb, size_t size);
void *malloc(size_t size);
void free(void *ptr);
void *realloc(void [...]
rpc – library routines for remote procedure calls
USAGE AND DESCRIPTION
These routines allow C programs to make procedure calls on other
machines across the network. First, the client calls a procedure [...]
accept/reject – accept/reject jobs sent to a destination
USAGE
accept destination(s)
reject [ -E ] [ -h server ] [ -r reason ] destination(s)
DESCRIPTION
accept instructs the printing system to accept print jobs to the speci-
[...]
