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

123

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-syslog.c27 static const char tstr[] = "[|syslog]"; variable
104 ND_PRINT((ndo, "%s", tstr));
109 ND_PRINT((ndo, "%s", tstr));
144 ND_PRINT((ndo, "%s", tstr));
H A Dprint-loopback.c45 static const char tstr[] = " [|loopback]"; variable
105 ND_PRINT((ndo, "%s", tstr));
134 ND_PRINT((ndo, "%s", tstr));
H A Dprint-usb.c35 static const char tstr[] = "[|usb]"; variable
141 ND_PRINT((ndo, "%s", tstr));
164 ND_PRINT((ndo, "%s", tstr));
H A Dprint-pflog.c41 static const char tstr[] = "[|pflog]"; variable
118 ND_PRINT((ndo, "%s", tstr));
131 ND_PRINT((ndo, "%s", tstr));
176 ND_PRINT((ndo, "%s", tstr));
H A Dprint-krb.c34 static const char tstr[] = " [|kerberos]"; variable
140 ND_PRINT((ndo, "%s", tstr));
162 ND_PRINT((ndo, "%s", tstr));
221 ND_PRINT((ndo, "%s", tstr));
233 ND_PRINT((ndo, "%s", tstr));
H A Dprint-ahcp.c43 static const char tstr[] = " [|ahcp]"; variable
126 ND_PRINT((ndo, "%s", tstr));
144 ND_PRINT((ndo, "%s", tstr));
172 ND_PRINT((ndo, "%s", tstr));
196 ND_PRINT((ndo, "%s", tstr));
224 ND_PRINT((ndo, "%s", tstr));
248 ND_PRINT((ndo, "%s", tstr));
309 ND_PRINT((ndo, "%s", tstr));
354 ND_PRINT((ndo, "%s", tstr));
420 ND_PRINT((ndo, "%s", tstr));
[all...]
H A Dprint-openflow.c45 static const char tstr[] = " [|openflow]"; variable
128 ND_PRINT((ndo, "%s", tstr));
H A Dprint-timed.c86 static const char tstr[] = "[|timed]"; variable
146 ND_PRINT((ndo, " %s", tstr));
H A Dprint-igmp.c37 static const char tstr[] = "[|igmp]"; variable
123 ND_PRINT((ndo, "%s", tstr));
145 ND_PRINT((ndo, "%s", tstr));
199 ND_PRINT((ndo, "%s", tstr));
255 ND_PRINT((ndo, "%s", tstr));
339 ND_PRINT((ndo, "%s", tstr));
H A Dprint-aoe.c44 static const char tstr[] = " [|aoe]"; variable
205 ND_PRINT((ndo, "%s", tstr));
254 ND_PRINT((ndo, "%s", tstr));
305 ND_PRINT((ndo, "%s", tstr));
340 ND_PRINT((ndo, "%s", tstr));
398 ND_PRINT((ndo, "%s", tstr));
430 ND_PRINT((ndo, "%s", tstr));
H A Dprint-radius.c65 static const char tstr[] = " [|radius]"; variable
492 ND_PRINT((ndo, "%s", tstr));
515 ND_PRINT((ndo, "%s", tstr));
541 ND_PRINT((ndo, "%s", tstr));
602 ND_PRINT((ndo, "%s", tstr));
725 ND_PRINT((ndo, "%s", tstr));
768 ND_PRINT((ndo, "%s", tstr));
802 ND_PRINT((ndo, "%s", tstr));
880 ND_PRINT((ndo, "%s", tstr));
941 ND_PRINT((ndo, "%s", tstr));
[all...]
H A Dprint-zeromq.c41 static const char tstr[] = " [|zmtp1]"; variable
138 ND_PRINT((ndo, "%s", tstr));
207 ND_PRINT((ndo, "%s", tstr));
H A Dprint-atm.c38 static const char tstr[] = "[|atm]"; variable
171 ND_PRINT((ndo, "%s", tstr));
188 ND_PRINT((ndo, "%s", tstr));
220 ND_PRINT((ndo, "%s", tstr));
267 ND_PRINT((ndo, "%s", tstr));
277 ND_PRINT((ndo, " %s", tstr));
H A Dprint-tftp.c77 static const char tstr[] = " [|tftp]"; variable
183 ND_PRINT((ndo, "%s", tstr));
H A Dprint-pptp.c34 static const char tstr[] = " [|pptp]"; variable
542 ND_PRINT((ndo, "%s", tstr));
573 ND_PRINT((ndo, "%s", tstr));
607 ND_PRINT((ndo, "%s", tstr));
625 ND_PRINT((ndo, "%s", tstr));
640 ND_PRINT((ndo, "%s", tstr));
660 ND_PRINT((ndo, "%s", tstr));
696 ND_PRINT((ndo, "%s", tstr));
727 ND_PRINT((ndo, "%s", tstr));
758 ND_PRINT((ndo, "%s", tstr));
[all...]
H A Dprint-gre.c52 static const char tstr[] = "[|gre]"; variable
91 ND_PRINT((ndo, "%s", tstr));
227 ND_PRINT((ndo, "%s", tstr));
307 ND_PRINT((ndo, "%s", tstr));
H A Dprint-m3ua.c35 static const char tstr[] = " [|m3ua]"; variable
237 ND_PRINT((ndo, "%s", tstr));
285 ND_PRINT((ndo, "%s", tstr));
337 ND_PRINT((ndo, "%s", tstr));
H A Dprint-rip.c37 static const char tstr[] = "[|rip]"; variable
185 ND_PRINT((ndo, " %s", tstr));
192 ND_PRINT((ndo, " %s", tstr));
247 ND_PRINT((ndo, "%s", tstr));
H A Dprint-token.c95 static const char tstr[] = "[|token-ring]"; variable
162 ND_PRINT((ndo, "%s", tstr));
180 ND_PRINT((ndo, "%s", tstr));
186 ND_PRINT((ndo, "%s", tstr));
/freebsd-11.0-release/contrib/bmake/
H A Dvar.c2146 * Pass through the tstr looking for 1) escaped delimiters,
2167 int flags, const char **tstr, int delim, int *vflags,
2190 for (cp = *tstr; *cp && (*cp != delim); cp++) {
2255 *tstr = cp;
2260 *tstr = ++cp;
2487 ApplyModifiers(char *nstr, const char *tstr, argument
2494 * for tstr) */
2507 start = cp = tstr;
2509 while (*tstr && *tstr !
2166 VarGetPattern(GNode *ctxt, Var_Parse_State *vpstate MAKE_ATTR_UNUSED, int flags, const char **tstr, int delim, int *vflags, int *length, VarPattern *pattern) argument
3646 const char *tstr; /* Pointer into str */ local
[all...]
/freebsd-11.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...]
/freebsd-11.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"
722 local file line tstr var
733 add_to_manpath "$tstr"
737 manlocales="$manlocales:$tstr"
741 config_local="$tstr"
746 eval "$var=\"$tstr\""
895 tstr
[all...]
/freebsd-11.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c255 pretty_rdata(char* q, char* cstr, char* tstr, int t, const char* sec, argument
269 else printf(" has %s record", tstr);
282 char tstr[16]; local
285 pretty_type(tstr, 16, t);
333 } else printf(" has no %s record", tstr);
346 cstr, tstr, t, secstatus, result->data[i],
/freebsd-11.0-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-11.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) {

Completed in 202 milliseconds

123