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.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/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.am258 $(MAGIC_FRAGMENT_DIR)/psl \
H A DMakefile.in536 $(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/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...]
/freebsd/
H A DObsoleteFiles.inc16425 # 20100416: [mips] removed <machine/psl.h>
16427 OLD_FILES+=usr/include/machine/psl.h