Searched refs:stoa (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dnsaddr.h29 stoa - convert string to address
55 struct netbuf *stoa(/* str, netbuf */);
H A Dnstoa.c35 stoa - convert string to address
85 stoa(str, addr) /* Return 0 for success, -1 for error */ function
292 fprintf(stderr, "stoa: dobase: number to long\n");
H A Dlisten.c1683 extern struct netbuf *stoa();
1700 /* call stoa - convert from rfs address to netbuf */
1702 if (stoa(lstr, &netbuf) == (struct netbuf *)NULL) {
1703 DEBUG((9,"stoa returned null, errno = %d\n",errno));
1947 extern struct netbuf *stoa();
1960 if (stoa(lstr, &netbuf) == (struct netbuf *)NULL) {
1961 DEBUG((9,"stoa returned null, errno = %d\n",errno));
/illumos-gate/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.c26 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:stoa.c 1.4 */
63 stoa - convert string to address
73 stoa(str, addr) /* Return netbuf ptr if success */ function
177 fprintf(stderr, "stoa: dobase: number to long\n");
H A Dcallers.c1061 EXTERN struct netbuf *stoa();
1126 * assume is hexadecimal or octal address and use stoa()
1148 if ( stoa(dev[D_ARG], &(sndcall->addr)) == (struct netbuf *)NULL ) {
1149 DEBUG(5, "tlicall: stoa failed\n%s", "");
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c69 * stoa - convert string to address
80 stoa(char *str, struct netbuf *addr) function
191 (void) fprintf(stderr, "stoa: dobase: number to long\n");
H A Dcallers.c462 static struct netbuf *stoa(char *, struct netbuf *);
545 * assume is hexadecimal or octal address and use stoa()
567 if (stoa(dev[D_ARG], &(sndcall->addr)) == NULL) {
568 DEBUG(5, "tlicall: stoa failed\n%s", "");

Completed in 69 milliseconds