HomeSort by: relevance | last modified time | path
    Searched defs:cat (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/bsd/tmux/dist/compat/
utf8proc.c 26 int cat; local
28 cat = utf8proc_category(wc);
29 if (cat == UTF8PROC_CATEGORY_CO) {
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
Stencil.h 64 template <typename... Ts> Stencil cat(Ts &&... Parts) { function in namespace:clang::transformer
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios_errcat.cc 66 io_error_category cat; member in union:__anon14840::constant_init::__anon14841
68 constexpr constant_init() : cat() { }
81 { return io_category_instance.cat; }
future.cc 71 future_error_category cat; member in union:__anon14838::constant_init::__anon14839
73 constexpr constant_init() : cat() { }
89 { return future_category_instance.cat; }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
future.cc 71 future_error_category cat; member in union:__anon17236::constant_init::__anon17237
73 constexpr constant_init() : cat() { }
89 { return future_category_instance.cat; }
cxx11-ios_failure.cc 79 io_error_category cat; member in union:__anon17227::constant_init::__anon17228
81 constexpr constant_init() : cat() { }
94 { return io_category_instance.cat; }
  /src/share/examples/refuse/ian/libfetch/
common.h 67 const int cat; member in struct:fetcherr
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LdifReader.cpp 233 std::string cat; local
235 getline(m_ldifstream, cat);
236 ldifline += cat;
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
low.c 214 hfsfile *cat = &vol->cat.f; local
288 ext->cat.cdrType = cdrFilRec;
289 /* ext->cat.cdrResrv2 */
290 ext->cat.u.fil.filFlags = 0;
291 ext->cat.u.fil.filTyp = 0;
292 /* ext->cat.u.fil.filUsrWds */
293 ext->cat.u.fil.filFlNum = HFS_CNID_EXT;
294 ext->cat.u.fil.filStBlk = mdb->drXTExtRec[0].xdrStABN;
295 ext->cat.u.fil.filLgLen = mdb->drXTFlSize
369 hfsfile *cat = &vol->cat.f; local
    [all...]
hfs.c 119 vol->cat.map = 0;
120 vol->cat.mapsz = 0;
121 vol->cat.flags = 0;
122 vol->cat.compare = r_comparecatkeys;
211 bt_readhdr(&vol->cat) < 0)
332 vol->ext.f.cat.u.fil.filExtRec[0].xdrStABN = end;
336 end += vol->cat.f.cat.u.fil.filExtRec[0].xdrStABN;
339 vol->cat.f.cat.u.fil.filExtRec[0].xdrStABN = end
460 btree *cat = &vol.cat; local
    [all...]
  /src/usr.bin/compress/
compress.c 76 int bits, cat, ch; local
89 cat = 1;
93 bits = cat = 0;
102 cat = 1;
136 if (cat == 1 && argc > 1)
143 if (cat) {
178 cat ? "/dev/stdout" : *argv, bits);
179 if (cat)
189 cat ? "/dev/stdout" : newname, bits);
190 if (cat)
    [all...]
  /src/external/bsd/fetch/dist/libfetch/
common.h 96 const int cat; member in struct:fetcherr
  /src/usr.bin/mail/
names.c 504 cat(struct name *n1, struct name *n2) function
  /src/external/bsd/file/dist/src/
readcdf.c 275 cdf_catalog_t *cat; local
283 if (cdf_unpack_catalog(h, sst, &cat) == -1)
285 ce = cat->cat_e;
287 for (i = 1; i < cat->cat_num; i++)
290 i == cat->cat_num - 1 ? "]" : ", ") == -1) {
291 free(cat);
294 free(cat);
cdf.c 1194 cdf_catalog_t **cat)
1216 *cat = CAST(cdf_catalog_t *,
1218 if (*cat == NULL)
1220 ce = (*cat)->cat_e;
1256 (*cat)->cat_num = j;
1584 cdf_catalog_t *cat; local
1585 cdf_unpack_catalog(h, sst, &cat);
1586 const cdf_catalog_entry_t *ce = cat->cat_e;
1592 for (i = 0; i < cat->cat_num; i++) {
1598 free(cat);
    [all...]
  /src/external/mit/lua/dist/src/
loslib.c 383 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, local
389 lua_pushstring(L, setlocale(cat[op], l));
  /src/usr.bin/locale/
locale.c 608 kwval_lookup(char *kwname, char **kwval, int *cat, int *isstr)
617 *cat = kwinfo[i].catid;
638 int isstr, cat, tmpval; local
641 if (kwval_lookup(kw, &kwval, &cat, &isstr) == 0) {
650 printf("%s\n", lookup_localecat(cat));
676 lookup_localecat(int cat)
681 if (lcinfo[i].id == cat) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_mpm.c 218 u8 *pos, *cat; local
279 cat = wpabuf_mhead_u8(buf);
432 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) {
  /src/external/gpl2/gettext/lib/libnlspr/
Makefile 38 msgl-cat.c \
89 COPTS.msgl-cat.c = -Wno-stack-protector
  /src/external/gpl2/xcvs/dist/src/
checkout.c 59 "\t-c\t\"cat\" the module database.\n",
111 int cat = 0, err = 0, status = 0; local
201 cat = 1;
209 cat = status = 1;
251 if (cat && argc != 0)
254 if (!cat && argc == 0)
276 if (!cat && !pipeout && !safe_location (where))
290 expand_modules = (!cat && !pipeout
317 if (cat && !status)
351 if (cat)
    [all...]
  /src/usr.bin/man/
man.c 84 int cat; /* -c: do not use a pager */ member in struct:manstate
98 TAG *suffixlist; /* _suffix: for files that can be cat()'d */
118 static void cat(const char *);
160 m.cat = 1;
225 if (!m.cat && !m.how && !m.where) { /* if we need a pager ... */
227 m.cat = 1;
413 * handle the simple display cases first (m.cat, m.how, m.where)
415 if (m.cat) {
419 cat(*ap);
771 * make hard(?) links to the cat'ted man pages for space savings
895 cat(const char *fname) function
    [all...]
  /src/usr.bin/xlint/xlint/
xlint.c 523 cat(const list *srcs, const char *dest) function
811 cat(&lint2.input_files, output_filename);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog.c 615 static int ossl_unused filter_match_event(const char *cat, size_t cat_l,
623 if ((cat != NULL && cat_l != expect_cat_l)
625 || (cat != NULL && memcmp(cat, expect_cat, expect_cat_l))
635 * cat: Category name/length. Not necessarily zero terminated.
641 const char *cat, size_t cat_l,
646 if (filter_match_event(cat, cat_l, event, event_l, \
688 const char *cat, *event; local
718 if (!lex_extract_to(&lex, ':', &cat, &cat_l))
722 if (!validate_name(&cat, &cat_l)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 1617 pgp_memory_t *cat; local
1632 cat = pgp_memory_new();
1635 (out) ? &cat : NULL,
1641 m = MIN(pgp_mem_len(cat), outsize);
1642 (void) memcpy(out, pgp_mem_data(cat), m);
1643 pgp_memory_free(cat);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 1429 cat_t cat; local
1437 cat = g->ncategories++;
1438 cats[c] = cat;
1441 cats[c2] = cat;

Completed in 64 milliseconds

1 2