Searched refs:psz (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/one-true-awk/
H A Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ argument
105 int sz = *psz;
160 *psz = sz;
/freebsd-9.3-release/sys/boot/ficl/
H A Dficl.h320 #define SI_PSZ(si, psz) \
321 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}

Completed in 65 milliseconds