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

12

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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);
/freebsd-10.0-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-10.0-release/contrib/wpa/src/utils/
H A Dcommon.c528 char *tstr, *str; local
535 tstr = os_malloc(tlen + 1);
536 if (tstr == NULL)
538 os_memcpy(tstr, value, tlen);
539 tstr[tlen] = '\0';
543 os_free(tstr);
547 *len = printf_decode((u8 *) str, tlen + 1, tstr);
548 os_free(tstr);
/freebsd-10.0-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c61 static char tstr[] = " [|bootp]"; local
152 fputs(tstr + 1, stdout);
160 fputs(tstr + 1, stdout);
184 fputs(tstr, stdout);
/freebsd-10.0-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-10.0-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-10.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c277 pretty_rdata(char* q, char* cstr, char* tstr, int t, const char* sec, argument
291 else printf(" has %s record", tstr);
304 char tstr[16]; local
307 pretty_type(tstr, 16, t);
365 } else printf(" has no %s record", tstr);
378 cstr, tstr, t, secstatus, result->data[i],
/freebsd-10.0-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-10.0-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...]
/freebsd-10.0-release/contrib/ipfilter/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));
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c267 static int parse_btl(char *tstr, int *bus, int *target, int *lun,
3004 parse_btl(char *tstr, int *bus, int *target, int *lun, cam_argmask *arglst) argument
3009 while (isspace(*tstr) && (*tstr != '\0'))
3010 tstr++;
3012 tmpstr = (char *)strtok(tstr, ":");
3041 char *tstr; local
3048 tstr = argv[optind];
3049 while (isspace(*tstr) && (*tstr !
3348 char *tstr; local
3861 char *datastr = NULL, *tstr, *resstr = NULL; local
4204 char *tstr, *tmpstr = NULL; local
7964 char *tstr; local
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/crypto/heimdal/lib/hx509/
H A Dca.c956 char *tstr; local
968 asprintf(&tstr, "ts-%lu", (unsigned long)t);
969 if (tstr == NULL) {
975 ret = _hx509_name_modify(context, subject, 1, &asn1_oid_id_at_commonName, tstr);
976 free(tstr);
/freebsd-10.0-release/lib/libdevstat/
H A Ddevstat.c1026 char *tstr[5]; local
1041 for (tempstr = tstr, num_args = 0;
1045 if (++tempstr >= &tstr[5])
1081 tempstr2 = tstr[i];
1146 tstr[i]);

Completed in 234 milliseconds

12