Symbol: cat
distrib/special/libstubs/setlocale.c
7
setlocale(int cat, const char *locale)
lib/libc/nls/catopen.c
217
struct _nls_cat_hdr *cat;
lib/libc/nls/catopen.c
224
cat = (struct _nls_cat_hdr *) catd->__data;
lib/libc/nls/catopen.c
226
hdr_offset = ntohl(cat->__msg_hdr_offset);
lib/libc/nls/catopen.c
227
nsets = ntohl(cat->__nsets);
lib/libc/nls/catopen.c
228
txt_offset = ntohl(cat->__msg_txt_offset);
lib/libc/nls/catopen.c
234
remain -= sizeof (*cat);
lib/libc/nls/catopen.c
237
if (remain <= hdr_offset || remain <= ntohl(cat->__msg_txt_offset) ||
lib/libc/nls/catopen.c
241
set = (struct _nls_set_hdr *) ((char *) catd->__data + sizeof (*cat));
lib/libc/nls/catopen.c
247
msg = (struct _nls_msg_hdr *) ((char *) catd->__data + sizeof (*cat)
lib/libc/nls/catopen.c
277
memchr((char *) catd->__data + sizeof(*cat) + txt_offset + off,
sbin/unwind/libunbound/services/listen_dnsport.c
2922
frame->headers.cat != NGHTTP2_HCAT_REQUEST) {
sbin/unwind/libunbound/services/listen_dnsport.c
3050
frame->headers.cat != NGHTTP2_HCAT_REQUEST) {
sys/dev/pci/drm/include/drm/drm_print.h
562
#define drm_dev_dbg(dev, cat, fmt, ...) \
sys/dev/pci/drm/include/drm/drm_print.h
563
__drm_dev_dbg(NULL, dev, cat, fmt, ##__VA_ARGS__)
sys/dev/pci/drm/include/drm/drm_print.h
565
#define drm_dev_dbg(dev, cat, fmt, ...) \
sys/dev/pci/drm/include/drm/drm_print.h
566
_dynamic_func_call_cls(cat, fmt, __drm_dev_dbg, \
sys/dev/pci/drm/include/drm/drm_print.h
567
dev, cat, fmt, ##__VA_ARGS__)
sys/dev/pci/drm/include/drm/drm_print.h
681
#define __drm_dbg(cat, fmt, ...) __drm_dev_dbg(NULL, NULL, cat, fmt, ##__VA_ARGS__)
sys/dev/pci/drm/include/drm/drm_print.h
683
#define __drm_dbg(cat, fmt, ...) \
sys/dev/pci/drm/include/drm/drm_print.h
684
_dynamic_func_call_cls(cat, fmt, __drm_dev_dbg, \
sys/dev/pci/drm/include/drm/drm_print.h
685
NULL, cat, fmt, ##__VA_ARGS__)
sys/dev/pcmcia/if_xe.c
100
#define DPRINTF(cat, x) if (xedebug & (cat)) printf x
sys/dev/pcmcia/if_xe.c
103
#define DPRINTF(cat, x) (void)0
usr.bin/awk/proto.h
180
extern Cell *cat(Node **, int);
usr.bin/compress/main.c
361
if ((cat && argc) + testmode + oflag > 1)
usr.bin/compress/main.c
374
cat = cflag;
usr.bin/compress/main.c
381
cat = 1;
usr.bin/compress/main.c
422
cat)) {
usr.bin/compress/main.c
424
infile, cat ? "" : ": unchanged");
usr.bin/compress/main.c
439
if (cat)
usr.bin/compress/main.c
472
if (!cat && !pipin && !testmode && !kflag) {
usr.bin/compress/main.c
519
if (cat) {
usr.bin/compress/main.c
55
static int cat, decomp, kflag, pipin, force, verbose, testmode, list, recurse;
usr.bin/compress/main.c
628
if (!force && !cat && (info.hlen >= info.total_in ||
usr.bin/compress/main.c
663
if (force && cat) {
usr.bin/compress/main.c
703
if (storename && (!cat || list) && oldname[0] != '\0') {
usr.bin/compress/main.c
746
cat ? "ignoring the rest" : "unchanged");
usr.bin/compress/main.c
748
error = cat ? WARNING : FAILURE;
usr.bin/compress/main.c
757
if (storename && !cat) {
usr.bin/compress/main.c
795
if (name == NULL || cat || testmode)
usr.bin/mail/cmd3.c
220
np = cat(np, extract(rcv, GTO));
usr.bin/mail/cmd3.c
612
head.h_to = cat(head.h_to, extract(cp, GTO));
usr.bin/mail/collect.c
217
hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
usr.bin/mail/collect.c
232
hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
usr.bin/mail/collect.c
238
hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
usr.bin/mail/extern.h
37
struct name *cat(struct name *, struct name *);
usr.bin/mail/main.c
211
cc = cat(cc, nalloc(optarg, GCC));
usr.bin/mail/main.c
217
bcc = cat(bcc, nalloc(optarg, GBCC));
usr.bin/mail/main.c
239
to = cat(to, nalloc(argv[i], GTO));
usr.bin/mail/send.c
350
to = usermap(cat(hp->h_bcc, cat(hp->h_to, hp->h_cc)));
usr.bin/mail/send.c
451
cat(hp->h_to, nalloc(np->n_name, np->n_type));
usr.bin/mail/send.c
454
cat(hp->h_cc, nalloc(np->n_name, np->n_type));
usr.bin/mail/send.c
457
cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
usr.sbin/unbound/services/listen_dnsport.c
2922
frame->headers.cat != NGHTTP2_HCAT_REQUEST) {
usr.sbin/unbound/services/listen_dnsport.c
3050
frame->headers.cat != NGHTTP2_HCAT_REQUEST) {
usr.sbin/unbound/testcode/dohclient.c
386
frame->headers.cat == NGHTTP2_HCAT_RESPONSE) {