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

/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_trace.c35 char *tstr; local
37 tstr = getenv("UWX_TRACE");
38 if (tstr != NULL) {
39 while (*tstr != '\0') {
40 switch (*tstr) {
51 fprintf(stderr, "UWX_TRACE flag `%c' unknown.\n", *tstr);
65 tstr++;
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c2142 * Pass through the tstr looking for 1) escaped delimiters,
2163 int errnum, const char **tstr, int delim, int *flags,
2185 for (cp = *tstr; *cp && (*cp != delim); cp++) {
2250 *tstr = cp;
2255 *tstr = ++cp;
2486 ApplyModifiers(char *nstr, const char *tstr, argument
2493 * for tstr) */
2506 start = cp = tstr;
2508 while (*tstr && *tstr !
2162 VarGetPattern(GNode *ctxt, Var_Parse_State *vpstate MAKE_ATTR_UNUSED, int errnum, const char **tstr, int delim, int *flags, int *length, VarPattern *pattern) argument
3633 const char *tstr; /* Pointer into str */ local
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c52 #define GoodStr(a) (tstr[a].str != NULL && tstr[a].str[0] != '\0')
53 #define Str(a) tstr[a].str
172 } tstr[T_str + 1]; variable in typeref:struct:termcapstr
195 xfree((ptr_t)(intptr_t)tstr[i].long_name);
201 tstr[T_al].name = "al";
202 tstr[T_al].long_name = CSAVS(4, 1, "add new blank line");
204 tstr[T_bl].name = "bl";
205 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell");
207 tstr[T_c
[all...]
H A Ded.xmap.c482 CStr tstr; local
483 tstr.buf = str->buf + 1;
484 tstr.len = str->len - 1;
485 return (Lookup(buf, &tstr, ptr->next));
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-krb.c72 static char tstr[] = " [|kerberos]"; variable
146 fputs(tstr, stdout);
167 fputs(tstr, stdout);
226 fputs(tstr, stdout);
237 fputs(tstr, stdout);
H A Dprint-pptp.c41 static char tstr[] = " [|pptp]"; variable
612 printf("%s", tstr);
642 printf("%s", tstr);
675 printf("%s", tstr);
692 printf("%s", tstr);
706 printf("%s", tstr);
725 printf("%s", tstr);
760 printf("%s", tstr);
790 printf("%s", tstr);
820 printf("%s", tstr);
[all...]
H A Dprint-tftp.c81 static char tstr[] = " [|tftp]"; local
151 fputs(tstr, stdout);
H A Dprint-atalk.c68 static char tstr[] = "[|atalk]"; variable
263 fputs(tstr, stdout);
405 fputs(tstr, stdout);
415 fputs(tstr, stdout);
457 fputs(tstr, stdout);
469 fputs(tstr, stdout);
486 fputs(tstr, stdout);
H A Dprint-bootp.c49 static char tstr[] = " [|bootp]"; variable
142 fputs(tstr + 1, stdout);
152 fputs(tstr + 1, stdout);
176 fputs(tstr, stdout);
806 fputs(tstr, stdout);
H A Dprint-l2tp.c41 static char tstr[] = " [|l2tp]"; variable
718 printf("%s", tstr);
H A Dprint-ospf6.c118 static char tstr[] = " [|ospf3]"; variable
643 fputs(tstr, stdout);
H A Dprint-ospf.c188 static char tstr[] = " [|ospf2]"; variable
1156 fputs(tstr, stdout);
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh255 local IFS line tstr
265 decho "$manpage includes $tstr"
267 if ! check_man "$path/$tstr*" ""; then
268 decho " Unable to find $tstr"
686 local file line tstr var
697 add_to_manpath "$tstr"
701 manlocales="$manlocales:$tstr"
705 config_local="$tstr"
710 eval "$var=\"$tstr\""
859 tstr
[all...]
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c60 static char tstr[] = " [|bootp]"; local
151 fputs(tstr + 1, stdout);
159 fputs(tstr + 1, stdout);
183 fputs(tstr, stdout);
/freebsd-9.3-release/usr.bin/systat/
H A Ddevs.c189 char *tstr[100]; local
199 for (tempstr = tstr, num_args = 0;
203 if (++tempstr >= &tstr[100])
223 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) {
/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c525 char *event, *temp, *result, *tstr, *t, c, *word_spec; local
651 tstr = strrchr (temp, '/');
652 if (tstr)
654 tstr++;
655 t = savestring (tstr);
663 tstr = strrchr (temp, '/');
664 if (tstr)
665 *tstr = '\0';
670 tstr = strrchr (temp, '.');
671 if (tstr)
[all...]
/freebsd-9.3-release/contrib/less/
H A Dlesskey.c357 tstr(pp, xlate) function
649 s = tstr(&p, 1);
698 add_cmd_str(tstr(&p, 0));
711 s = tstr(&p, 0);
731 s = tstr(&p, 0);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalarith.c348 char tstr[13];
368 strcpy (tstr, "operator__");
369 ptr = tstr + 8;
475 argvec[0] = value_struct_elt (&arg1, argvec + 1, tstr, &static_memfuncp, "structure");
493 error ("member function %s not found", tstr);
510 char tstr[13], mangle_tstr[13];
529 strcpy (tstr, "operator__");
530 ptr = tstr + 8;
569 argvec[0] = value_struct_elt (&arg1, argvec + 1, tstr, &static_memfuncp, "structure");
588 error ("member function %s not found", tstr);
346 char tstr[13]; local
508 char tstr[13], mangle_tstr[13]; local
[all...]
H A Deval.c1117 char tstr[256];
1122 strcpy (tstr, &exp->elts[pc2 + 2].string);
1134 (void) find_overload_match (arg_types, nargs, tstr,
1147 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr,
1115 char tstr[256]; local
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipscan_y.y336 void addtag(tstr, cp, sp, act)
337 char *tstr;
345 strncpy(isc.ipsc_tag, tstr, sizeof(isc.ipsc_tag));
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c267 static int parse_btl(char *tstr, path_id_t *bus, target_id_t *target,
3031 parse_btl(char *tstr, path_id_t *bus, target_id_t *target, lun_id_t *lun, argument
3037 while (isspace(*tstr) && (*tstr != '\0'))
3038 tstr++;
3040 tmpstr = (char *)strtok(tstr, ":");
3071 char *tstr; local
3078 tstr = argv[optind];
3079 while (isspace(*tstr) && (*tstr !
3378 char *tstr; local
3891 char *datastr = NULL, *tstr, *resstr = NULL; local
4236 char *tstr, *tmpstr = NULL; local
7995 char *tstr; local
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Ddir.c1124 char *tstr; /* the current directory preceded by 'flag' */ local
1131 tstr = str_concat(flag, pe->dir->name, 0);
1132 nstr = str_concat(str, tstr, STR_ADDSPACE);
1134 free(tstr);
/freebsd-9.3-release/lib/libedit/
H A Dterm.c149 } tstr[] = { variable in typeref:struct:termcapstr
379 char **tmp, **str = &tlist[t - tstr];
930 for (t = tstr; t->name != NULL; t++)
945 for (t = tstr; t->name != NULL; t++) {
1326 for (t = tstr, ts = el->el_term.t_str; t->name != NULL; t++, ts++) {
1363 for (ts = tstr; ts->name != NULL; ts++)
1440 for (ts = tstr; ts->name != NULL; ts++)
1445 *(char **)how = el->el_term.t_str[ts - tstr];
1552 for (t = tstr; t->name != NULL; t++)
1554 scap = el->el_term.t_str[t - tstr];
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dca.c910 char *tstr; local
922 asprintf(&tstr, "ts-%lu", (unsigned long)t);
923 if (tstr == NULL) {
929 ret = _hx509_name_modify(context, subject, 1, oid_id_at_commonName(), tstr);
930 free(tstr);
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c1001 char *tstr[5]; local
1016 for (tempstr = tstr, num_args = 0;
1020 if (++tempstr >= &tstr[5])
1055 tempstr2 = tstr[i];
1120 tstr[i]);

Completed in 427 milliseconds