Searched defs:curf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c1738 * Match the format spec 'f[curf]' to the input value string 'str'.
1743 * curf Current index (i.e., the one we should look at) in 'f'
1749 * the f[curf].type data, if doing so makes any sense. On exit,
1755 scanMappingFormat(__nis_mapping_format_t *f, int curf, int nf, char *str, argument
1767 if (f == 0 || curf < 0 || nf <= 0 || str == 0)
1777 if (curf >= nf) {
1785 switch (f[curf].type) {
1787 if (f[curf].match.berString[0] != 'a') {
1812 while ((next = scanMappingFormat(f, curf+1, nf, tmpstr, 0,
1817 for (cf = curf
[all...]

Completed in 63 milliseconds