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

/freebsd-10-stable/contrib/top/
H A Ddisplay.c479 register char *thisname; local
496 while ((thisname = *names++) != NULL)
498 if (*thisname != '\0')
507 thisname);
524 register char *thisname; local
538 while ((thisname = *names++) != NULL)
540 if (*thisname != '\0')
575 register char *thisname; local
592 while ((thisname = *names++) != NULL)
594 if (*thisname !
1175 register char *thisname; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c365 char *thisname = kmem_alloc(array_numints, KM_SLEEP); local
369 sizeof (char), array_numints, thisname);
370 match = zap_match(zn, thisname);
371 kmem_free(thisname, array_numints);

Completed in 87 milliseconds