*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> remque (3)              
Title
Content
Arch
Section
 

INSQUE(3)

Contents


NAME    [Toc]    [Back]

     insque, remque -- doubly-linked list management

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <search.h>

     void
     insque(void *element1, void *pred);

     void
     remque(void *element);

DESCRIPTION    [Toc]    [Back]

     The insque() and remque() functions encapsulate the ever-repeating task
     of doing insertion and removal operations on doubly linked lists.	The
     functions expect their arguments to point to a structure whose first and
     second members are pointers to the next and previous element, respectively.
  The insque() function also allows the pred argument to be a NULL
     pointer for the initialization of a new list's head element.

STANDARDS    [Toc]    [Back]

     The insque() and remque() functions conform to IEEE Std 1003.1-2001
     (``POSIX.1'').

HISTORY    [Toc]    [Back]

     The insque() and remque() functions appeared in 4.2BSD.  In FreeBSD 5.0,
     they reappeared conforming to IEEE Std 1003.1-2001 (``POSIX.1'').


FreeBSD 5.2.1		       October 10, 2002 		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
iflList IRIX simple doubly-linked list
iflListItem IRIX an element of an doubly linked list (iflList or iflMultiList)
queue OpenBSD lists, doubly-linked lists, simple queues, tail queues, and circular queues
keylist IRIX Keyed list management routines.
bsde_get_rule FreeBSD file system firewall rules list management
bsde_set_rule FreeBSD file system firewall rules list management
bsde_delete_rule FreeBSD file system firewall rules list management
armtech Tru64 Aurema's ARMTech (Active Resource Management Technology) resource management suite
aurema Tru64 Aurema's ARMTech (Active Resource Management Technology) resource management suite
SSL_get_rbio OpenBSD get BIO linked to an SSL object
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service