Home
last modified time | relevance | path

Searched refs:bsd (Results 1 – 25 of 45) sorted by relevance

12

/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/
H A DMakefile.com31 bsd-arc4random.o \
32 bsd-cray.o \
33 bsd-cygwin_util.o \
34 bsd-getpeereid.o \
35 bsd-misc.o \
36 bsd-asprintf.o \
37 bsd-snprintf.o \
38 bsd-waitpid.o \
/titanic_50/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c56 char *bsd[3], *tmp, *iter = NULL; in bsdaddr_to_uri() local
61 bsd[0] = strtok_r(tmp, ":,", &iter); in bsdaddr_to_uri()
62 if ((bsd[1] = strtok_r(NULL, ":,", &iter)) == NULL) in bsdaddr_to_uri()
64 "printer-name", &bsd[1]); in bsdaddr_to_uri()
65 bsd[2] = strtok_r(NULL, ":,", &iter); in bsdaddr_to_uri()
67 snprintf(buf, sizeof (buf), "lpd://%s/printers/%s%s%s", bsd[0], in bsdaddr_to_uri()
68 (bsd[1] != NULL) ? bsd[1] : "", in bsdaddr_to_uri()
69 (bsd[2] != NULL) ? "#" : "", in bsdaddr_to_uri()
70 (bsd[2] != NULL) ? bsd[2] : ""); in bsdaddr_to_uri()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dllib-lopenbsd-compat32 #include <bsd-arc4random.h>
33 #include <bsd-cray.h>
34 #include <bsd-cygwin_util.h>
35 #include <bsd-getpeereid.h>
36 #include <bsd-misc.h>
37 #include <bsd-snprintf.h>
38 #include <bsd-waitpid.h>
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java91 int bsd = ((Integer)(spis.get(spi))).intValue(); in makeAuthBlocks() local
92 blocks.put(spi, new AuthBlock(message, spi, bsd, lifetime)); in makeAuthBlocks()
450 AuthBlock(Object[] message, String spi, int bsd, int lifetime) in AuthBlock() argument
457 this.bsd = bsd; in AuthBlock()
458 getSecurityProvider(bsd); in AuthBlock()
531 bsd = hdr.getInt(dis); in AuthBlock()
565 getSecurityProvider(bsd); in AuthBlock()
698 hdr.putInt(bsd, baos);
737 private void getSecurityProvider(int bsd)
742 if (bsd == 2) {
[all …]
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dllib-lssh39 #include <bsd-arc4random.h>
40 #include <bsd-cray.h>
41 #include <bsd-cygwin_util.h>
42 #include <bsd-getpeereid.h>
43 #include <bsd-misc.h>
44 #include <bsd-snprintf.h>
45 #include <bsd-waitpid.h>
/titanic_50/usr/src/grub/grub-0.97/
H A Dconfig.guess339 echo pyramid-pyramid-bsd
514 echo m68k-tektronix-bsd
576 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
584 9000/[34]??:4.3bsd:1.*:*)
585 echo m68k-hp-bsd
587 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
696 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
697 echo hppa1.1-hp-bsd
699 9000/8??:4.3bsd:*:*)
700 echo hppa1.0-hp-bsd
[all …]
/titanic_50/usr/src/tools/make/lib/bsd/
H A DMakefile16 OBJECTS = bsd.o
22 SRCDIR = $(SRC)/cmd/make/lib/bsd
/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_auth.c236 unsigned short bsd, ablen; in slp_verify() local
280 if ((err = slp_get_sht(authblocks, len, &off, &bsd)) != SLP_OK) { in slp_verify()
316 err = do_verify(inbytes, inbytes_len, bsd, sig, siglen, spi); in slp_verify()
604 unsigned short bsd; in make_authblock() local
632 bsd = 1; in make_authblock()
665 err = slp_add_sht(ab, ab_len, bsd, &off); in make_authblock()
720 unsigned short bsd, const unsigned char *sig, in do_verify() argument
732 switch (bsd) { in do_verify()
741 "Unsupported BSD %d for given SPI %s", bsd, spi); in do_verify()
/titanic_50/usr/src/cmd/make/lib/bsd/
H A DMakefile16 OBJECTS = bsd.o
/titanic_50/usr/src/tools/make/lib/
H A DMakefile14 SUBDIRS=bsd \
/titanic_50/usr/src/cmd/make/lib/
H A DMakefile14 SUBDIRS=bsd \
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c980 static char *display_bsd(unsigned short bsd) { in display_bsd() argument
981 switch (bsd) { in display_bsd()
1046 unsigned short bsd, length, slen; in slpv2_authblock() local
1059 bsd = netval; in slpv2_authblock()
1107 " block desc = 0x%04x: %s", bsd, display_bsd(bsd)); in slpv2_authblock()
1682 unsigned short bsd, length; in slpv1_authblock() local
1702 bsd = netval; in slpv1_authblock()
1714 bsd, length); in slpv1_authblock()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DMakefile7 OBJS= bsd-comp.o deflate.o pppdump.o zlib.o
/titanic_50/usr/src/lib/libresolv2/
H A DMakefile.com89 SRCS= $(BSDOBJS:%.o=../common/bsd/%.c) \
128 pics/%.o: ../common/bsd/%.c
/titanic_50/usr/src/tools/make/bin/
H A DMakefile39 LDLIBS += ../lib/bsd/libbsd.a -lc -lnsl -lumem
/titanic_50/usr/src/cmd/print/
H A DMakefile41 bsd-sysv-commands
/titanic_50/usr/src/cmd/make/bin/
H A DMakefile39 LDLIBS += ../lib/bsd/libbsd.a -lc -lnsl -lumem
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-network-routing.mf72 license usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.bsd \
73 license=usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.bsd
/titanic_50/usr/src/uts/common/fs/zfs/
H A DTHIRDPARTYLICENSE.lz43 BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst56 kernel --type=netbsd /bsd
/titanic_50/usr/src/cmd/
H A DMakefile.check125 print/bsd-sysv-commands \
/titanic_50/usr/src/cmd/mandoc/
H A Dpredefs.in3 * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
H A DTHIRDPARTYLICENSE7 Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog26 bsd-waitpid.c
261 - (djm) Support in bsd-snprintf.c for long long conversions from
391 (which I copied from his readme), and/or the core-sdi bsd-ish thing
392 for deattack, or various openbsd developers under a 2-term bsd
488 - (djm) Fix doh in bsd-arc4random.c
728 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
742 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
744 - (djm) Added bsd-inet_aton and configure support for NeXT
1023 - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
1030 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
[all …]
/titanic_50/usr/src/lib/libsum/common/
H A Dsumlib.c181 METHOD(bsd),

12