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

/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dmatch.c371 struct iip_memo *memo; local
373 LIST_FOREACH(memo, &iip_memo, iip_link) {
374 if (strcmp(memo->iip_name, name) == 0)
375 return memo->iip_result;
402 memo = malloc(sizeof *memo);
403 if (memo == NULL)
405 memo->iip_name = buf;
406 memo->iip_result = result;
407 LIST_INSERT_HEAD(&iip_memo, memo, iip_lin
[all...]

Completed in 160 milliseconds