Searched refs:psl (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/usr.bin/sed/ |
| HD | process.c | 65 #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/ |
| HD | psl | 3 # $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/ |
| HD | rcorder.c | 1072 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/ |
| HD | acpi_thermal.c | 80 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/ |
| HD | indent.pro | 42 -psl
|
| /freebsd-14-stable/usr.bin/sed/tests/ |
| HD | regress.sh | 8 REGRESSION_TEST(`psl', `sed \$!g\;P\;D <${SRCDIR}/regress.in')
|
| HD | Makefile | 32 ${PACKAGE}FILES+= regress.psl.out
|
| /freebsd-14-stable/contrib/file/magic/ |
| HD | Makefile.am | 258 $(MAGIC_FRAGMENT_DIR)/psl \
|
| HD | Makefile.in | 536 $(MAGIC_FRAGMENT_DIR)/psl \
|
| /freebsd-14-stable/contrib/ntp/ntpd/ |
| HD | ntp_config.c | 145 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/ |
| HD | xhci.c | 201 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/ |
| HD | NEWS | 310 * [Bug 3659] Move definition of psl[] from ntp_config.h to 4076 * [Bug 3659] Move definition of psl[] from ntp_config.h to
|
| HD | ChangeLog | 256 * [Bug 3659] Move definition of psl[] from ntp_config.h to ntp_config.c <perlinger@ntp.org>
|
| HD | CommitLog | 2574 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
|