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

/osnet-11/usr/src/lib/libumem/common/
H A Denvvar.c555 umem_process_value(umem_env_item_t *item_list, const char *beg, const char *end) argument
596 for (; item_list->item_name != NULL; item_list++) {
597 if (strcmp(buf, item_list->item_name) == 0) {
598 (void) process_item(item_list, argptr);

Completed in 28 milliseconds