Searched refs:tmpv (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/mandoc/ |
| H A D | mdoc_argv.c | 280 struct mdoc_argv tmpv; in mdoc_argv() local 322 while ((tmpv.arg = *argtable++) != MDOC_ARG_MAX) in mdoc_argv() 328 if (tmpv.arg == MDOC_ARG_MAX) { in mdoc_argv() 341 tmpv.line = line; in mdoc_argv() 342 tmpv.pos = *pos; in mdoc_argv() 343 tmpv.sz = 0; in mdoc_argv() 344 tmpv.value = NULL; in mdoc_argv() 346 switch (argvflags[tmpv.arg]) { in mdoc_argv() 348 argv_single(mdoc, line, &tmpv, &ipos, buf); in mdoc_argv() 351 argv_multi(mdoc, line, &tmpv, &ipos, buf); in mdoc_argv() [all …]
|
| /freebsd-12.1/usr.sbin/nandsim/ |
| H A D | nandsim_cfgparse.c | 286 int err, tmpv, fd; in configure_sim() local 288 err = rc_getint(f, "sim", 0, "log_level", &tmpv); in configure_sim() 290 if (tmpv < 0 || tmpv > 255 || err) { in configure_sim() 291 error("Bad log level specified (%d)\n", tmpv); in configure_sim() 294 sim_conf.log_level = tmpv; in configure_sim() 298 tmpv = -1; in configure_sim() 299 err = logoutputtoint((char *)&buf, &tmpv); in configure_sim() 306 sim_conf.log_output = tmpv; in configure_sim()
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 112 int error, tmpv; in ahd_set_debugcounters() local 114 tmpv = 0; in ahd_set_debugcounters() 116 error = sysctl_handle_int(oidp, &tmpv, 0, req); in ahd_set_debugcounters() 119 if (tmpv < 0 || tmpv >= AHD_ERRORS_NUMBER) in ahd_set_debugcounters() 121 sc->summerr[arg2] = tmpv; in ahd_set_debugcounters() 129 int error, tmpv; in ahd_clear_allcounters() local 131 tmpv = 0; in ahd_clear_allcounters() 133 error = sysctl_handle_int(oidp, &tmpv, 0, req); in ahd_clear_allcounters() 136 if (tmpv != 0) in ahd_clear_allcounters()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | value-prof.c | 180 tree tmp1, tmp2, tmpv; in tree_divmod_fixed_value() local 194 tmpv = create_tmp_var (optype, "PROF"); in tree_divmod_fixed_value() 196 stmt1 = build2 (MODIFY_EXPR, optype, tmpv, fold_convert (optype, value)); in tree_divmod_fixed_value() 199 build2 (NE_EXPR, boolean_type_node, tmp1, tmpv), in tree_divmod_fixed_value() 210 build2 (TREE_CODE (operation), optype, op1, tmpv)); in tree_divmod_fixed_value()
|
| /freebsd-12.1/sys/geom/raid/ |
| H A D | g_raid.c | 2023 struct g_raid_volume *vol, *tmpv; in g_raid_destroy_node() local 2028 TAILQ_FOREACH_SAFE(vol, &sc->sc_volumes, v_next, tmpv) { in g_raid_destroy_node()
|