Home
last modified time | relevance | path

Searched refs:PPID (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dvarname-dot-make-ppid.mk7 .if ${.MAKE.PPID:C,[0-9],,g} != ""
9 .elif !(${.MAKE.PPID} > 0)
14 _!= kill -0 ${.MAKE.PPID}
19 .if ${.MAKE.PPID} == ${.MAKE.PID}
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp350 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity() argument
351 if (PPID.ID < 0) { in getPreprocessedEntity()
352 unsigned Index = -PPID.ID - 1; in getPreprocessedEntity()
358 if (PPID.ID == 0) in getPreprocessedEntity()
360 unsigned Index = PPID.ID - 1; in getPreprocessedEntity()
/freebsd/bin/sh/tests/builtins/
H A Dtrap13.04 ${SH} -c 'kill -INT $PPID'
H A Dtrap14.04 ${SH} -c 'kill -INT $PPID' &
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst11.04 [ $$ = $(eval '${SH} -c echo\ \$PPID') ]
H A Dcmdsubst6.010 eval "pid=\$(dummy=$code echo \$(\$SH -c echo\ \\\$PPID))"
/freebsd/crypto/openssh/
H A DREADME.privsep43 UID PID PPID C STIME TTY TIME COMMAND
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords80 ppid PPID
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h361 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec4.txt181 the ppid-to-liodn table that specifies the PPID to LIODN mapping.
295 the ppid-to-liodn table that specifies the PPID to LIODN
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp91 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument
94 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr824 # PID 1 becomes sh(1) and $PPID is set to 1 in the executed script.
826 [ ${PPID:-0} -eq 1 ] # Return status
/freebsd/tools/regression/usr.bin/env/
H A Dregress-env.rgdata238 script:unset -v IFS PS1 PS2 PS4 PPID
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1975 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord() local
1978 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
6258 PreprocessedEntityID PPID = Index+1; in ReadPreprocessedEntity() local
6329 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPreprocessedEntity()
/freebsd/contrib/bmake/
H A DChangeLog632 o variables like .newline and .MAKE.{GID,PID,PPID,UID}