Searched refs:psl (Results 1 – 14 of 14) sorted by relevance
/freebsd/usr.bin/sed/ |
H A D | process.c | 62 #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 D | 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/sbin/rcorder/ |
H A D | 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/sys/dev/acpica/ |
H A D | 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/share/examples/indent/ |
H A D | indent.pro | 42 -psl
|
/freebsd/usr.bin/sed/tests/ |
H A D | regress.sh | 8 REGRESSION_TEST(`psl', `sed \$!g\;P\;D <${SRCDIR}/regress.in')
|
H A D | Makefile | 31 ${PACKAGE}FILES+= regress.psl.out
|
/freebsd/contrib/file/magic/ |
H A D | Makefile.am | 258 $(MAGIC_FRAGMENT_DIR)/psl \
|
H A D | Makefile.in | 536 $(MAGIC_FRAGMENT_DIR)/psl \
|
/freebsd/contrib/ntp/ntpd/ |
H A D | 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)); 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 D | 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
|
H A D | ChangeLog | 256 * [Bug 3659] Move definition of psl[] from ntp_config.h to ntp_config.c <perlinger@ntp.org>
|
H A D | 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 [all...] |
/freebsd/ |
H A D | ObsoleteFiles.inc | 16425 # 20100416: [mips] removed <machine/psl.h> 16427 OLD_FILES+=usr/include/machine/psl.h
|