Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
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-12-stable/bin/sh/tests/builtins/
Dtrap13.05 ${SH} -c 'kill -INT $PPID'
Dtrap14.05 ${SH} -c 'kill -INT $PPID' &
/freebsd-12-stable/bin/sh/tests/expansion/
Dcmdsubst11.05 [ $$ = $(eval '${SH} -c echo\ \$PPID') ]
Dcmdsubst6.011 eval "pid=\$(dummy=$code echo \$(\$SH -c echo\ \\\$PPID))"
/freebsd-12-stable/crypto/openssh/
DREADME.privsep43 UID PID PPID C STIME TTY TIME COMMAND
/freebsd-12-stable/contrib/netbsd-tests/bin/ps/
Dkeywords80 ppid PPID
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessingRecord.h361 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp77 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument
80 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
/freebsd-12-stable/usr.sbin/bsdconfig/share/
Dcommon.subr819 # PID 1 becomes sh(1) and $PPID is set to 1 in the executed script.
821 [ ${PPID:-0} -eq 1 ] # Return status
/freebsd-12-stable/tools/regression/usr.bin/env/
Dregress-env.rgdata239 script:unset -v IFS PS1 PS2 PS4 PPID
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp1784 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord() local
1787 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
5970 PreprocessedEntityID PPID = Index+1; in ReadPreprocessedEntity() local
6041 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPreprocessedEntity()
/freebsd-12-stable/contrib/bmake/
Dbmake.cat1650 .MAKE.PPID The parent process-id of bmake.