Home
last modified time | relevance | path

Searched refs:last_match (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_lockf.c304 struct lockf_range *last_match; in lf_setlock() local
329 last_match = NULL; in lf_setlock()
366 last_match = range; in lf_setlock()
488 if (first_match == last_match && last_match->lf_end > end) in lf_setlock()
490 } else if (type == F_UNLCK && last_match->lf_end <= end) { in lf_setlock()
513 !lf_match(last_match, type, flags) in lf_setlock()
551 KKASSERT(first_match == last_match); in lf_setlock()
552 last_match = new_range2; in lf_setlock()
554 lf_create_range(last_match, first_match->lf_owner, in lf_setlock()
563 lf_insert(&lock->lf_range, last_match, first_match); in lf_setlock()
[all …]
/dflybsd-src/usr.bin/m4/
H A Dgnum4.c309 const char *last_match = NULL; in do_subst() local
324 string + pm[0].rm_so == last_match) { in do_subst()
334 last_match = string + pm[0].rm_so; in do_subst()
/dflybsd-src/contrib/tcsh-6/
H A Dsh.set.c249 int last_match = 0; in doset() local
264 if (*v && eq(*v, STRmf) && !last_match) { in doset()
270 last_match = 1; in doset()
320 else if (last_match) in doset()
H A Dsh.dol.c855 ptrdiff_t last_match = 0; in setDolp() local
880 dp = Strstr(dp + last_match, lhsub); in setDolp()
888 last_match = diff + rhlen; in setDolp()
/dflybsd-src/contrib/file/src/
H A Dfile.h435 int last_match; member
H A Dsoftmagic.c363 if (ms->c.li[cont_level].last_match == 1) in match()
393 ms->c.li[cont_level].last_match = 0; in match()
398 ms->c.li[cont_level].last_match = 1; in match()
H A Dfuncs.c623 ms->c.li[level].last_match = 0; in file_check_mem()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c273 static int last_match = 0; in matches_main_base() local
279 last_match = (length == main_input_baselength in matches_main_base()
282 return last_match; in matches_main_base()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c344 static int last_match = 0; in matches_main_base() local
350 last_match = (length == main_input_baselength in matches_main_base()
353 return last_match; in matches_main_base()