/src/usr.bin/make/unit-tests/ |
archive-suffix.mk | 17 all: lib.a(obj1.o) 22 obj1.c:
|
posix1.mk | 136 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o) 143 lib.a(obj1.o): dir/obj_1.o dummy 176 # Hey, this is make, we can make our own test data setup! obj1.c 179 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
|
/src/sys/dev/sysmon/ |
sysmon_envsys.c | 1828 prop_object_t obj, obj1, obj2, tobj = NULL; local in function:sme_userset_dictionary 1847 obj1 = prop_dictionary_get(obj, "refresh-timeout"); 1848 if (obj1 && prop_object_type(obj1) == PROP_TYPE_NUMBER) { 1851 prop_number_unsigned_value(obj1); 1890 obj1 = prop_dictionary_get(dict, "index"); 1895 if (!prop_string_equals(obj1, obj))
|
/src/usr.sbin/envstat/ |
envstat.c | 627 prop_object_t obj, obj1, obj2; local in function:find_sensors 672 obj1 = prop_dictionary_get(obj, "type"); 673 if (obj1) { 676 prop_string_value(obj1), 684 obj1 = prop_dictionary_get(obj, "index"); 685 if (obj1) { 688 prop_string_value(obj1), 704 obj1 = prop_dictionary_get(obj, "drive-state"); 705 if (obj1) { 707 prop_string_value(obj1), [all...] |