/src/usr.bin/make/unit-tests/ |
posix1.mk | 136 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o) 153 lib.a(obj2.o): obj2.o 169 obj2.o: obj_2.c obj_2.h dir/obj_1.h 177 # and obj2.c are not used, so they should not get created. They're here 179 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
|
/src/games/hack/ |
hack.c | 418 struct obj *obj, *obj2; local in function:pickup 447 for (obj = fobj; obj; obj = obj2) { 448 obj2 = obj->nobj; /* perhaps obj will be picked up */ 514 * note: obj2 is set already, so 517 * then write obj2 =
|
hack.zap.c | 740 struct obj *obj, *obj2; local in function:burn_scrolls 743 for (obj = invent; obj; obj = obj2) { 744 obj2 = obj->nobj;
|
hack.pri.c | 623 struct obj *obj, *obj2; local in function:seeobjs 624 for (obj = fobj; obj; obj = obj2) { 625 obj2 = obj->nobj; 630 for (obj = invent; obj; obj = obj2) { 631 obj2 = obj->nobj;
|
hack.mon.c | 907 struct obj *obj2 = mkobj_at(tmp, x, y); local in function:killed 909 atl(x, y, obj2->olet); 910 stackobj(obj2);
|
hack.shk.c | 1114 struct obj *obj, *obj2; local in function:shopdig 1117 for (obj = invent; obj; obj = obj2) { 1118 obj2 = obj->nobj;
|
/src/usr.sbin/envstat/ |
config.c | 469 prop_object_t obj, obj2; local in function:config_devblock_getdict 486 obj2 = prop_dictionary_get(obj, "index"); 487 if (prop_string_equals_string(obj2, sensor_key)) 504 prop_object_t obj, obj2, obj3; local in function:config_devblock_check_sensorprops 514 obj2 = prop_dictionary_get(ksdict, "allow-rfact"); 515 if (prop_bool_true(obj2)) { 532 obj2 = prop_dictionary_get(ksdict, "want-percentage"); 534 if (prop_bool_true(obj2) && prop_bool_true(obj3)) { 560 obj2 = prop_dictionary_get(ksdict, "want-percentage"); 562 if (prop_bool_true(obj2) && prop_bool_true(obj3)) [all...] |
envstat.c | 283 prop_object_t obj, obj2; local in function:main 286 obj2 = prop_array_get(obj, 0); 288 ndict = obj2; 432 prop_object_t obj, obj2, desc; local in function:add_sensors 471 obj2 = prop_dictionary_get(obj, "device-properties"); 472 if (obj2) { 473 if (!prop_dictionary_get_uint64(obj2, 627 prop_object_t obj, obj1, obj2; local in function:find_sensors 639 obj2 = prop_dictionary_get(obj, "device-properties"); 640 if (obj2) { [all...] |
/src/sys/dev/sysmon/ |
sysmon_envsys.c | 235 prop_object_t obj, obj2; local in function:sysmonioctl_envsys 311 while ((obj2 = prop_object_iterator_next(iter2))) { 316 obj2, 1605 prop_object_t array, dict, obj, obj2; local in function:sme_update_dictionary 1628 obj2 = prop_dictionary_get(obj, "device-properties"); 1629 if (!obj2) 1638 if (!prop_dictionary_set_uint64(obj2, "refresh-timeout", timo)) 1828 prop_object_t obj, obj1, obj2, tobj = NULL; local in function:sme_userset_dictionary 1904 obj2 = prop_dictionary_get(udict, "description"); 1905 if (obj2 && prop_object_type(obj2) == PROP_TYPE_STRING) [all...] |