Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dragonfly/contrib/tre/lib/
H A Dtre-parse.c205 #define REST(re) (int)(ctx->re_end - (re)), (re) argument
249 const tre_char_t *re = ctx->re; in tre_parse_bracket_items() local
264 for ( ;re < re_end; re++) in tre_parse_bracket_items()
270 if (re == ctx->re) in tre_parse_bracket_items()
318 re += 2; in tre_parse_bracket_items()
352 re++; in tre_parse_bracket_items()
367 re++; in tre_parse_bracket_items()
602 if (re == ctx->re) in tre_parse_bracket_items()
639 ctx->re = re + 1; in tre_parse_bracket_items()
727 && ctx->re[1] == CHAR_COLON && (ctx->re[2] == L'<' || ctx->re[2] == L'>') in tre_parse_bracket()
[all …]
/dragonfly/sys/dev/crypto/safe/
H A Dsafe.c1239 re->re_dst_map, re->re_dst_io, in safe_process()
1269 re->re_dst = re->re_src; in safe_process()
1276 re->re_dst = re->re_src; in safe_process()
1293 re->re_dst_map, re->re_dst_m, in safe_process()
1389 re->re_dst_map, re->re_dst_m, in safe_process()
1485 if ((re->re_dst_m != NULL) && (re->re_src_m != re->re_dst_m)) in safe_process()
1488 if (re->re_dst_map != NULL && re->re_dst_map != re->re_src_map) { in safe_process()
1520 re->re_sa.sa_cmd0, re->re_sa.sa_cmd1); in safe_callback()
1524 if (re->re_dst_map != NULL && re->re_dst_map != re->re_src_map) { in safe_callback()
2005 if ((re->re_dst_m != NULL) && (re->re_src_m != re->re_dst_m)) in safe_free_entry()
[all …]
/dragonfly/lib/libc/locale/
H A Dnextwctype.c47 _RuneEntry *base, *re; in nextwctype_l() local
68 re = base + (lim >> 1); in nextwctype_l()
69 if (re->__min <= wc && wc <= re->__max) in nextwctype_l()
71 else if (wc > re->__max) { in nextwctype_l()
72 base = re + 1; in nextwctype_l()
80 if (re->__min <= wc && wc <= re->__max) { in nextwctype_l()
81 if (re->__types != NULL) { in nextwctype_l()
83 if (re->__types[wc - re->__min] & wct) in nextwctype_l()
89 wc = re->__min; in nextwctype_l()
90 if (re->__types != NULL) { in nextwctype_l()
[all …]
H A Drunetype.c53 _RuneEntry *base, *re; in ___runetype_l() local
61 re = base + (lim >> 1); in ___runetype_l()
62 if (re->__min <= c && c <= re->__max) { in ___runetype_l()
63 if (re->__types) in ___runetype_l()
64 return(re->__types[c - re->__min]); in ___runetype_l()
66 return(re->__map); in ___runetype_l()
67 } else if (c > re->__max) { in ___runetype_l()
68 base = re + 1; in ___runetype_l()
H A Dtolower.c53 _RuneEntry *base, *re; in ___tolower_l() local
61 re = base + (lim >> 1); in ___tolower_l()
62 if (re->__min <= c && c <= re->__max) in ___tolower_l()
63 return (re->__map + c - re->__min); in ___tolower_l()
64 else if (c > re->__max) { in ___tolower_l()
65 base = re + 1; in ___tolower_l()
H A Dtoupper.c53 _RuneEntry *base, *re; in ___toupper_l() local
61 re = base + (lim >> 1); in ___toupper_l()
62 if (re->__min <= c && c <= re->__max) in ___toupper_l()
64 return (re->__map + c - re->__min); in ___toupper_l()
66 else if (c > re->__max) { in ___toupper_l()
67 base = re + 1; in ___toupper_l()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c416 bf = re->m_fifo[re->m_fifo_head]; in ath_edma_recv_proc_queue()
464 re->m_fifo[re->m_fifo_head] = NULL; in ath_edma_recv_proc_queue()
468 INCR(re->m_fifo_head, re->m_fifolen); in ath_edma_recv_proc_queue()
809 if (re->m_fifo[re->m_fifo_tail] != NULL) { in ath_edma_rxfifo_alloc()
815 re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
818 ath_edma_rxbuf_free(sc, re->m_fifo[re->m_fifo_tail]); in ath_edma_rxfifo_alloc()
821 re->m_fifo[re->m_fifo_tail] = NULL; in ath_edma_rxfifo_alloc()
836 re->m_fifo[re->m_fifo_tail] = bf; in ath_edma_rxfifo_alloc()
848 INCR(re->m_fifo_tail, re->m_fifolen); in ath_edma_rxfifo_alloc()
888 re->m_fifo_head = re->m_fifo_tail = re->m_fifo_depth = 0; in ath_edma_rxfifo_flush()
[all …]
/dragonfly/usr.bin/m4/
H A Dgnum4.c260 if (n > (int)re->re_nsub) in add_sub()
311 while ((error = regexec(re, string, re->re_nsub + 1, pm, flags)) == 0) { in do_subst()
340 exit_regerror(error, re); in do_subst()
349 switch(error = regexec(re, string, re->re_nsub + 1, pm, 0)) { in do_regexp()
357 exit_regerror(error, re); in do_regexp()
366 switch(error = regexec(re, string, re->re_nsub + 1, pm, 0)) { in do_regexpindex()
454 regex_t re; in dopatsubst() local
470 do_subst(argv[2], &re, in dopatsubst()
473 regfree(&re); in dopatsubst()
482 regex_t re; in doregexp() local
[all …]
/dragonfly/contrib/tcsh-6/nls/french/
H A Dset33 1 Recule d'un caractère
4 2 Efface le caractère derrière le curseur
10 8 Vi change la casse du caractère sous le curseur et avance d'un caractère
36 34 Avance d'un caractère
74 72 Caractère tty d'interruption
75 73 Caractère tty de sortie
76 74 Caractère tty de suspension
86 84 Vi change la casse du caractère sous le curseur et avance d'un caractère
91 89 Vi va au caractère précédent (retour-arrière)
105 103 Vi remplace le caractère sous le curseur avec le prochain caractère saisi
[all …]
H A Dset49 7 efface un caractère
16 14 insère caractère
18 16 insère du remplissage
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-loop-interchange.cc230 reduction_p re; in ~loop_cand() local
232 free (re); in ~loop_cand()
282 reduction_p re; in find_reduction_by_stmt() local
286 || (stmt == re->producer || stmt == re->consumer)) in find_reduction_by_stmt()
287 return re; in find_reduction_by_stmt()
448 re->init_ref = unshare_expr (re->fini_ref); in classify_simple_reduction()
453 if (re->init_ref && !operand_equal_p (re->init_ref, re->fini_ref, 0)) in classify_simple_reduction()
565 re->var = var; in analyze_iloop_reduction_var()
568 re->phi = phi; in analyze_iloop_reduction_var()
664 re->var = var; in analyze_oloop_reduction_var()
[all …]
/dragonfly/tools/regression/lib/libc-regex/
H A Dtestregex.c659 if (re) in report()
1116 quote(re, -1, test); in extract()
1240 char* re; in main() local
1798 if (re = field[1]) in main()
1800 if (streq(re, "SAME")) in main()
1802 re = ppat; in main()
1808 escape(re); in main()
1809 re = expand(re, patbuf); in main()
1810 strcpy(ppat = pat, re); in main()
1951 p = re + preg.re_npat; in main()
[all …]
/dragonfly/contrib/mpfr/src/
H A Dfrac.c33 mpfr_exp_t re, ue; in mpfr_frac() local
78 re = -cnt; in mpfr_frac()
85 re = sh - GMP_NUMB_BITS; in mpfr_frac()
88 re -= GMP_NUMB_BITS; in mpfr_frac()
92 re -= sh; in mpfr_frac()
124 MPFR_EXP (r) += re; in mpfr_frac()
130 MPFR_EXP (r) = re; in mpfr_frac()
/dragonfly/contrib/grep/src/
H A Dkwsearch.c43 void *re; member
143 kwsearch->re = NULL; in Fcompile()
189 if (! kwsearch->re) in Fexecute()
192 kwsearch->re = GEAcompile (kwsearch->pattern, kwsearch->size, in Fexecute()
195 return EGexecute (kwsearch->re, buf, size, match_size, start_ptr); in Fexecute()
255 if (! kwsearch->re) in Fexecute()
258 kwsearch->re = GEAcompile (kwsearch->pattern, in Fexecute()
264 if (EGexecute (kwsearch->re, beg, end - beg, match_size, NULL) in Fexecute()
/dragonfly/contrib/cvs-1.12/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re) in try() argument
43 regfree (re); in try()
47 if (regcomp (re, pattern, REG_EXTENDED) != 0) in try()
53 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch; in try()
/dragonfly/usr.bin/sed/
H A Dcompile.c161 char re[_POSIX2_LINE_MAX + 1]; in compile_stream() local
324 p = compile_delimited(p, re, 0); in compile_stream()
330 if (*re == '\0') in compile_stream()
331 cmd->u.s->re = NULL; in compile_stream()
333 cmd->u.s->re = compile_re(re, 0); in compile_stream()
339 if (*re == '\0') in compile_stream()
340 cmd->u.s->re = NULL; in compile_stream()
342 cmd->u.s->re = compile_re(re, cmd->u.s->icase); in compile_stream()
600 if (s->re != NULL && in compile_subst()
601 ref > s->re->re_nsub) in compile_subst()
[all …]
/dragonfly/games/adventure/
H A Dglorkz305 2 You're at hill in road.
306 3 You're inside building.
307 4 You're in valley.
308 5 You're in forest.
309 6 You're in forest.
311 8 You're outside grate.
312 9 You're below the grate.
322 24 You're in east pit.
323 25 You're in west pit.
324 33 You're at "Y2".
[all …]
/dragonfly/usr.bin/ee/nls/fr_FR.ISO8859-1/
H A Dee.msg48 38 "^c commande ^k effacer caract�re ^u haut "
53 43 "^h arri�re ^p page pr�c�dente ^z annuler effacement ligne"
58 48 "lire : lire un fichier caract : code ascii d'un caract�re"
84 74 "caract�re = %d"
157 147 "^b arri�re ^j annule eff. caract. ^t d�but du texte "
159 149 "^d efface caract�re ^l annule eff. ligne ^v page suivante "
161 151 "^f caract�re suivant ^n ligne suivante ^x recherche "
162 152 "^g page pr�c�dente ^o ins�re caract. ascii ^y rechercher... "
163 153 "^h efface en arri�re ^p ligne pr�c�dente ^z mot suivant "
166 156 "^u fin du fichier ^a d�but de ligne ^w efface mot ^b arri�re "
[all …]
/dragonfly/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base6 007 "impossible d'obtenir la dernière ligne"
73 079 "Caractère non-imprimable introuvable"
87 094 "La deuxième adresse est plus petite que la première"
127 134 "Le caractère %s ne peut pas être remappé"
142 149 "Pas d'écrans d'arrière-plan à afficher"
177 185 "Caractère correspondant introuvable"
184 192 "Caractère non valide ; guillemet pour saisir"
192 200 "Déjà dans la première colonne"
214 223 "Il n'y a pas d'écran d'arrière-plan"
245 255 "Première marque de ce groupe déjà atteinte"
[all …]
/dragonfly/usr.bin/getent/
H A Dgetent.c450 struct rpcent *re; in rpc() local
457 #define RPCPRINT printfmtstrings(re->r_aliases, " ", " ", \ in rpc()
459 re->r_name, re->r_number) in rpc()
464 while ((re = getrpcent()) != NULL) in rpc()
469 re = getrpcbynumber((int)id); in rpc()
471 re = getrpcbyname(argv[i]); in rpc()
472 if (re != NULL) in rpc()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1986 file->re = 0; in parse_file_info()
1988 } else if (file->re) { in parse_file_info()
2204 file->re = 1; in parse_rockridge()
2776 first_re = re; in next_cache_entry()
2780 re->re = 0; in next_cache_entry()
2789 re)) != NULL) in next_cache_entry()
2958 struct file_info *re; in rede_add_entry() local
2963 re = file->parent; in rede_add_entry()
2964 while (re != NULL && !re->re) in rede_add_entry()
2965 re = re->parent; in rede_add_entry()
[all …]
/dragonfly/contrib/nvi2/ex/
H A Dex_global.c69 regex_t *re; in ex_g_setup() local
125 if (sp->re == NULL) { in ex_g_setup()
132 re_compile(sp, sp->re, sp->re_len, in ex_g_setup()
137 if (re_compile(sp, ptrn, t - ptrn, &sp->re, in ex_g_setup()
147 re = &sp->re_c; in ex_g_setup()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dconfigterms.texi36 build a cross compiler that produces code for the machine you're
47 In the case of target libraries, the machine you're building for is the
49 you're building on (no change there), host is the machine you're
51 the target you specified), and target doesn't apply (because you're not
52 building a compiler, you're building libraries). The configure/make
/dragonfly/contrib/nvi2/common/
H A Dscreen.c76 if (orig->re != NULL && (sp->re = in screen_init()
77 v_wstrdup(sp, orig->re, orig->re_len)) == NULL) in screen_init()
171 free(sp->re); in screen_end()
/dragonfly/contrib/libarchive/tar/
H A Dsubst.c49 regex_t re; member
107 if ((r = regcomp(&rule->re, pattern, REG_BASIC)) != 0) { in add_substitution()
109 regerror(r, &rule->re, buf, sizeof(buf)); in add_substitution()
241 if (regexec(&rule->re, name, 10, matches, 0)) in apply_substitution()
278 if ((size_t)(c - '0') > (size_t)(rule->re.re_nsub)) { in apply_substitution()

12345678910>>...14