Searched refs:taglist (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/less/
H A Dtags.c62 struct taglist { struct
66 #define TAG_END ((struct tag *) &taglist)
67 static struct taglist taglist = { TAG_END, TAG_END }; variable in typeref:struct:taglist
79 (tp)->prev = taglist.tl_last; \
80 taglist.tl_last->next = (tp); \
81 taglist.tl_last = (tp);
100 while ((tp = taglist.tl_first) != TAG_END)
371 curtag = taglist.tl_first;
592 tp = taglist
[all...]
/freebsd-11.0-release/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c180 ctx->scratch->int1 = strlen(addrs->taglist) + 1;
184 strlcpy(ctx->scratch->ptr1, addrs->taglist,
186 memcpy(addrs->taglist, val->v.octetstring.octets,
188 addrs->taglist[val->v.octetstring.len] = '\0';
225 strlen(addrs->taglist) == 0 ||
278 strlcpy(addrs->taglist, ctx->scratch->ptr1,
322 return (string_get(val, addrs->taglist, -1));
555 ctx->scratch->int1 = strlen(notify->taglist) + 1;
559 strlcpy(ctx->scratch->ptr1, notify->taglist,
561 memcpy(notify->taglist, va
[all...]
/freebsd-11.0-release/contrib/bsnmp/snmpd/
H A Dtrap.c583 if (n->status != RowStatus_active || n->taglist[0] == '\0')
587 if ((tag = strstr(ta->taglist, n->taglist)) != NULL &&
588 (tag[strlen(n->taglist)] == ' ' ||
589 tag[strlen(n->taglist)] == '\0' ||
590 tag[strlen(n->taglist)] == '\t' ||
591 tag[strlen(n->taglist)] == '\r' ||
592 tag[strlen(n->taglist)] == '\n') &&
H A Dsnmpmod.h481 char taglist[SNMP_TAG_SIZ]; member in struct:target_address
506 char taglist[SNMP_TAG_SIZ]; member in struct:target_notify
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-alias.c227 VEC (tree, heap) *taglist = NULL;
233 VEC_safe_push (tree, heap, taglist, tag);
236 /* We sort the taglist by DECL_UID, for two reasons.
245 qsort (VEC_address (tree, taglist),
246 VEC_length (tree, taglist),
264 for (k = 0; VEC_iterate (tree, taglist, k, tag); k++)
305 VEC_free (tree, heap, taglist);
/freebsd-11.0-release/contrib/gdb/
H A Dltmain.sh110 taglist=
144 taglist="$taglist $tagname"
148 taglist="$taglist $tagname"
181 for tagname in $taglist; do
4305 for tag in $taglist; do
/freebsd-11.0-release/contrib/ofed/libibcm/config/
H A Dltmain.sh431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
/freebsd-11.0-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh431 taglist="$taglist $tagname"
468 for tagname in $taglist; do
/freebsd-11.0-release/contrib/binutils/
H A Dltmain.sh562 for tagname in $taglist; do
590 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
614 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/sqlite3/
H A Dltmain.sh2145 for tagname in $taglist; do
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2201 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/openbsm/config/
H A Dltmain.sh911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/openpam/
H A Dltmain.sh911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/unbound/
H A Dltmain.sh2145 for tagname in $taglist; do
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2201 taglist="$taglist $tagname"
/freebsd-11.0-release/crypto/heimdal/
H A Dltmain.sh915 for tagname in $taglist; do
943 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
967 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/ldns/
H A Dltmain.sh911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/file/
H A Dltmain.sh912 for tagname in $taglist; do
940 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
964 taglist="$taglist $tagname"
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2145 for tagname in $taglist; do
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2201 taglist="$taglist $tagname"

Completed in 512 milliseconds