Searched defs:str_found (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c518 int str_found = 0; /* True when we have new interp str */ local
585 str_found = 1;
617 if (!str_found) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1349 int str_found = 0; local
1371 str_found = 1;
1375 if (!ptr || !str_found) {
1380 str_found = 0;
1390 if (ptr && !str_found) {

Completed in 50 milliseconds