HomeSort by: relevance | last modified time | path
    Searched refs:TAG (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/man/
manconf.h 41 /* TAG: top-level structure (one per section/reserved word) */
48 } TAG;
50 /* ENTRY: each TAG has one or more ENTRY strings linked off of it */
58 int addentry(TAG *, const char *, int);
60 TAG *gettag(const char *, int);
manconf.c 102 TAG *tp;
217 * if (!create) return tag for given name if it exists, or NULL otherwise
219 * if (create) return tag for given name if it exists, try and create
220 * a new tag if it does not exist. return NULL if unable to create new
221 * tag.
223 TAG *
226 TAG *tp;
254 addentry(TAG *tp, const char *newent, int ishead)
man.c 96 TAG *defaultpath; /* _default: default MANPATH */
97 TAG *subdirs; /* _subdir: default subdir search list */
98 TAG *suffixlist; /* _suffix: for files that can be cat()'d */
99 TAG *buildlist; /* _build: for files that must be built */
102 TAG *intmp; /* _intmp: tmp files we must cleanup */
103 TAG *missinglist; /* _missing: pages we couldn't find */
104 TAG *mymanpath; /* _new_path: final version of MANPATH */
105 TAG *section; /* <sec>: tag for m.sectionname */
991 TAG *intmpp, *missp
    [all...]
  /src/sys/uvm/
uvm.h 179 #define UVM_PAGE_OWN(PG, TAG) uvm_page_own(PG, TAG)
181 #define UVM_PAGE_OWN(PG, TAG) /* nothing */
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_enum.c 16 enum __attribute__(()) __attribute__((__deprecated__)) tag;
44 enum tag { enum
45 TAG
  /src/usr.bin/make/unit-tests/
varcmd.mk 23 TAG= ${.TARGETS}
25 TAG?= default
30 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>"
68 @echo '${TAG} v=${V} k=${K}'
  /src/sys/external/bsd/drm2/include/linux/
kfifo.h 49 #define _KFIFO_PTR_TYPE(TAG, TYPE) \
50 struct TAG { \
55 #define _KFIFO_TYPE(TAG, TYPE, N) \
56 struct TAG { \
  /src/usr.sbin/catman/
catman.c 65 TAG *defp; /* pointer to _default list */
138 TAG *defnewp, *sectnewp, *subp;
259 TAG *defnewp;
341 TAG *buildp, *crunchp;
551 TAG *tp;
597 TAG *whatdbp;
  /src/usr.bin/apropos/
apropos.c 77 TAG *tp;
  /src/usr.bin/whatis/
whatis.c 74 TAG *tp;
  /src/usr.sbin/fwctl/
fwcontrol.c 677 isoreq.tag = (ich >> 6) & 3;
1050 #define TAG (1<<6)
1054 recvfn = detect_recv_fn(fd, TAG | CHANNEL);
1064 (*recvfn)(fd, recv_data, TAG | CHANNEL, -1);
1072 dvsend(fd, send_data, TAG | CHANNEL, -1);
  /src/tests/net/if_vlan/
t_vlan.sh 391 for TAG in $(( ${RANDOM:-0} % 4092 + 2 )) \
395 $config_and_ping "${TAG}"
400 for TAG in 0 4095 4096 $((4096*4 + 1)) 65536 65537 $((65536 + 4095))
403 rump.ifconfig vlan0 vlan "${TAG}" vlanif shmif0
  /src/dist/pf/sbin/pfctl/
parse.y 204 char *tag;
425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
452 %type <v.string> label string tag anchorname
749 yyerror("tag too long, max %u chars",
1701 if ($9.tag)
1702 if (strlcpy(r.tagname, $9.tag,
1704 yyerror("tag too long, max %u chars",
1711 yyerror("tag too long, max %u chars",
2132 | TAG string {
2133 filter_opts.tag = $2
3832 tag : \/* empty *\/ { $$ = NULL; } label
    [all...]
  /src/libexec/makewhatis/
makewhatis.c 131 TAG *tp;
  /src/usr.sbin/makemandb/
apropos-utils.c 318 TAG *tp;
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 463 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
465 # Extract the dictionary values for VARNAME (optionally with TAG) and
496 # _LT_LIBTOOL_TAG_VARS(TAG)
707 # _LT_CONFIG(TAG)
709 # If TAG is the built-in tag, create an initial libtool script with a
711 # to config.status for appending the configuration named by TAG from the
792 # ### BEGIN LIBTOOL TAG CONFIG: $1
794 # ### END LIBTOOL TAG CONFIG: $1
807 # LT_SUPPORTED_TAG(TAG)
    [all...]
  /src/tools/compat/
configure 8598 Usage: $0 [OPTION]... [TAG]...
9067 :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;

Completed in 25 milliseconds