Searched refs:tmpv (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/mdocml/
H A Dmdoc_argv.c282 struct mdoc_argv tmpv; local
323 while ((tmpv.arg = *argtable++) != MDOC_ARG_MAX)
324 if ( ! strcmp(argname, mdoc_argnames[tmpv.arg]))
329 if (tmpv.arg == MDOC_ARG_MAX) {
342 tmpv.line = line;
343 tmpv.pos = *pos;
344 tmpv.sz = 0;
345 tmpv.value = NULL;
347 switch (argvflags[tmpv.arg]) {
349 argv_single(mdoc, line, &tmpv,
[all...]
/freebsd-11.0-release/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c284 int err, tmpv, fd; local
286 err = rc_getint(f, "sim", 0, "log_level", &tmpv);
288 if (tmpv < 0 || tmpv > 255 || err) {
289 error("Bad log level specified (%d)\n", tmpv);
292 sim_conf.log_level = tmpv;
296 tmpv = -1;
297 err = logoutputtoint((char *)&buf, &tmpv);
304 sim_conf.log_output = tmpv;
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c112 int error, tmpv; local
114 tmpv = 0;
116 error = sysctl_handle_int(oidp, &tmpv, 0, req);
119 if (tmpv < 0 || tmpv >= AHD_ERRORS_NUMBER)
121 sc->summerr[arg2] = tmpv;
129 int error, tmpv; local
131 tmpv = 0;
133 error = sysctl_handle_int(oidp, &tmpv, 0, req);
136 if (tmpv !
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dvalue-prof.c180 tree tmp1, tmp2, tmpv; local
194 tmpv = create_tmp_var (optype, "PROF");
196 stmt1 = build2 (MODIFY_EXPR, optype, tmpv, fold_convert (optype, value));
199 build2 (NE_EXPR, boolean_type_node, tmp1, tmpv),
210 build2 (TREE_CODE (operation), optype, op1, tmpv));
/freebsd-11.0-release/sys/geom/raid/
H A Dg_raid.c2027 struct g_raid_volume *vol, *tmpv; local
2032 TAILQ_FOREACH_SAFE(vol, &sc->sc_volumes, v_next, tmpv) {

Completed in 75 milliseconds