OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathend
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
glob.c
612
glob2(Char *pathbuf, Char *
pathend
, Char *pathlim, const Char *pattern,
621
_DIAGASSERT(
pathend
!= NULL);
634
*
pathend
= EOS;
641
*
pathend
++ = SEP;
642
*
pathend
= EOS;
646
pathend
[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
650
if (
pathend
>= pathlim)
652
*
pathend
++ = SEP;
653
*
pathend
= EOS;
659
/* Find end of next segment, copy tentatively to
pathend
. *
[
all
...]
/src/usr.sbin/acpitools/acpidump/
acpi.c
3617
ACPI_DMAR_PCI_PATH *path, *
pathend
;
local in function:acpi_handle_dmar_devscope
3634
pathend
= path + pathlen / sizeof(ACPI_DMAR_PCI_PATH);
3635
if (path <
pathend
) {
3642
} while (path <
pathend
);
Completed in 16 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025