From owner-freebsd-questions Tue Aug 19 23:42:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA03204 for questions-outgoing; Tue, 19 Aug 1997 23:42:25 -0700 (PDT) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA03197 for ; Tue, 19 Aug 1997 23:42:19 -0700 (PDT) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with ESMTP id MAA18479; Wed, 20 Aug 1997 12:14:55 +0530 Message-ID: <33FB24D5.B1731726@opentech.stpn.soft.net> Date: Wed, 20 Aug 1997 12:09:42 -0500 From: Prashant Dongre Reply-To: pdongre@opentech.stpn.soft.net Organization: Open Technologies X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: "Whalen, Tim" CC: "'freebsd-questions@FreeBSD.org'" Subject: Re: want src for crypt() syst call X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Whalen, Tim wrote: > Hi, > > I have a couple of quick questions, please: > > (1) Do FreeBSD distributions contain the source for the crypt() system > call? > > (2) Is it possible for me to obtain the source for crypt() without > installing the > distribution? > > (3) Which file contains the source for crypt()? > > Thank you, Tim Here are the directory entries you can look at... ./usr/src/gnu/usr.bin/gzip/crypt.c ./usr/src/gnu/usr.bin/gzip/crypt.h ./usr/src/gnu/usr.bin/perl/perl/crypt.c ./usr/src/lib/libc/gen/crypt.3 ./usr/src/lib/libc/gen/crypt.c ./usr/src/lib/libcrypt/crypt.c Prashant.