Archive for June, 2007
Friday, June 1st, 2007
Net::DNS::RR::AFSDB
Section: User Contributed Perl Documentation (3)Updated: 2006–09–18Index
Return to Main Contents
NAME
Net::DNS::RR::AFSDB – DNS AFSDB resource record
SYNOPSIS
"use Net::DNS::RR";
DESCRIPTION
Class for DNS AFS Data Base (AFSDB) resource records.
METHODS
subtype
print "subtype = ", $rr–>subtype, "\n";
Returns the RR's subtype field. Use of the subtype field is documented
in RFC 1183.
hostname
...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
EVP_EncryptInit
Section: OpenSSL (3)Updated: 2005–04–15Index
Return to Main Contents
NAME
EVP_CIPHER_CTX_init, EVP_EncryptInit_ex, EVP_EncryptUpdate,
EVP_EncryptFinal_ex, EVP_DecryptInit_ex, EVP_DecryptUpdate,
EVP_DecryptFinal_ex, EVP_CipherInit_ex, EVP_CipherUpdate,
EVP_CipherFinal_ex, EVP_CIPHER_CTX_set_key_length,
EVP_CIPHER_CTX_ctrl, EVP_CIPHER_CTX_cleanup, EVP_EncryptInit,
EVP_EncryptFinal, EVP_DecryptInit, EVP_DecryptFinal,
EVP_CipherInit, EVP_CipherFinal, EVP_get_cipherbyname,
EVP_get_cipherbynid, EVP_get_cipherbyobj, EVP_CIPHER_nid,
EVP_CIPHER_block_size, EVP_CIPHER_key_length, EVP_CIPHER_iv_length,
EVP_CIPHER_flags, EVP_CIPHER_mode, EVP_CIPHER_type, EVP_CIPHER_CTX_cipher,
EVP_CIPHER_CTX_nid, EVP_CIPHER_CTX_block_size, EVP_CIPHER_CTX_key_length,
EVP_CIPHER_CTX_iv_length, EVP_CIPHER_CTX_get_app_data,
EVP_CIPHER_CTX_set_app_data, EVP_CIPHER_CTX_type, EVP_CIPHER_CTX_flags,
EVP_CIPHER_CTX_mode, EVP_CIPHER_param_to_asn1, EVP_CIPHER_asn1_to_param,
EVP_CIPHER_CTX_set_padding – EVP cipher routines
SYNOPSIS
#include <openssl/evp.h>
void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a);
int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
curl_multi_assign
Section: libcurl Manual (3)Updated: 9 Jul 2006Index
Return to Main Contents
NAME
curl_multi_assign – set data to associated with an internal socket
SYNOPSIS
#include <curl/curl.h>
CURLMcode curl_multi_assign(CURLM *multi_handle, curl_socket_t sockfd,
void *sockptr);
DESCRIPTION
This function assigns an association in the multi handle between the given
socket and a private pointer of the application. This is (only) useful for
curl_multi_socket(3) uses.
When set, the ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
SDLKey
Section: SDL API Reference (3)Updated: Wed 11 Oct 2000, 22:28Index
Return to Main Contents
NAME
SDLKey– SDL Keysym Definitions
SDL Keysym definitions
SDLKey ASCII value Common Name
SDLK_BACKSPACE '\b' ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
Net::Domain
Section: Perl Programmers Reference Guide (3pm)Updated: 2001–09–21Index
Return to Main Contents
NAME
Net::Domain – Attempt to evaluate the current host's internet name and domain
SYNOPSIS
use Net::Domain qw(hostname hostfqdn hostdomain);
DESCRIPTION
Using various methods attempt to find the Fully Qualified Domain Name (FQDN)
of the current host. From this determine the host–name and the ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
ACL_COPY_INT
Section: C Library Functions (3)Index
Return to Main Contents
BSD mandoc
Linux ACL
NAME
acl_copy_int
– copy an ACL from external to internal representation
LIBRARY
Linux Access Control Lists library (libacl, –lacl).
SYNOPSIS
In sys/types.h
In sys/acl.h
Ft acl_t
Fn acl_copy_int const void *buf_p
DESCRIPTION
The
Fn acl_copy_int
function copies an exportable, contiguous, persistent form of an ACL, pointed to by
buf_p
to the internal representation.
This function ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
fence_vixel
Section: Maintenance Commands (8)Index
Return to Main Contents
NAME
fence_vixel – I/O Fencing agent for Vixel FC switches
SYNOPSIS
fence_vixel
[OPTION]...
DESCRIPTION
fence_vixel is an I/O Fencing agent which can be used with Vixel FC switches.
It logs into a Vixel switch via telnet and removes the specified port from the
zone. Removing the zone access from the port ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
mdc2
Section: OpenSSL (3)Updated: 2000–02–25Index
Return to Main Contents
NAME
MDC2, MDC2_Init, MDC2_Update, MDC2_Final – MDC2 hash function
SYNOPSIS
#include <openssl/mdc2.h>
unsigned char *MDC2(const unsigned char *d, unsigned long n,
unsigned char *md);
void MDC2_Init(MDC2_CTX *c);
void MDC2_Update(MDC2_CTX ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
toe
Section: Misc. Reference Manual Pages (1M)Updated: Index
Return to Main Contents
NAME
toe – table of (terminfo) entries
SYNOPSIS
toe [–v[n]] [–ahuUV] file...
DESCRIPTION
With no options, toe lists all available terminal types by primary name
with descriptions. File arguments specify the directories to be scanned; if no
such arguments are given, your default terminfo directory is scanned. ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
ASN1PARSE
Section: OpenSSL (1)Updated: 2004–11–25Index
Return to Main Contents
NAME
asn1parse – ASN.1 parsing tool
SYNOPSIS
openssl asn1parse
[–inform PEM|DER]
[–in filename]
[–out filename]
[–noout]
[–offset number]
[–length number]
[–i]
[–oid filename]
[–strparse offset]
[–genstr string]
[–genconf file]
DESCRIPTION
The asn1parse command is a diagnostic utility that can parse ASN.1
structures. It can also be used to extract data from ASN.1 formatted data.
OPTIONS
–inform DER|PEM
the input format. DER is binary format ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
XEVI
Section: X FUNCTIONS (3X11)Updated: libXext 1.0.1Index
Return to Main Contents
NAME
XeviQueryExtension, XeviQueryVersion, XeviGetVisualInfo – X Extended Visual Information functions
SYNOPSIS
#include <X11/extensions/XEVI.h>
Bool
XeviQueryExtension (Display *dpy);
Bool
XeviQueryVersion (Display *dpy,
int *major_version_return,
int *minor_version_return);
int
XeviGetVisualInfo (Display *dpy, VisualID *visual,
int n_visual, ExtendedVisualInfo ** evi_return,
int * n_info_return);
DESCRIPTION
The
X11 Extended Visual Information extension (EVI) allows a client to determine
information about core X visuals beyond what the core protocol provides.
The EVI application programming ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
VFS_PREALLOC
Section: (8)Updated: Index
Return to Main Contents
NAME
vfs_prealloc – preallocate matching files to a predetermined size
SYNOPSIS
vfs objects = prealloc
DESCRIPTION
This VFS module is part of the
samba(7)
suite.
The
vfs_prealloc
VFS module preallocates files to a specified size each time a new file is created. This is useful in environments where files are of a predetermined size ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
MSGMERGE
Section: GNU (1)Updated: June 2006Index
Return to Main Contents
NAME
msgmerge – merge message catalog and template
SYNOPSIS
msgmerge
[OPTION] def.po ref.pot
DESCRIPTION
Merges two Uniforum style .po files together. The def.po file is an
existing PO file with translations which will be taken over to the newly
created file as long as they still match; comments will be ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
SCRIPT
Section: User Commands (1)Index
Return to Main Contents
BSD mandoc
Linux
NAME
script
– make typescript of terminal session
SYNOPSIS
script
[–a
]
[–c COMMAND
]
[–f
]
[–q
]
[–t
]
[file
]
DESCRIPTION
Script
makes a typescript of everything printed on your terminal.
It is useful for students who need a hardcopy record of an interactive
session as proof of an assignment, as the typescript file
can be printed out later ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
READER.CONF
Section: PC/SC Lite (5)Updated: August 2005Index
Return to Main Contents
NAME
reader.conf – configuration file for pcscd readers' drivers
DESCRIPTION
The
/etc/reader.conf
file contains configuration information for serial and (some) PCMCIA
smart card readers.
USB readers SHALL NOT be configured using this file.
pcscd
uses another mechanism to automatically load USB drivers.
SYNTAX
The
/etc/reader.conf
is a regular text file. Each reader must be defined ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
SYNC_FILE_RANGE
Section: Linux Programmer's Manual (2)Updated: 2006–07–05Index
Return to Main Contents
NAME
sync_file_range – sync a file segment with disk
SYNOPSIS
#define _GNU_SOURCE
#include <fcntl.h>
void sync_file_range(int fd, off64_t offset, off64_t nbytes,
unsigned int flags);
DESCRIPTION
sync_file_range()
permits fine control when ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
MYSQL_ZAP
Section: MySQL Database System (1)Updated: 05/24/2006Index
Return to Main Contents
NAME
mysql_zap – kill processes that match a pattern
SYNOPSIS
mysql_zap [–signal] [–?Ift] pattern
DESCRIPTION
mysql_zap
kills processes that match a pattern. It uses the
ps
command and Unix signals, so it runs on Unix and Unix–like systems.
Invoke
mysql_zap
like this:
shell> mysql_zap [–signal] [–?Ift] pattern
A process matches if its output line from ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
Net::DNS::RR::SOA
Section: User Contributed Perl Documentation (3)Updated: 2006–09–18Index
Return to Main Contents
NAME
Net::DNS::RR::SOA – DNS SOA resource record
SYNOPSIS
"use Net::DNS::RR";
DESCRIPTION
Class for DNS Start of Authority (SOA) resource records.
METHODS
mname
print "mname = ", $rr–>mname, "\n";
Returns the domain name of the original or primary nameserver for
this zone.
rname
print "rname = ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
LDAP_FIRST_MESSAGE
Section: C Library Functions (3)Updated: 2006/08/19Index
Return to Main Contents
NAME
ldap_first_message, ldap_next_message, ldap_count_messages – Stepping
through messages in a result chain
LIBRARY
OpenLDAP LDAP (libldap, –lldap)
SYNOPSIS
#include <ldap.h>
int ldap_count_messages( LDAP *ld, LDAPMessage *result )
LDAPMessage *ldap_first_message( LDAP *ld, LDAPMessage *result )
LDAPMessage *ldap_next_message( LDAP *ld, LDAPMessage *message )
DESCRIPTION
These routines are used to step through the messages in a ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
sane–genesys
Section: SANE Scanner Access Now Easy (5)Updated: 20 Nov 2005Index
Return to Main Contents
NAME
sane–genesys – SANE backend for GL646 and GL841 based USB flatbed scanners
DESCRIPTION
The
sane–genesys
library implements a SANE (Scanner Access Now Easy) backend that provides
access to USB flatbed scanners based on the Genesys GL646 and GL841 chips.
At present, the following scanners ...
Posted in Man Pages | No Comments »