Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c48 #define GoodStr(a) (tstr[a].str != NULL && tstr[a].str[0] != '\0')
49 #define Str(a) tstr[a].str
168 } tstr[T_str + 1]; variable
197 tstr[T_al].name = "al"; in terminit()
200 tstr[T_bl].name = "bl"; in terminit()
203 tstr[T_cd].name = "cd"; in terminit()
206 tstr[T_ce].name = "ce"; in terminit()
209 tstr[T_ch].name = "ch"; in terminit()
212 tstr[T_cl].name = "cl"; in terminit()
215 tstr[T_dc].name = "dc"; in terminit()
[all …]
H A Ded.xmap.c478 CStr tstr; in Lookup() local
479 tstr.buf = str->buf + 1; in Lookup()
480 tstr.len = str->len - 1; in Lookup()
481 return (Lookup(buf, &tstr, ptr->next)); in Lookup()
/dragonfly/contrib/gmp/mpf/
H A Dget_str.c118 unsigned char *tstr; in mpf_get_str() local
175 tstr = (unsigned char *) TMP_ALLOC (n_digits + 2 * GMP_LIMB_BITS + 3); in mpf_get_str()
212 n_digits_computed = mpn_get_str (tstr, base, tp + off, tn - off); in mpf_get_str()
246 n_digits_computed = mpn_get_str (tstr, base, tp, tn); in mpf_get_str()
257 if (tstr[n_digits] * 2 >= base) in mpf_get_str()
263 x = ++(tstr[i]); in mpf_get_str()
272 tstr[0] = 1; in mpf_get_str()
288 while (n_digits != 0 && tstr[n_digits - 1] == 0) in mpf_get_str()
295 dp[i] = num_to_text[tstr[i]]; in mpf_get_str()
/dragonfly/usr.bin/man/
H A Dman.sh276 local IFS line tstr
289 decho "$manpage includes $tstr"
292 decho " Unable to find $tstr"
754 local file line tstr var
765 add_to_manpath "$tstr"
769 manlocales="$manlocales:$tstr"
773 config_local="$tstr"
778 eval "$var=\"$tstr\""
922 tstr=$1
924 case "$tstr" in
[all …]
/dragonfly/sbin/camcontrol/
H A Dcamcontrol.c1048 while (isspace(*tstr) && (*tstr != '\0')) in parse_btl()
1049 tstr++; in parse_btl()
1088 while (isspace(*tstr) && (*tstr != '\0')) in dorescan_or_reset()
1089 tstr++; in dorescan_or_reset()
1388 while (isspace(*tstr) && (*tstr != '\0')) in readdefects()
1389 tstr++; in readdefects()
1853 while (isspace(*tstr) && (*tstr != '\0')) in scsicmd()
1854 tstr++; in scsicmd()
2148 while (isspace(*tstr) && (*tstr != '\0')) in camdebug()
2149 tstr++; in camdebug()
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dhistexpand.c656 tstr = strrchr (temp, '/');
657 if (tstr)
659 tstr++;
660 t = savestring (tstr);
668 tstr = strrchr (temp, '/');
669 if (tstr)
670 *tstr = '\0';
676 if (tstr)
677 *tstr = '\0';
683 if (tstr)
[all …]
/dragonfly/usr.bin/systat/
H A Ddevs.c221 char *tstr[100]; in dsmatchselect() local
230 for (tempstr = tstr, num_args = 0; in dsmatchselect()
234 if (++tempstr >= &tstr[100]) in dsmatchselect()
253 if (buildmatch(tstr[i], &matches, &num_matches) != 0) { in dsmatchselect()
/dragonfly/contrib/less/
H A Dlesskey_parse.c188 static char * tstr(char **pp, int xlate) in tstr() function
486 s = tstr(&p, 1); in parse_cmdline()
531 add_cmd_str(tstr(&p, 0), tables); in parse_cmdline()
560 s = tstr(&p, 0); in parse_varline()
578 s = tstr(&p, 0); in parse_varline()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c58 static char tstr[] = " [|bootp]"; in bootp_print() local
149 fputs(tstr + 1, stdout); in bootp_print()
157 fputs(tstr + 1, stdout); in bootp_print()
181 fputs(tstr, stdout); in bootp_print()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.c657 char *tstr, *str; in wpa_config_parse_string() local
664 tstr = dup_binstr(value, tlen); in wpa_config_parse_string()
665 if (tstr == NULL) in wpa_config_parse_string()
670 os_free(tstr); in wpa_config_parse_string()
674 *len = printf_decode((u8 *) str, tlen + 1, tstr); in wpa_config_parse_string()
675 os_free(tstr); in wpa_config_parse_string()
/dragonfly/lib/libdevstat/
H A Ddevstat.c875 char *tstr[5]; in buildmatch() local
898 for (tempstr = tstr, num_args = 0; in buildmatch()
902 if (++tempstr >= &tstr[5]) in buildmatch()
936 tempstr2 = tstr[i]; in buildmatch()
1000 tstr[i]); in buildmatch()
/dragonfly/contrib/gdb-7/gdb/
H A Dvalarith.c349 char tstr[13]; in value_x_binop() local
367 strcpy (tstr, "operator__"); in value_x_binop()
368 ptr = tstr + 8; in value_x_binop()
474 argvec[0] = value_user_defined_op (&arg1, argvec + 1, tstr, in value_x_binop()
496 _("member function %s not found"), tstr); in value_x_binop()
514 char tstr[13], mangle_tstr[13]; in value_x_unop() local
532 strcpy (tstr, "operator__"); in value_x_unop()
533 ptr = tstr + 8; in value_x_unop()
577 argvec[0] = value_user_defined_op (&arg1, argvec + 1, tstr, in value_x_unop()
599 _("member function %s not found"), tstr); in value_x_unop()
H A Deval.c1606 char *tstr; in evaluate_subexp_standard() local
1614 tstr = &exp->elts[pc2 + 2].string; in evaluate_subexp_standard()
1617 tstr = function_name; in evaluate_subexp_standard()
1626 (void) find_overload_match (&argvec[1], nargs, tstr, in evaluate_subexp_standard()
1648 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr, in evaluate_subexp_standard()
/dragonfly/contrib/libedit/src/
H A Dterminal.c95 } tstr[] = { variable
343 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc()
880 for (t = tstr; t->name != NULL; t++) in terminal_set()
895 for (t = tstr; t->name != NULL; t++) { in terminal_set()
1291 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) { in terminal_telltc()
1331 for (ts = tstr; ts->name != NULL; ts++) in terminal_settc()
1416 for (ts = tstr; ts->name != NULL; ts++) in terminal_gettc()
1421 *(char **)how = el->el_terminal.t_str[ts - tstr]; in terminal_gettc()
1518 for (t = tstr; t->name != NULL; t++) in terminal_echotc()
1521 scap = el->el_terminal.t_str[t - tstr]; in terminal_echotc()
/dragonfly/games/backgammon/common_source/
H A Dfancy.c71 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP}; variable
723 cap = tstr; in getcaps()
/dragonfly/contrib/tre/lib/
H A Dtre-parse.c1507 const char *tstr = "star"; in tre_parse() local
1523 tstr = "plus"; in tre_parse()
1530 tstr = "questionmark"; in tre_parse()
1588 minimal ? " minimal" : "greedy", tstr, REST(tmp_re))); in tre_parse()
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c3061 const char *tstr; in pmap_release_pv() local
3064 tstr = "PDP"; in pmap_release_pv()
3066 tstr = "PD"; in pmap_release_pv()
3068 tstr = "PT"; in pmap_release_pv()
3070 tstr = "PTE"; in pmap_release_pv()
3073 tstr, pv->pv_pindex, p->wire_count); in pmap_release_pv()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c238 struct archive_string tstr; member
358 archive_string_init(&(xar->tstr)); in archive_write_set_format_xar()
1921 archive_string_free(&(xar->tstr)); in xar_free()