Home
last modified time | relevance | path

Searched refs:stoa (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/bnu/
H A DMakefile.inc35 setmode.c shio.c statlog.c stoa.c strpbrk.c \
84 interface.o statlog.o stoa.o \
128 sysfiles.o stoa.o setmode.o
134 strsave.o stoa.o setmode.o
H A Dstoa.c73 stoa(str, addr) /* Return netbuf ptr if success */ in stoa() function
H A Dcallers.c1061 EXTERN struct netbuf *stoa();
1148 if ( stoa(dev[D_ARG], &(sndcall->addr)) == (struct netbuf *)NULL ) {
/titanic_50/usr/src/cmd/listen/
H A Dnsaddr.h55 struct netbuf *stoa(/* str, netbuf */);
H A Dlisten.c1683 extern struct netbuf *stoa();
1702 if (stoa(lstr, &netbuf) == (struct netbuf *)NULL) {
1947 extern struct netbuf *stoa();
1960 if (stoa(lstr, &netbuf) == (struct netbuf *)NULL) {
H A Dnstoa.c85 stoa(str, addr) /* Return 0 for success, -1 for error */ in stoa() function
/titanic_50/usr/src/lib/libnsl/dial/
H A Dstoa.c80 stoa(char *str, struct netbuf *addr) in stoa() function
H A Dcallers.c462 static struct netbuf *stoa(char *, struct netbuf *);
567 if (stoa(dev[D_ARG], &(sndcall->addr)) == NULL) { in tlicall()
/titanic_50/usr/src/lib/libnsl/common/
H A Dllib-lnsl114 /* stoa.c */