Searched refs:tstr (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c127 char _tbuf[1024 * 3], *tbuf = _tbuf, tstr[1024]; local
406 if (cb_get_string (cb, &sc, tstr, sizeof (tstr), args[0]))
407 strcpy (tstr, "???");
408 tbuf += sprintf (tbuf, "stat64(%#x:\"%s\", %u)", args[0], tstr, args[1]);
415 if (cb_get_string (cb, &sc, tstr, sizeof (tstr), args[0]))
416 strcpy (tstr, "???");
417 tbuf += sprintf (tbuf, "lstat64(%#x:\"%s\", %u)", args[0], tstr, args[1]);
485 if (cb_get_string (cb, &sc, tstr, sizeo
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c108 char _tbuf[1024 * 3], *tbuf = _tbuf, tstr[1024]; local
354 if (cb_get_string (cb, &sc, tstr, sizeof (tstr), args[0]))
355 strcpy (tstr, "???");
356 tbuf += sprintf (tbuf, "stat64(%#x:\"%s\", %u)", args[0], tstr, args[1]);
363 if (cb_get_string (cb, &sc, tstr, sizeof (tstr), args[0]))
364 strcpy (tstr, "???");
365 tbuf += sprintf (tbuf, "lstat64(%#x:\"%s\", %u)", args[0], tstr, args[1]);
429 if (cb_get_string (cb, &sc, tstr, sizeo
[all...]
/netbsd-current/games/tetris/
H A Dscreen.c215 const char *tstr; local
216 if ((tstr = enter_ca_mode) != NULL)
217 putstr(tstr);
218 if ((tstr = cursor_invisible) != NULL)
219 putstr(tstr);
243 const char *tstr; local
244 if ((tstr = cursor_to_ll) != NULL)
245 putstr(tstr);
249 if ((tstr = exit_ca_mode) != NULL)
250 putstr(tstr);
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dget_str.c128 unsigned char *tstr; local
186 tstr = (unsigned char *) TMP_ALLOC (n_digits + 2 * GMP_LIMB_BITS + 3);
223 n_digits_computed = mpn_get_str (tstr, base, tp + off, tn - off);
249 n_digits_computed = mpn_get_str (tstr, base, tp, tn);
260 if (tstr[n_digits] * 2 >= base)
266 x = ++(tstr[i]);
275 tstr[0] = 1;
291 while (n_digits != 0 && tstr[n_digits - 1] == 0)
298 dp[i] = num_to_text[tstr[i]];
/netbsd-current/usr.bin/who/
H A Dwho.c288 char *tstr; local
316 tstr = ctime(&t);
317 (void)printf("%.12s ", tstr ? tstr + 4 : "?");
/netbsd-current/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c59 static char tstr[] = " [|bootp]"; local
150 fputs(tstr + 1, stdout);
158 fputs(tstr + 1, stdout);
182 fputs(tstr, stdout);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistexpand.c529 char *event, *temp, *result, *tstr, *t, c, *word_spec; local
632 tstr = strrchr (temp, '/');
633 if (tstr)
635 tstr++;
636 t = savestring (tstr);
644 tstr = strrchr (temp, '/');
645 if (tstr)
646 *tstr = '\0';
651 tstr = strrchr (temp, '.');
652 if (tstr)
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c534 char *event, *temp, *result, *tstr, *t, c, *word_spec; local
637 tstr = strrchr (temp, '/');
638 if (tstr)
640 tstr++;
641 t = savestring (tstr);
649 tstr = strrchr (temp, '/');
650 if (tstr)
651 *tstr = '\0';
656 tstr = strrchr (temp, '.');
657 if (tstr)
[all...]
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-host.c265 pretty_rdata(char* q, char* cstr, char* tstr, int t, const char* sec, argument
279 else printf(" has %s record", tstr);
292 char tstr[16]; local
295 pretty_type(tstr, 16, t);
344 } else printf(" has no %s record", tstr);
357 cstr, tstr, t, secstatus, result->data[i],
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c107 char *tstr; member in struct:rtype
151 if (strncmp(rtypes[i].tstr, typestr,
152 strlen(rtypes[i].tstr)) == 0) {
/netbsd-current/external/bsd/less/dist/
H A Dlesskey_parse.c190 static char * tstr(char **pp, int xlate) function
488 s = tstr(&p, 1);
533 add_cmd_str(tstr(&p, 0), tables);
562 s = tstr(&p, 0);
580 s = tstr(&p, 0);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dcommon.c657 char *tstr, *str; local
664 tstr = dup_binstr(value, tlen);
665 if (tstr == NULL)
670 os_free(tstr);
674 *len = printf_decode((u8 *) str, tlen + 1, tstr);
675 os_free(tstr);
/netbsd-current/lib/libedit/
H A Dterminal.c104 } tstr[] = { variable in typeref:struct:termcapstr
341 char **tmp, **str = &tlist[t - tstr];
878 for (t = tstr; t->name != NULL; t++)
893 for (t = tstr; t->name != NULL; t++) {
1289 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) {
1329 for (ts = tstr; ts->name != NULL; ts++)
1414 for (ts = tstr; ts->name != NULL; ts++)
1419 *(char **)how = el->el_terminal.t_str[ts - tstr];
1516 for (t = tstr; t->name != NULL; t++)
1519 scap = el->el_terminal.t_str[t - tstr];
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dconstraint.c158 char *tstr = NULL; local
174 tstr = COUNT_STR;
179 tstr = SIZE_STR;
184 tstr = REGEX_STR;
188 tstr = NEG_REGEX_STR;
192 tstr = SET_STR;
196 tstr = URI_STR;
203 bv.bv_len += strlen(tstr);
227 s = lutil_strcopy( s, tstr );
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipscan_y.y337 void addtag(tstr, cp, sp, act)
338 char *tstr;
346 strncpy(isc.ipsc_tag, tstr, sizeof(isc.ipsc_tag));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalarith.c360 char tstr[13];
379 strcpy (tstr, "operator__");
380 ptr = tstr + 8;
486 argvec[0] = value_user_defined_op (&arg1, argvec.slice (1), tstr,
523 _("member function %s not found"), tstr);
537 char tstr[13], mangle_tstr[13];
557 strcpy (tstr, "operator__");
558 ptr = tstr + 8;
600 argvec[0] = value_user_defined_op (&arg1, argvec.slice (1, nargs), tstr,
637 _("member function %s not found"), tstr);
359 char tstr[13]; local
536 char tstr[13], mangle_tstr[13]; local
[all...]
H A Deval.c1114 char *tstr;
1123 tstr = &exp->elts[pc2 + 2].string;
1126 tstr = function_name;
1136 tstr,
1158 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr,
1112 char *tstr; local
1134 tstr, local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalarith.c374 char tstr[13];
393 strcpy (tstr, "operator__");
394 ptr = tstr + 8;
500 argvec[0] = value_user_defined_op (&arg1, argvec.slice (1), tstr,
536 _("member function %s not found"), tstr);
550 char tstr[13], mangle_tstr[13];
570 strcpy (tstr, "operator__");
571 ptr = tstr + 8;
613 argvec[0] = value_user_defined_op (&arg1, argvec.slice (1, nargs), tstr,
649 _("member function %s not found"), tstr);
373 char tstr[13]; local
549 char tstr[13], mangle_tstr[13]; local
[all...]
/netbsd-current/games/warp/
H A Dterm.c36 #define Tgetstr(key) ((tstr = tgetstr(key,&tmpaddr)) ? tstr : nullstr)
118 char *tstr; local
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dca.c995 char *tstr; local
1007 ret = asprintf(&tstr, "ts-%lu", (unsigned long)t);
1008 if (ret == -1 || tstr == NULL) {
1014 ret = _hx509_name_modify(context, subject, 1, &asn1_oid_id_at_commonName, tstr);
1015 free(tstr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Djson.c471 const char *tstr = d->type->toChars(); local
472 if (strcmp(tstr, ostr))
474 //printf("tstr = %s, ostr = %s\n", tstr, ostr);
/netbsd-current/games/backgammon/common_source/
H A Dfancy.c83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP}; variable
735 cap = tstr;
/netbsd-current/sys/dev/hdaudio/
H A Dhdafg.c732 const char *tstr; local
738 case COP_AWCAP_TYPE_AUDIO_OUTPUT: tstr = "audio output"; break;
739 case COP_AWCAP_TYPE_AUDIO_INPUT: tstr = "audio input"; break;
740 case COP_AWCAP_TYPE_AUDIO_MIXER: tstr = "audio mixer"; break;
741 case COP_AWCAP_TYPE_AUDIO_SELECTOR: tstr = "audio selector"; break;
742 case COP_AWCAP_TYPE_PIN_COMPLEX: tstr = "pin"; break;
743 case COP_AWCAP_TYPE_POWER_WIDGET: tstr = "power widget"; break;
744 case COP_AWCAP_TYPE_VOLUME_KNOB: tstr = "volume knob"; break;
745 case COP_AWCAP_TYPE_BEEP_GENERATOR: tstr = "beep generator"; break;
746 case COP_AWCAP_TYPE_VENDOR_DEFINED: tstr
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Djson.d457 auto tstr = d.type.toString();
458 if (ostr != tstr)
460 //printf("tstr = %s, ostr = %s\n", tstr, ostr);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.cc3808 const char *tstr = "\tabc\td"; local
3809 ASSERT_EQ (6, cpp_display_width (tstr, 6,
3811 ASSERT_EQ (10, cpp_display_width (tstr, 6,
3813 ASSERT_EQ (17, cpp_display_width (tstr, 6,
3817 (tstr, 6, 7, cpp_char_column_policy (8, cpp_wcwidth)));

Completed in 493 milliseconds

12