Searched refs:_P (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ctype_ext.h | 47 #define _P 0x10 /* punct */ macro 60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) 62 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) 63 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
|
/freebsd/contrib/openpam/m4/ |
H A D | ax_pkg_config.m4 | 111 m4_define([_P], AS_TR_SH([m4_toupper([$1])])) 113 AC_ARG_VAR(_P[_CFLAGS], [C compiler flags for $1]) 114 AC_ARG_VAR(_P[_LIBS], [linker flags for $1]) 119 AC_DEFINE([HAVE_]_P, [1], [Define to 1 if you have $1]) 123 AC_SUBST(_P[_VERSION], [$ax_pc_cv_]_p[_version]) 128 AC_SUBST(_P[_CFLAGS], [$ax_pc_cv_]_p[_cflags]) 133 AC_SUBST(_P[_LIBS], [$ax_pc_cv_]_p[_libs]) 143 AM_CONDITIONAL([HAVE_]_P, [test x"$ax_pc_cv_have_]_p[" = x"yes"])
|
/freebsd/release/ |
H A D | Makefile.inc1 | 5 .for _P in /usr/bin /usr/local/bin 7 . if exists(${_P}/git) 8 GIT_CMD= ${_P}/git
|
/freebsd/release/scripts/ |
H A D | pkg-stage.sh | 62 for _P in ${_DVD_PACKAGES}; do 64 DVD_PACKAGES="${DVD_PACKAGES} ${_P}"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA64FX.td | 2059 "^EOR_ZI", "^ORR_ZI", "^FCM(EQ|GT|GE|LT|LE|NE|UO)_P", 2079 "^FACG[ET]_P", "^FEXPA_Z", "^F(MAX|MIN)[^V]*Z_", 2093 (instregex "^ANDS?_P", "^BICS?_P", "^BRK.*_P", "^EORS?_P", "^ORRS?_P", 2094 "^NANDS?_P", "^NORS?_P", "^ORNS?_P", " [all...] |
H A D | AArch64SchedA510.td | 560 (instregex "^WHILE(GE|GT|HI|HS|LE|LO|LS|LT)_P(WW|XX)_[BHSD]")>;
|
H A D | AArch64SchedNeoverseV1.td | 1318 def : InstRW<[V1Write_3c_2M0], (instregex "^WHILE(LE|LO|LS|LT)_P(WW|XX)_[BHSD]$")>;
|
H A D | AArch64SchedNeoverseN2.td | 1516 (instregex "^WHILE(GE|GT|HI|HS|LE|LO|LS|LT)_P(WW|XX)_[BHSD]$")>;
|
H A D | AArch64SchedNeoverseV2.td | 2023 (instregex "^WHILE(GE|GT|HI|HS|LE|LO|LS|LT)_P(WW|XX)_[BHSD]")>;
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 44 M$ZI`!`0>(6K@`X$3GD`%$/"O"4F@@O_"=Z'GQ2<)^N.?_P`H0.H5$`2Y`T$3 68 MAZN55%@V<PA=ADOWK3N@3G4>;MT<7N>&_P[5=D7=7>]^%SQ=&@]YRF.>&=&H
|
/freebsd/ |
H A D | Makefile.inc1 | 538 . for _P in /usr/bin /usr/local/bin 539 . if exists(${_P}/git) 540 GIT_CMD= ${_P}/git
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 395 static const mask print = static_cast<mask>(_P | _U | _L | _N | _B); 401 static const mask punct = static_cast<mask>(_P);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 1139 // Extending multiplication: extmul_{low,high}_P, extmul_high
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 1096 as you want. The `_P` suffix is for "parameterized" or "pattern", whichever you
|
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 1578 ..NNOO__PPAARRAALLLLEELL
|
/freebsd/share/termcap/ |
H A D | termcap | 1833 :do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 19991 rmso=^_@, smso=^_P,
|