Home
last modified time | relevance | path

Searched refs:psl (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/usr.bin/sed/
HDprocess.c65 #define psl PS.len macro
91 fwrite(ps, 1, psl, outfile); \
137 psl = 0; in process()
147 if (psl == 0 || in process()
148 (p = memchr(ps, '\n', psl)) == NULL) { in process()
152 psl -= (p + 1) - ps; in process()
153 memmove(ps, p + 1, psl); in process()
164 cspace(&HS, ps, psl, REPLACE); in process()
168 cspace(&HS, ps, psl, APPEND); in process()
174 lputs(ps, psl); in process()
[all …]
/freebsd-14-stable/contrib/file/magic/Magdir/
HDpsl3 # $File: psl,v 1.3 2019/04/19 00:42:27 christos Exp $
4 # psl: file(1) magic for Public Suffix List representations
/freebsd-14-stable/sbin/rcorder/
HDrcorder.c1072 filenode **seqlist, **psl; in generate_ordering() local
1102 for (psl = seqlist; *psl; psl++) { in generate_ordering()
1105 (do_parallel != true || last_seq != (*psl)->sequence) ? in generate_ordering()
1107 (*psl)->filename); in generate_ordering()
1108 last_seq = (*psl)->sequence; in generate_ordering()
1109 free((*psl)->filename); in generate_ordering()
1110 free(*psl); in generate_ordering()
/freebsd-14-stable/sys/dev/acpica/
HDacpi_thermal.c80 ACPI_BUFFER psl; member
396 if (sc->tz_zone.psl.Pointer != NULL) in acpi_tz_establish()
397 AcpiOsFree(sc->tz_zone.psl.Pointer); in acpi_tz_establish()
405 bzero(&sc->tz_zone.psl, sizeof(sc->tz_zone.psl)); in acpi_tz_establish()
428 sc->tz_zone.psl.Length = ACPI_ALLOCATE_BUFFER; in acpi_tz_establish()
429 sc->tz_zone.psl.Pointer = NULL; in acpi_tz_establish()
430 AcpiEvaluateObject(sc->tz_handle, "_PSL", NULL, &sc->tz_zone.psl); in acpi_tz_establish()
/freebsd-14-stable/share/examples/indent/
HDindent.pro42 -psl
/freebsd-14-stable/usr.bin/sed/tests/
HDregress.sh8 REGRESSION_TEST(`psl', `sed \$!g\;P\;D <${SRCDIR}/regress.in')
HDMakefile32 ${PACKAGE}FILES+= regress.psl.out
/freebsd-14-stable/contrib/file/magic/
HDMakefile.am258 $(MAGIC_FRAGMENT_DIR)/psl \
HDMakefile.in536 $(MAGIC_FRAGMENT_DIR)/psl \
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_config.c145 static psl_item psl[PSL_ENTRIES]; variable
3043 ZERO(psl); in config_access()
3107 DEBUG_INSIST(pao >= 0 && pao < COUNTOF(psl)); in attrtopsl()
3119 psl[pao].sub = lower; in attrtopsl()
3120 psl[pao].qty = lower + upper; in attrtopsl()
3127 psl[pao].msk = qmsk; in attrtopsl()
3142 *rv = psl[p - NTP_MINPOLL]; in get_pollskew()
/freebsd-14-stable/sys/dev/usb/controller/
HDxhci.c201 xhci_dump_device(struct xhci_slot_ctx *psl) in xhci_dump_device() argument
203 DPRINTFN(5, "psl = %p\n", psl); in xhci_dump_device()
204 DPRINTFN(5, "dwSctx0=0x%08x\n", le32toh(psl->dwSctx0)); in xhci_dump_device()
205 DPRINTFN(5, "dwSctx1=0x%08x\n", le32toh(psl->dwSctx1)); in xhci_dump_device()
206 DPRINTFN(5, "dwSctx2=0x%08x\n", le32toh(psl->dwSctx2)); in xhci_dump_device()
207 DPRINTFN(5, "dwSctx3=0x%08x\n", le32toh(psl->dwSctx3)); in xhci_dump_device()
/freebsd-14-stable/contrib/ntp/
HDNEWS310 * [Bug 3659] Move definition of psl[] from ntp_config.h to
4076 * [Bug 3659] Move definition of psl[] from ntp_config.h to
HDChangeLog256 * [Bug 3659] Move definition of psl[] from ntp_config.h to ntp_config.c <perlinger@ntp.org>
HDCommitLog2574 Use u_int32 for psl entries to save a few bytes on 64-bit systems.
9938 - move global declaration of 'psl' from header to static declaration in code
9942 - move global declaration of 'psl' from header to static declaration in code
10727 Cleanup distcheck psl* files
10730 Cleanup distcheck psl* files