Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 32) sorted by relevance

12

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c213 #define PREFIX indent, MSG_ORIG(MSG_STR_EMPTY), opname in dump_cfi() macro
271 dbg_print(0, MSG_ORIG(MSG_CFA_ADV_LOC), PREFIX, in dump_cfi()
286 dbg_print(0, MSG_ORIG(MSG_CFA_CFAOFF), PREFIX, in dump_cfi()
291 dbg_print(0, MSG_ORIG(MSG_CFA_REG), PREFIX, in dump_cfi()
312 dbg_print(0, MSG_ORIG(MSG_CFA_SIMPLEREP), PREFIX, i); in dump_cfi()
318 dbg_print(0, MSG_ORIG(MSG_CFA_SIMPLE), PREFIX); in dump_cfi()
339 dbg_print(0, MSG_ORIG(MSG_CFA_CFASET), PREFIX, in dump_cfi()
370 dbg_print(0, MSG_ORIG(MSG_CFA_ADV_LOC), PREFIX, in dump_cfi()
393 dbg_print(0, MSG_ORIG(MSG_CFA_CFAOFF), PREFIX, in dump_cfi()
409 dbg_print(0, MSG_ORIG(MSG_CFA_REG), PREFIX, in dump_cfi()
[all …]
/titanic_44/usr/src/tools/scripts/
H A Dits.reg33 # Systems are listed alphabetically by unique PREFIX. No priority of
45 # PREFIX (required)
87 # or use of PREFIX, and is left to individual applications.
98 PREFIX=arc
109 PREFIX=bgc
118 PREFIX=doo
128 PREFIX=fdo
137 PREFIX=mer
150 PREFIX=sun
160 PREFIX=illumos
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c185 #define PREFIX "Connect problem: " in dial_problem() macro
194 msg = Malloc(strlen(PREFIX) + strlen(p->reason) + 2); in dial_problem()
195 sprintf (msg, "%s%s\n", PREFIX, p->reason); in dial_problem()
207 strlen(PREFIX) + strlen(p->reason) + strlen(SUFFIX) + 2 in dial_problem()
209 sprintf (msg, "%s%s%s\n", PREFIX, p->reason, SUFFIX); in dial_problem()
/titanic_44/usr/src/lib/libnsl/dial/
H A Dconn.c586 if (PREFIX("BREAK", str)) { in sendthem()
799 if (PREFIX(sh, lg)) in notin()
858 if (PREFIX("Any", s)) in ifdate()
860 else if (PREFIX("Wk", s)) { in ifdate()
865 if (PREFIX(days[i], s)) in ifdate()
H A Duucp.h201 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro
/titanic_44/usr/src/cmd/bnu/
H A Dconn.c796 if (PREFIX("BREAK", str)) {
803 if (PREFIX("STTY=", str)) {
1048 if (PREFIX(sh, lg))
1164 if (PREFIX("Any", s))
1167 if (PREFIX("Wk", s) && tp->tm_wday >= 1 && tp->tm_wday <= 5)
1171 if (PREFIX(days[i], s) && tp->tm_wday == i)
H A Duucleanup.c742 if (PREFIX(_ShortLocal, &file[2])) {
783 if (PREFIX(_ShortLocal, &file[2])) {
1036 if (!PREFIX("From ", line) && !PREFIX(">From ", line))
1047 if (PREFIX("remote from ", s)) { /* found it */
H A Dmailst.c123 if(PREFIX("LOGNAME", *envp)) {
H A Dutility.c198 if (PREFIX(prefix, file)) {
H A Danlwrk.c259 if (!PREFIX(prefix, filename)) in bldflst()
H A Dcntrl.c945 ret = PREFIX(Dfile, filename); in cntrl()
984 if (PREFIX(RemSpool, filename)) in cntrl()
1105 ret = PREFIX(Dfile, filename); in cntrl()
1145 if (PREFIX(RemSpool, filename)) in cntrl()
H A Duucp.h306 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro
H A Duuxqt.c478 if (!PREFIX(XQTDIR, tfull)) in mv_Xfiles()
686 if (PREFIX(Myname, buf)) /* my system so far, check further */ in chkFile()
H A Dpermission.c924 if (PREFIX(RemSpool, path) ) {
H A Duustat.c783 && !PREFIX(Loginuser, user)
784 && !PREFIX(user, Loginuser) ) {
/titanic_44/usr/src/lib/libpp/common/
H A Dppdata.c119 PREFIX, /* option */
H A Dpp.tab201 PREFIX # prefix include for compatibility
H A Dppexpr.c664 return pp.option & PREFIX; in ppoption()
/titanic_44/usr/src/lib/libpp/i386/
H A Dppdebug.h187 "PREFIX", PREFIX,
H A Dppdef.h190 #define PREFIX (1L<<22) macro
/titanic_44/usr/src/lib/libpp/sparc/
H A Dppdebug.h187 "PREFIX", PREFIX,
H A Dppdef.h190 #define PREFIX (1L<<22) macro
/titanic_44/usr/src/grub/grub-0.97/
H A DINSTALL142 the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
157 `configure' looks for `PREFIX/share/config.site' if it exists, then
158 `PREFIX/etc/config.site' if it exists. Or, you can set the
H A Dconfigure807 --prefix=PREFIX install architecture-independent files in PREFIX
810 [PREFIX]
823 --datadir=DIR read-only architecture-independent data [PREFIX/share]
824 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
825 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
826 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
828 --includedir=DIR C header files [PREFIX/include]
830 --infodir=DIR info documentation [PREFIX/info]
831 --mandir=DIR man documentation [PREFIX/man]
837 --program-prefix=PREFIX prepend PREFIX to installed program names
/titanic_44/usr/src/cmd/ttymon/
H A Duucp.h246 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro

12