DSI utilities 1.0.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DSI utilities 1.0.4 (Default branch)
# 1  
Old 04-14-2008
DSI utilities 1.0.4 (Default branch)

The DSI utilities are a mixed collection of classes accumulated during the last ten years in projects developed at the DSI (Dipartimento di Scienze dell'Informazione, i.e., Information Sciences Department) of the Università degli Studi di Milano. License: GNU Lesser General Public License (LGPL) Changes:
FastBufferedReader has more programmable segmentation.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PATHS(3)						   BSD Library Functions Manual 						  PATHS(3)

NAME
paths -- default system paths SYNOPSIS
#include <paths.h> DESCRIPTION
The <paths.h> header defines some default paths used in NetBSD. All defined constants are prefixed with _PATH. The constants include: o The default user search path set by login(1) and associated utilities such as rshd(8). This is defined by _PATH_DEFPATH and includes directories such as /usr/bin and /usr/local/bin. o Default paths for some utilities and device nodes. Examples include such paths as /dev/null (_PATH_DEVNULL), /dev/mem (_PATH_MEM), and /etc/nologin (_PATH_NOLOGIN), among others. o Paths for some default directories such as /dev (_PATH_DEV) and /tmp (_PATH_TMP) as well as paths for some miscellaneous utilities such as csh(1), /bin/csh (_PATH_CSHELL). SEE ALSO
whereis(1), sysexits(3), types(3), hier(7) CAVEATS
The <paths.h> header is specific to NetBSD. BSD
April 8, 2011 BSD