Home
last modified time | relevance | path

Searched refs:getdec (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c285 val = getdec (&p); in inet_aton()
302 getdec (char **ptr) in getdec() function
H A Dfsys_tftp.c164 if ((packetsize = getdec(&p)) < TFTP_DEFAULTSIZE_PACKET) in tftp_file_read()
325 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in buf_fill()
334 if ((filemax = getdec (&p)) < 0) in buf_fill()
H A Dgrub.h125 extern int getdec(char **s);
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h89 struct blk *getdec(struct blk *, int);
H A Ddc.c1538 dec = getdec(p, sc); in print()
1565 dec = getdec(q, sc); in print()
1577 getdec(struct blk *p, int sc) in getdec() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c888 if ((prog = getdec(&arg)) == -1){ in portmap_func()
893 if ((ver = getdec(&arg)) == -1){ in portmap_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4941 (getdec): Likewise.