Searched refs:getdec (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c285 val = getdec (&p);
302 getdec (char **ptr) function
H A Dgrub.h125 extern int getdec(char **s);
H A Dfsys_tftp.c164 if ((packetsize = getdec(&p)) < TFTP_DEFAULTSIZE_PACKET)
325 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET)
334 if ((filemax = getdec (&p)) < 0)
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h91 struct blk *getdec(struct blk *, int);
H A Ddc.c1540 dec = getdec(p, sc);
1567 dec = getdec(q, sc);
1579 getdec(struct blk *p, int sc) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c895 if ((prog = getdec(&arg)) == -1){
900 if ((ver = getdec(&arg)) == -1){

Completed in 67 milliseconds