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

/freebsd-9.3-release/sys/boot/ficl/
H A Dprefix.c101 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n))
126 vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si));
H A Dvm.c278 strncpy(spDest->text, SI_PTR(si), SI_COUNT(si));
369 strncpy(cp, SI_PTR(si), SI_COUNT(si));
414 SI_SETLEN(si, pSrc - SI_PTR(si));
H A Ddict.c350 char *name = SI_PTR(si);
H A Dwords.c211 char *cp = SI_PTR(si);
1644 stackPushPtr(pVM->pStack, SI_PTR(si));
1653 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
2471 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
3536 strncpy(sp->text, SI_PTR(si), SI_COUNT(si));
3561 PUSHPTR(SI_PTR(si));
3588 PUSHPTR(SI_PTR(si));
4142 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
H A Dficl.h314 #define SI_PTR(si) (si.cp) macro
H A Dfloat.c857 cp = SI_PTR(si);

Completed in 188 milliseconds