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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c70 static POSTING *item, *enditem, *item1 = NULL, *item2 = NULL; variable
930 if (item2 != NULL)
931 free(item2);
933 if ((item2 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) {
989 if (item == item2) {
1002 if ((item2 = (POSTING *)realloc(item2,
1012 newitem = item2;
1185 item2 = NULL;
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c2337 * represented by item1 and item2. It returns an integer greater than 0 if
2338 * item1 is greater than item2. It returns 0 if they are equal and an
2339 * integer less than 0 if item1 is less than item2. api_prop_name and
2345 special_prop_compare(const void *item1, const void *item2) argument
2348 const audit_special_prop_item_t *b = (audit_special_prop_item_t *)item2;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c144 mib_item_t *item2);
967 * item1 and item2 and computes the difference between
968 * differentiable values in item2 against item1 for every
969 * given member of item2; returns an mib_item_t * linked
970 * list of diff's, or a copy of item2 if item1 is NULL;
975 mib_item_diff(mib_item_t *item1, mib_item_t *item2) { argument
976 int nitems = 0; /* no. of items in item2 */
977 mib_item_t *tempp2; /* walking copy of item2 */
984 diffp = mib_item_dup(item2);
988 for (tempp2 = item2;
[all...]

Completed in 82 milliseconds