Home
last modified time | relevance | path

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

/netbsd-src/games/tetris/
H A Dscreen.c215 const char *tstr; in scr_set() local
216 if ((tstr = enter_ca_mode) != NULL) in scr_set()
217 putstr(tstr); in scr_set()
218 if ((tstr = cursor_invisible) != NULL) in scr_set()
219 putstr(tstr); in scr_set()
243 const char *tstr; in scr_end() local
244 if ((tstr = cursor_to_ll) != NULL) in scr_end()
245 putstr(tstr); in scr_end()
249 if ((tstr = exit_ca_mode) != NULL) in scr_end()
250 putstr(tstr); in scr_end()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dget_str.c128 unsigned char *tstr; in mpf_get_str() local
186 tstr = (unsigned char *) TMP_ALLOC (n_digits + 2 * GMP_LIMB_BITS + 3); in mpf_get_str()
223 n_digits_computed = mpn_get_str (tstr, base, tp + off, tn - off); in mpf_get_str()
249 n_digits_computed = mpn_get_str (tstr, base, tp, tn); in mpf_get_str()
260 if (tstr[n_digits] * 2 >= base) in mpf_get_str()
266 x = ++(tstr[i]); in mpf_get_str()
275 tstr[0] = 1; in mpf_get_str()
291 while (n_digits != 0 && tstr[n_digits - 1] == 0) in mpf_get_str()
298 dp[i] = num_to_text[tstr[i]]; in mpf_get_str()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c534 char *event, *temp, *result, *tstr, *t, c, *word_spec; in history_expand_internal() local
637 tstr = strrchr (temp, '/'); in history_expand_internal()
638 if (tstr) in history_expand_internal()
640 tstr++; in history_expand_internal()
641 t = savestring (tstr); in history_expand_internal()
649 tstr = strrchr (temp, '/'); in history_expand_internal()
650 if (tstr) in history_expand_internal()
651 *tstr = '\0'; in history_expand_internal()
656 tstr = strrchr (temp, '.'); in history_expand_internal()
657 if (tstr) in history_expand_internal()
[all …]
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-host.c265 pretty_rdata(char* q, char* cstr, char* tstr, int t, const char* sec, in pretty_rdata() argument
279 else printf(" has %s record", tstr); in pretty_rdata()
292 char tstr[16]; in pretty_output() local
295 pretty_type(tstr, 16, t); in pretty_output()
344 } else printf(" has no %s record", tstr); in pretty_output()
357 cstr, tstr, t, secstatus, result->data[i], in pretty_output()
/netbsd-src/usr.bin/who/
H A Dwho.c288 char *tstr; in print() local
316 tstr = ctime(&t); in print()
317 (void)printf("%.12s ", tstr ? tstr + 4 : "?"); in print()
/netbsd-src/external/bsd/less/dist/
H A Dlesskey_parse.c190 static char * tstr(char **pp, int xlate) in tstr() function
488 s = tstr(&p, 1); in parse_cmdline()
533 add_cmd_str(tstr(&p, 0), tables); in parse_cmdline()
562 s = tstr(&p, 0); in parse_varline()
580 s = tstr(&p, 0); in parse_varline()
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c59 static char tstr[] = " [|bootp]"; in bootp_print() local
150 fputs(tstr + 1, stdout); in bootp_print()
158 fputs(tstr + 1, stdout); in bootp_print()
182 fputs(tstr, stdout); in bootp_print()
/netbsd-src/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c107 char *tstr; member
151 if (strncmp(rtypes[i].tstr, typestr, in dtfs_domount()
152 strlen(rtypes[i].tstr)) == 0) { in dtfs_domount()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dconstraint.c158 char *tstr = NULL; in constraint_cf_gen() local
174 tstr = COUNT_STR; in constraint_cf_gen()
179 tstr = SIZE_STR; in constraint_cf_gen()
184 tstr = REGEX_STR; in constraint_cf_gen()
188 tstr = NEG_REGEX_STR; in constraint_cf_gen()
192 tstr = SET_STR; in constraint_cf_gen()
196 tstr = URI_STR; in constraint_cf_gen()
203 bv.bv_len += strlen(tstr); in constraint_cf_gen()
227 s = lutil_strcopy( s, tstr ); in constraint_cf_gen()
/netbsd-src/lib/libedit/
H A Dterminal.c104 } tstr[] = { variable
341 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc()
878 for (t = tstr; t->name != NULL; t++) in terminal_set()
893 for (t = tstr; t->name != NULL; t++) { in terminal_set()
1289 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) { in terminal_telltc()
1329 for (ts = tstr; ts->name != NULL; ts++) in terminal_settc()
1414 for (ts = tstr; ts->name != NULL; ts++) in terminal_gettc()
1419 *(char **)how = el->el_terminal.t_str[ts - tstr]; in terminal_gettc()
1516 for (t = tstr; t->name != NULL; t++) in terminal_echotc()
1519 scap = el->el_terminal.t_str[t - tstr]; in terminal_echotc()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipscan_y.y337 void addtag(tstr, cp, sp, act) in addtag() argument
338 char *tstr; in addtag()
346 strncpy(isc.ipsc_tag, tstr, sizeof(isc.ipsc_tag));
/netbsd-src/games/warp/
H A Dterm.c36 #define Tgetstr(key) ((tstr = tgetstr(key,&tmpaddr)) ? tstr : nullstr)
118 char *tstr; in term_set() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dca.c995 char *tstr; in build_proxy_prefix() local
1007 ret = asprintf(&tstr, "ts-%lu", (unsigned long)t); in build_proxy_prefix()
1008 if (ret == -1 || tstr == NULL) { in build_proxy_prefix()
1014 ret = _hx509_name_modify(context, subject, 1, &asn1_oid_id_at_commonName, tstr); in build_proxy_prefix()
1015 free(tstr); in build_proxy_prefix()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Djson.c471 const char *tstr = d->type->toChars(); in jsonProperties() local
472 if (strcmp(tstr, ostr)) in jsonProperties()
/netbsd-src/games/backgammon/common_source/
H A Dfancy.c83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP}; variable
736 cap = tstr; in getcaps()
/netbsd-src/sys/dev/hdaudio/
H A Dhdafg.c732 const char *tstr; in hdafg_widget_parse() local
738 case COP_AWCAP_TYPE_AUDIO_OUTPUT: tstr = "audio output"; break; in hdafg_widget_parse()
739 case COP_AWCAP_TYPE_AUDIO_INPUT: tstr = "audio input"; break; in hdafg_widget_parse()
740 case COP_AWCAP_TYPE_AUDIO_MIXER: tstr = "audio mixer"; break; in hdafg_widget_parse()
741 case COP_AWCAP_TYPE_AUDIO_SELECTOR: tstr = "audio selector"; break; in hdafg_widget_parse()
742 case COP_AWCAP_TYPE_PIN_COMPLEX: tstr = "pin"; break; in hdafg_widget_parse()
743 case COP_AWCAP_TYPE_POWER_WIDGET: tstr = "power widget"; break; in hdafg_widget_parse()
744 case COP_AWCAP_TYPE_VOLUME_KNOB: tstr = "volume knob"; break; in hdafg_widget_parse()
745 case COP_AWCAP_TYPE_BEEP_GENERATOR: tstr = "beep generator"; break; in hdafg_widget_parse()
746 case COP_AWCAP_TYPE_VENDOR_DEFINED: tstr = "vendor defined"; break; in hdafg_widget_parse()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Djson.d457 auto tstr = d.type.toString(); in jsonProperties() local
458 if (ostr != tstr) in jsonProperties()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc3808 const char *tstr = "\tabc\td"; in test_cpp_utf8() local
3809 ASSERT_EQ (6, cpp_display_width (tstr, 6, in test_cpp_utf8()
3811 ASSERT_EQ (10, cpp_display_width (tstr, 6, in test_cpp_utf8()
3813 ASSERT_EQ (17, cpp_display_width (tstr, 6, in test_cpp_utf8()
3817 (tstr, 6, 7, cpp_char_column_policy (8, cpp_wcwidth))); in test_cpp_utf8()
/netbsd-src/external/gpl3/gdb/dist/sim/bfin/
H A DChangeLog-2021974 tstr buffer. Call cb_get_string on tstr when handling CB_SYS_stat64,
977 tstr in the tbuf output.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.md465 asm_fprintf (asm_out_file, "\tstr r%d,[sp,#0]\n", scratch);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.md465 asm_fprintf (asm_out_file, "\tstr r%d,[sp,#0]\n", scratch);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc6612 char *tstr = GTXT (" Time"); in dbeGetSummaryV2() local
6652 char *buf, *lstr = strstr (sstr, tstr); in dbeGetSummaryV2()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc6612 char *tstr = GTXT (" Time"); in dbeGetSummaryV2() local
6652 char *buf, *lstr = strstr (sstr, tstr); in dbeGetSummaryV2()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog32949 * mpf/get_str.c: Allocate sufficient space for tstr.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.comp.po10615 "\tstr\t\t\tchuỗi\n"