Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dlex.c101 static int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() argument
105 int sz = *psz; in gettok()
160 *psz = sz; in gettok()
/dragonfly/contrib/mdocml/
H A Dmandocdb.c1962 render_string(char **public, size_t *psz) in render_string() argument
1978 ssz = *psz; in render_string()
1982 while (scp < src + *psz) { in render_string()
2066 *psz = dsz; in render_string()
2071 while (*psz > 0 && (*public)[*psz - 1] == ' ') in render_string()
2072 --*psz; in render_string()
2074 (*public)[*psz] = '\0'; in render_string()