Searched defs:item1 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | ndbm.c | 241 datum item, item1; local 288 item1 = makdatum(db->dbm_pagbuf, i+1); 289 if (item1.dptr == NULL) { 294 if (!additem(ovfbuf, item, item1) || 857 * Add pairs of items (item & item1). 860 additem(char buf[PBLKSIZ], datum item, datum item1) argument 870 i1 -= item.dsize + item1.dsize; 874 sp[++i2] = i1 + item1.dsize; 875 bcopy(item.dptr, &buf[i1 + item1.dsize], item.dsize); 877 bcopy(item1 [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 306 datum item, item1; local 360 item1 = makdatum(db->dbm_pagbuf, i+1); 361 if (item1.dptr == NULL) { 367 if (!additem(ovfbuf, item, item1) || 992 * Add pairs of items (item & item1). 995 additem(char buf[PBLKSIZ], datum item, datum item1) argument 1005 i1 -= item.dsize + item1.dsize; 1009 sp[++i2] = (short)(i1 + item1.dsize); 1010 (void) memmove(&buf[i1 + item1.dsize], item.dptr, item.dsize); 1012 (void) memmove(&buf[i1], item1 [all...] |
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 70 static POSTING *item, *enditem, *item1 = NULL, *item2 = NULL; variable 923 if (item1 != NULL) 924 free(item1); 926 if ((item1 = (POSTING *)malloc(SETINC * sizeof (POSTING))) == NULL) { 937 item = item1; 946 item = item1; 992 if ((item1 = (POSTING *) realloc(item1, 998 newitem = item1; 1182 if (item == item1) [all...] |
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 2337 * 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 2347 const audit_special_prop_item_t *a = (audit_special_prop_item_t *)item1;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 143 static mib_item_t *mib_item_diff(mib_item_t *item1, 967 * item1 and item2 and computes the difference between 968 * differentiable values in item2 against item1 for every 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 978 mib_item_t *tempp1; /* walking copy of item1 */ 983 if (item1 == NULL) { 1027 for (tempp1 = item1; tempp1 != NULL;
|
Completed in 778 milliseconds