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

1234

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-vxlan.c29 static const char tstr[] = " [|VXLAN]"; variable
73 ND_PRINT((ndo, "%s", tstr));
H A Dprint-syslog.c28 static const char tstr[] = "[|syslog]"; variable
105 ND_PRINT((ndo, "%s", tstr));
110 ND_PRINT((ndo, "%s", tstr));
145 ND_PRINT((ndo, "%s", tstr));
H A Dprint-usb.c36 static const char tstr[] = "[|usb]"; variable
142 ND_PRINT((ndo, "%s", tstr));
165 ND_PRINT((ndo, "%s", tstr));
H A Dprint-loopback.c46 static const char tstr[] = " [|loopback]"; variable
105 ND_PRINT((ndo, "%s", tstr));
134 ND_PRINT((ndo, "%s", tstr));
H A Dprint-ipnet.c12 static const char tstr[] = "[|ipnet]"; variable
61 ND_PRINT((ndo, " %s", tstr));
102 ND_PRINT((ndo, " %s", tstr));
H A Dprint-pflog.c42 static const char tstr[] = "[|pflog]"; variable
123 ND_PRINT((ndo, "%s", tstr));
136 ND_PRINT((ndo, "%s", tstr));
180 ND_PRINT((ndo, "%s", tstr));
H A Dprint-dtp.c30 static const char tstr[] = " [|dtp]"; variable
120 ND_PRINT((ndo, "%s", tstr));
H A Dprint-vxlan-gpe.c37 static const char tstr[] = " [|VXLAN-GPE]"; variable
111 ND_PRINT((ndo, "%s", tstr));
H A Dprint-krb.c35 static const char tstr[] = " [|kerberos]"; variable
141 ND_PRINT((ndo, "%s", tstr));
163 ND_PRINT((ndo, "%s", tstr));
222 ND_PRINT((ndo, "%s", tstr));
234 ND_PRINT((ndo, "%s", tstr));
H A Dprint-ahcp.c42 static const char tstr[] = " [|ahcp]"; variable
124 ND_PRINT((ndo, "%s", tstr));
142 ND_PRINT((ndo, "%s", tstr));
166 ND_PRINT((ndo, "%s", tstr));
190 ND_PRINT((ndo, "%s", tstr));
214 ND_PRINT((ndo, "%s", tstr));
238 ND_PRINT((ndo, "%s", tstr));
299 ND_PRINT((ndo, "%s", tstr));
344 ND_PRINT((ndo, "%s", tstr));
410 ND_PRINT((ndo, "%s", tstr));
[all...]
H A Dprint-wb.c34 static const char tstr[] = "[|wb]"; variable
321 ND_PRINT((ndo, "%s", tstr));
405 ND_PRINT((ndo, "%s", tstr));
421 ND_PRINT((ndo, "%s", tstr));
427 ND_PRINT((ndo, "%s", tstr));
433 ND_PRINT((ndo, "%s", tstr));
439 ND_PRINT((ndo, "%s", tstr));
445 ND_PRINT((ndo, "%s", tstr));
451 ND_PRINT((ndo, "%s", tstr));
H A Dprint-udld.c31 static const char tstr[] = " [|udld]"; variable
190 ND_PRINT((ndo, "%s", tstr));
H A Dprint-timed.c89 static const char tstr[] = "[|timed]"; variable
149 ND_PRINT((ndo, " %s", tstr));
H A Dprint-openflow.c46 static const char tstr[] = " [|openflow]"; variable
128 ND_PRINT((ndo, "%s", tstr));
H A Dprint-igmp.c38 static const char tstr[] = "[|igmp]"; variable
124 ND_PRINT((ndo, "%s", tstr));
146 ND_PRINT((ndo, "%s", tstr));
200 ND_PRINT((ndo, "%s", tstr));
256 ND_PRINT((ndo, "%s", tstr));
340 ND_PRINT((ndo, "%s", tstr));
H A Dprint-aoe.c43 static const char tstr[] = " [|aoe]"; variable
203 ND_PRINT((ndo, "%s", tstr));
252 ND_PRINT((ndo, "%s", tstr));
303 ND_PRINT((ndo, "%s", tstr));
339 ND_PRINT((ndo, "%s", tstr));
398 ND_PRINT((ndo, "%s", tstr));
430 ND_PRINT((ndo, "%s", tstr));
H A Dprint-sl.c50 static const char tstr[] = "[|slip]"; variable
67 ND_PRINT((ndo, "%s", tstr));
78 ND_PRINT((ndo, "%s", tstr));
83 ND_PRINT((ndo, "%s", tstr));
110 ND_PRINT((ndo, "%s", tstr));
H A Dprint-zeromq.c39 static const char tstr[] = " [|zmtp1]"; variable
139 ND_PRINT((ndo, "%s", tstr));
208 ND_PRINT((ndo, "%s", tstr));
H A Dprint-nsh.c37 static const char tstr[] = " [|NSH]"; variable
183 ND_PRINT((ndo, "%s", tstr));
H A Dprint-tftp.c61 static const char tstr[] = " [|tftp]"; variable
201 ND_PRINT((ndo, "%s", tstr));
H A Dprint-pptp.c35 static const char tstr[] = " [|pptp]"; variable
543 ND_PRINT((ndo, "%s", tstr));
574 ND_PRINT((ndo, "%s", tstr));
608 ND_PRINT((ndo, "%s", tstr));
626 ND_PRINT((ndo, "%s", tstr));
641 ND_PRINT((ndo, "%s", tstr));
661 ND_PRINT((ndo, "%s", tstr));
697 ND_PRINT((ndo, "%s", tstr));
728 ND_PRINT((ndo, "%s", tstr));
759 ND_PRINT((ndo, "%s", tstr));
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dvar.c2192 * Pass through the tstr looking for 1) escaped delimiters,
2213 int flags, const char **tstr, int delim, int *vflags,
2236 for (cp = *tstr; *cp && (*cp != delim); cp++) {
2301 *tstr = cp;
2306 *tstr = ++cp;
2536 ApplyModifiers(char *nstr, const char *tstr, argument
2543 * for tstr) */
2558 start = cp = tstr;
2560 while (*tstr && *tstr !
2212 VarGetPattern(GNode *ctxt, Var_Parse_State *vpstate MAKE_ATTR_UNUSED, int flags, const char **tstr, int delim, int *vflags, int *length, VarPattern *pattern) argument
3745 const char *tstr; /* Pointer into str */ local
[all...]
/freebsd-11-stable/contrib/tcsh/
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 in typeref:struct:termcapstr
191 xfree((ptr_t)(intptr_t)tstr[i].long_name);
197 tstr[T_al].name = "al";
198 tstr[T_al].long_name = CSAVS(4, 1, "add new blank line");
200 tstr[T_bl].name = "bl";
201 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell");
203 tstr[T_c
[all...]
/freebsd-11-stable/usr.sbin/trim/
H A Dtrim.c156 char *tstr; local
160 if (asprintf(&tstr, "%s%s", _PATH_DEV, path) < 0)
162 fd = open(tstr, flags);
163 free(tstr);
/freebsd-11-stable/usr.bin/man/
H A Dman.sh276 local IFS line tstr
289 decho "$manpage includes $tstr"
291 if ! check_man "$path/$tstr*" ""; then
292 decho " Unable to find $tstr"
746 local file line tstr var
757 add_to_manpath "$tstr"
761 manlocales="$manlocales:$tstr"
765 config_local="$tstr"
770 eval "$var=\"$tstr\""
921 tstr
[all...]

Completed in 283 milliseconds

1234