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 | [...]

Friday, August 28th, 2009 at 00:47 | Comments Off
Categories: E, R

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-
[...]

Friday, August 28th, 2009 at 00:47 | Comments Off
Categories: E, R
Tags: , , , , ,

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 [...]

Thursday, August 27th, 2009 at 20:53 | Comments Off
Categories: D, R

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 [...]

Thursday, August 27th, 2009 at 00:24 | Comments Off
Categories: R
Tags: ,

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 [...]

Thursday, August 27th, 2009 at 00:14 | Comments Off
Categories: F, M, R, c

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 [...]

Wednesday, August 26th, 2009 at 02:09 | Comments Off
Categories: R

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-
[...]

Tuesday, August 25th, 2009 at 23:10 | Comments Off
Categories: A, R
TOP