Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dprocess.c62 #define psl PS.len macro
88 fwrite(ps, 1, psl, outfile); \
134 psl = 0; in process()
144 if (psl == 0 || in process()
145 (p = memchr(ps, '\n', psl)) == NULL) { in process()
149 psl -= (p + 1) - ps; in process()
150 memmove(ps, p + 1, psl); in process()
161 cspace(&HS, ps, psl, REPLACE); in process()
165 cspace(&HS, ps, psl, APPEND); in process()
171 lputs(ps, psl); in process()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dpsl3 # $File: psl,v 1.3 2019/04/19 00:42:27 christos Exp $
4 # psl: file(1) magic for Public Suffix List representations
/freebsd/sbin/rcorder/
H A Drcorder.c1074 filenode **seqlist, **psl; in generate_ordering() local
1104 for (psl = seqlist; *psl; psl++) { in generate_ordering()
1107 (do_parallel != true || last_seq != (*psl)->sequence) ? in generate_ordering()
1109 (*psl)->filename); in generate_ordering()
1110 last_seq = (*psl)->sequence; in generate_ordering()
1111 free((*psl)->filename); in generate_ordering()
1112 free(*psl); in generate_ordering()
/freebsd/sys/dev/acpica/
H A Dacpi_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/share/examples/indent/
H A Dindent.pro42 -psl
/freebsd/usr.bin/sed/tests/
H A Dregress.sh8 REGRESSION_TEST(`psl', `sed \$!g\;P\;D <${SRCDIR}/regress.in')
H A DMakefile31 ${PACKAGE}FILES+= regress.psl.out
/freebsd/contrib/file/magic/
H A DMakefile.am267 $(MAGIC_FRAGMENT_DIR)/psl \
H A DMakefile.in548 $(MAGIC_FRAGMENT_DIR)/psl \
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c145 static psl_item psl[PSL_ENTRIES]; variable
3043 ZERO(psl); in config_access()
3107 DEBUG_INSIST(pao >= 0 && pao < COUNTOF(psl));
3119 psl[pao].sub = lower; in get_pollskew()
3120 psl[pao].qty = lower + upper; in get_pollskew()
3127 psl[pao].msk = qmsk; in get_pollskew()
3142 *rv = psl[p - NTP_MINPOLL];
/freebsd/sys/dev/usb/controller/
H A Dxhci.c180 xhci_dump_device(struct xhci_slot_ctx *psl) in xhci_dump_device() argument
182 DPRINTFN(5, "psl = %p\n", psl); in xhci_dump_device()
183 DPRINTFN(5, "dwSctx0=0x%08x\n", le32toh(psl->dwSctx0)); in xhci_dump_device()
184 DPRINTFN(5, "dwSctx1=0x%08x\n", le32toh(psl->dwSctx1)); in xhci_dump_device()
185 DPRINTFN(5, "dwSctx2=0x%08x\n", le32toh(psl->dwSctx2)); in xhci_dump_device()
186 DPRINTFN(5, "dwSctx3=0x%08x\n", le32toh(psl->dwSctx3)); in xhci_dump_device()
/freebsd/contrib/ntp/
H A DNEWS310 * [Bug 3659] Move definition of psl[] from ntp_config.h to
4076 * [Bug 3659] Move definition of psl[] from ntp_config.h to
H A DChangeLog256 * [Bug 3659] Move definition of psl[] from ntp_config.h to ntp_config.c <perlinger@ntp.org>
H A DCommitLog2574 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
[all...]