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

/freebsd-10.0-release/contrib/top/
H A Ddisplay.c471 register char *thisname; local
488 while ((thisname = *names++) != NULL)
490 if (*thisname != '\0')
499 thisname);
515 register char *thisname; local
529 while ((thisname = *names++) != NULL)
531 if (*thisname != '\0')
565 register char *thisname; local
582 while ((thisname = *names++) != NULL)
584 if (*thisname !
1148 register char *thisname; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c357 char *thisname = kmem_alloc(array_numints, KM_SLEEP); local
361 sizeof (char), array_numints, thisname);
362 match = zap_match(zn, thisname);
363 kmem_free(thisname, array_numints);

Completed in 68 milliseconds