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

/osnet-11/usr/src/lib/libwanbootutil/common/
H A Dkey_util.c191 * To faciliate the uses above, both 'ppos' and 'ekey' will only be
198 wbku_find_key(FILE *fp, fpos_t *ppos, wbku_key_attr_t *ka, uint8_t *ekey, argument
238 if (ppos != NULL) {
271 if (ppos != NULL) {
272 *ppos = pos;
294 wbku_write_key(FILE *fp, const fpos_t *ppos, const wbku_key_attr_t *ka, argument
303 if (fsetpos(fp, ppos) != 0) {
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c1107 int ppos, fpos; local
1125 ppos = fpos = 0;
1155 pass[ppos++] = x->index.name[i];
1205 for (i = 0; i < ppos; i++) {
1209 if (i == ppos) {

Completed in 22 milliseconds