Home
last modified time | relevance | path

Searched refs:thisname (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/top/
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; in z_cpustates() local
592 while ((thisname = *names++) != NULL) in z_cpustates()
594 if (*thisname != '\0') in z_cpustates()
[all …]
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzap_leaf.c357 char *thisname = kmem_alloc(array_numints, KM_SLEEP); in zap_leaf_array_match() local
361 sizeof (char), array_numints, thisname); in zap_leaf_array_match()
362 match = zap_match(zn, thisname); in zap_leaf_array_match()
363 kmem_free(thisname, array_numints); in zap_leaf_array_match()
/freebsd-9-stable/contrib/gcc/doc/
Doptions.texi196 @itemx InverseMask(@var{othername}, @var{thisname})
198 @code{Mask(@var{othername})} property. If @var{thisname} is given,
199 the options-processing script will declare a @code{TARGET_@var{thisname}}