Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/sys/nfs/
Dnfs_vfsops.c598 char pth[MNAMELEN], hst[MNAMELEN]; local
643 error = copyinstr(path, pth, MNAMELEN-1, &len);
646 bzero(&pth[len], MNAMELEN - len);
656 error = mountnfs(&args, mp, nam, pth, hst);
664 mountnfs(argp, mp, nam, pth, hst) in mountnfs() argument
668 char *pth, *hst;
706 bcopy(pth, mp->mnt_stat.f_mntonname, MNAMELEN);
Dnfsmount.h102 struct mbuf *nam, char *pth, char *hst);
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32iop.h250 #define stat(pth,bufptr) win32_stat(pth,bufptr) argument
251 #define longpath(pth) win32_longpath(pth) argument
/mirbsd/src/gnu/usr.bin/perl/hints/
Dos2.sh88 rsx="`./UU/loc rsx.exe undef $pth`"
298 gnupatch="`./UU/loc patch.exe undef $pth`"
305 pager="`./UU/loc $f '' $pth`"
Dtitanos.sh38 pth='. /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib'
Dlinux.sh229 if xxx=`./UU/loc tcsh blurfl $pth`; $test -f "$xxx"; then
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h240 #define stat(pth,bufptr) win32_stat(pth,bufptr) argument
241 #define longpath(pth) win32_longpath(pth) argument
/mirbsd/src/gnu/usr.bin/perl/
DREADME.hpux443 If you choose for the PTH package, use swinstall to install pth in
444 the default location (/opt/pth), and then make symbolic links to the
448 # ln -s /opt/pth/lib/libpth* .
DConfigure1312 pth=`echo $PATH | sed -e "s/$p_/ /g"`
1314 for p in $pth; do
2335 xxx=`./loc $file $file $pth`
2338 '') xxx=`./loc $file $file $pth`;;
2339 *) xxx=`./loc $xxx $xxx $pth`;;
2557 for p in $pth
3915 1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
12874 file=`./loc $file $file $pth`
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl58delta.pod2070 Perl has been tested with the GNU pth userlevel thread package
2071 ( http://www.gnu.org/software/pth/pth.html ). All thread tests
2073 so while pth (and other userlevel thread implementations) can be
2600 NetBSD/threads: try installing the GNU pth (should be in the
2601 packages collection, or http://www.gnu.org/software/pth/),
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2678 dev.8 changes (reported by Gleb V Kotelnitskyy <kiz@pth.ntu-kpi.kiev.ua>) -TD