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

/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dexport.c251 u_int nocts; local
256 nocts = 0;
294 octs[nocts++] = *cval;
352 while(nocts > 0)
353 free(octs[--nocts]);
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmp.c1255 u_char *nocts; /* to avoid memory leak */ local
1261 if ((nocts = realloc(octs, alloc)) == NULL) { \
1265 octs = nocts; \

Completed in 126 milliseconds