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

1 2

  /src/sys/arch/sun2/include/
leds.h 37 u_char pat[256]; /* the patters... */ member in struct:led_patterns
  /src/sys/arch/sun3/include/
leds.h 37 u_char pat[256]; /* the patters... */ member in struct:led_patterns
  /src/sys/arch/vax/include/
leds.h 37 u_char pat[256]; /* the patters... */ member in struct:led_patterns
  /src/sys/external/bsd/gnu-efi/dist/apps/
t3.c 15 UINTN pat = PoolAllocationType; local in function:efi_main
24 pat);
  /src/include/
bm.h 43 unsigned char *pat; /* pattern */ member in struct:__anon7d6fb5a50108
  /src/sys/dev/nvmm/x86/
nvmm_x86.c 42 #include <x86/pat.h>
442 uint8_t *pat = (uint8_t *)&val; local in function:nvmm_x86_pat_validate
446 if (__predict_false(pat[i] & ~__BITS(2,0)))
448 if (__predict_false(pat[i] == 2 || pat[i] == 3))
  /src/lib/libc/string/
bm.c 109 bm_pat *pat; local in function:bm_comp
118 if ((pat = malloc(sizeof(*pat))) == NULL)
120 pat->pat = NULL;
121 pat->delta = NULL;
123 pat->patlen = len; /* copy pattern */
124 if ((pat->pat = malloc(pat->patlen)) == NULL
    [all...]
  /src/usr.bin/ctags/
ctags.h 61 *pat; /* search pattern */ member in struct:nd_st
  /src/bin/ed/
glbl.c 50 pattern_t *pat; local in function:build_active_list
59 } else if ((pat = get_compiled_pattern()) == NULL)
70 if ((!regexec(pat, s, 0, NULL, 0)) == isgcmd &&
main.c 455 #define SGR 004 /* use last regex instead of last pat */
467 static pattern_t *pat = NULL; local in function:exec_command
729 if (sflags && !pat) {
738 tpat = pat;
744 } else if (tpat != pat) {
745 if (pat) {
746 regfree(pat);
747 free(pat);
749 pat = tpat;
782 if (search_and_replace(pat, sgflag, sgnum) < 0
    [all...]
  /src/sys/arch/hpc/hpc/
debug_subr.c 422 uint16_t pat; local in function:__dbg_lcd_test16
429 pat = __color_tab16[0];
431 *fb++ = pat;
442 pat = __color_tab16[i];
444 *fb++ = pat;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.c 645 * bits. When using advanced contexts each context stores its own PAT, but
650 u64 pat; local in function:bdw_setup_private_ppat
652 pat = GEN8_PPAT(0, GEN8_PPAT_WB | GEN8_PPAT_LLC) | /* for normal objects, no eLLC */
661 intel_uncore_write(uncore, GEN8_PRIVATE_PAT_LO, lower_32_bits(pat));
662 intel_uncore_write(uncore, GEN8_PRIVATE_PAT_HI, upper_32_bits(pat));
667 u64 pat; local in function:chv_setup_private_ppat
684 * Which means we must set the snoop bit in PAT entry 0
688 pat = GEN8_PPAT(0, CHV_PPAT_SNOOP) |
697 intel_uncore_write(uncore, GEN8_PRIVATE_PAT_LO, lower_32_bits(pat));
698 intel_uncore_write(uncore, GEN8_PRIVATE_PAT_HI, upper_32_bits(pat));
    [all...]
  /src/usr.bin/grep/
grep.h 98 char *pat; member in struct:epat
  /src/usr.bin/m4/
gnum4.c 254 exit_regerror(int er, const char *pat, regex_t *re)
263 m4errx(1, "regular expression error: %s for: `%s'", errbuf, pat);
321 do_subst(const char *pat, const char *string, regex_t *re, const char *replace,
360 exit_regerror(error, pat, re);
365 do_regexp(const char *pat, const char *string, regex_t *re, const char *replace,
378 exit_regerror(error, pat, re);
383 do_regexpindex(const char *pat, const char *string, regex_t *re, regmatch_t *pm)
395 exit_regerror(error, pat, re);
495 const char *pat; local in function:dopatsubst
507 pat = mimic_gnu ? twiddle(argv[3]) : argv[3]
527 const char *pat; local in function:doregexp
    [all...]
  /src/usr.bin/error/
touch.c 479 const char *pat; local in function:oktotouch
482 pat = suffixlist;
483 if (pat == 0)
485 if (*pat == '*')
487 while (*pat++ != '.')
489 --pat; /* point to the period */
497 for (src++, pat++, osrc = src;
498 *src != '\0' && *pat != '\0'; src = osrc, pat++) {
500 && *pat != '\0' /* not off end of pattern *
    [all...]
  /src/bin/sh/
histedit.c 615 char * volatile pat = NULL; /* ksh "fc old=new" crap */ local in function:histcmd
734 pat = argv[0];
738 " (%d args)\n", pat, repl, argc));
843 const char *s = pat ?
844 fc_replace(he.str, pat, repl) : he.str;
  /src/bin/pax/
pax.h 116 PATTERN *pat; /* ptr to pattern match (if any) */ member in struct:__anon7bda4eac0108
  /src/bin/ksh/
history.c 143 char *pat = (char *) 0, *rep = (char *) 0; local in function:c_fc
152 pat = str_save(*wp, ATEMP);
153 p = pat + (p - *wp);
170 return hist_replace(hp, pat, rep, gflag);
338 hist_replace(hp, pat, rep, globalv)
340 const char *pat;
346 if (!pat)
350 int pat_len = strlen(pat);
358 for (s = *hp; (s1 = strstr(s, pat))
edit.c 625 char *pat; local in function:x_command_glob
637 pat = evalstr(toglob, DOPAT|DOTILDE);
642 glob_table(pat, &w, &keywords);
643 glob_table(pat, &w, &aliases);
644 glob_table(pat, &w, &builtins);
646 glob_table(pat, &w, &l->funs);
648 glob_path(flags, pat, &w, path);
650 glob_path(flags, pat, &w, fpath);
933 glob_table(pat, wp, tp)
934 const char *pat;
    [all...]
emacs.c 133 static int x_search ARGS((char *pat, int sameline, int offset));
134 static int x_match ARGS((char *str, char *pat));
917 char pat [256+1]; /* pattern buffer */ local in function:x_search_hist
918 char *p = pat;
925 x_e_puts(pat);
934 offset = x_search(pat, 0, offset);
936 if (p == pat) {
940 if (p > pat)
942 if (p == pat)
945 offset = x_search(pat, 1, offset)
    [all...]
  /src/games/fortune/fortune/
fortune.c 302 char *pat = NULL; local in function:getargs
349 pat = optarg;
374 if (pat != NULL) {
375 re_setup(&Re_pat, pat, ignore_case);
376 rot13(pat, 0);
377 re_setup(&Re_pat13, pat, ignore_case);
  /src/sys/arch/amiga/dev/
grf_rh.c 253 unsigned long pat = 8 * PAT_MEM_OFF; local in function:RZ3AlphaCopy
262 pat += 8 * 2;
268 pat += 8 * 4;
274 M2I(pat);
275 *(acm + ACM_PATTERN/4) = pat;
327 unsigned long pat = 8 * PAT_MEM_OFF; local in function:RZ3BitBlit
338 pat += 8 * 2;
344 pat += 8 * 4;
351 M2I(pat);
352 *(acm + ACM_PATTERN/4) = pat;
405 unsigned long pat = 8 * PAT_MEM_OFF; local in function:RZ3BitBlit16
486 unsigned long pat = 8 * PAT_MEM_OFF; local in function:RZ3BitBlit24
    [all...]
  /src/sbin/ping/
ping.c 1877 int pat[16]; local in function:fill
1892 &pat[0], &pat[1], &pat[2], &pat[3],
1893 &pat[4], &pat[5], &pat[6], &pat[7],
1894 &pat[8], &pat[9], &pat[10], &pat[11]
    [all...]
  /src/sys/kern/
subr_pool.c 3203 uint8_t *cp, pat; local in function:pool_redzone_fill
3213 pat = pool_pattern_generate(cp);
3214 *cp = (pat == '\0') ? STATIC_BYTE: pat;
3233 uint8_t *cp, pat, expected; local in function:pool_redzone_check
3239 pat = pool_pattern_generate(cp);
3240 expected = (pat == '\0') ? STATIC_BYTE: pat;
  /src/sbin/ping6/
ping6.c 2410 int pat[16]; local in function:fill
2418 &pat[0], &pat[1], &pat[2], &pat[3], &pat[4], &pat[5], &pat[6],
2419 &pat[7], &pat[8], &pat[9], &pat[10], &pat[11], &pat[12]
    [all...]

Completed in 27 milliseconds

1 2