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

/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c83 int *ispresent);
1169 int ispresent = 0; local
1177 while (!ispresent) {
1183 &ispresent)) {
1184 if (!ispresent) {
1249 check_magic_byte_presence(int byte_cnt, uint8_t *byte_seq, int *ispresent) argument
1260 *ispresent = 0;
1266 *ispresent = 0;
1270 *ispresent = 1;

Completed in 24 milliseconds