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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c54 int getbit(void);
133 if (getbit() == 0)
326 if (getbit() == 0)
343 getbit(void) function
380 (void) getbit();
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c52 int getbit(void);
136 if (getbit() == 0)
337 if (getbit() == 0)
353 getbit(void) function
389 (void) getbit();
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c41 static int getbit(DBM *);
180 if (getbit(db) == 0)
620 /*getbit inline*/
636 if (getbit(db) == 0)
666 getbit(DBM *db) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c79 static int getbit(DBM *);
244 if (getbit(db) == 0)
730 /* getbit inline */
749 * if (getbit(db) == 0)
782 getbit(DBM *db) function

Completed in 48 milliseconds