Searched refs:PREFIX (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c185 #define PREFIX "Connect problem: " macro
194 msg = Malloc(strlen(PREFIX) + strlen(p->reason) + 2);
195 sprintf (msg, "%s%s\n", PREFIX, p->reason);
207 strlen(PREFIX) + strlen(p->reason) + strlen(SUFFIX) + 2
209 sprintf (msg, "%s%s%s\n", PREFIX, p->reason, SUFFIX);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppdata.c119 PREFIX, /* option */
H A Dppexpr.c664 return pp.option & PREFIX;
H A Dppop.c1252 if (!(pp.ro_option & PREFIX))
1253 pp.option &= ~PREFIX;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c211 * PREFIX supplies these arguments.
213 #define PREFIX indent, MSG_ORIG(MSG_STR_EMPTY), opname macro
271 dbg_print(0, MSG_ORIG(MSG_CFA_ADV_LOC), PREFIX,
286 dbg_print(0, MSG_ORIG(MSG_CFA_CFAOFF), PREFIX,
291 dbg_print(0, MSG_ORIG(MSG_CFA_REG), PREFIX,
312 dbg_print(0, MSG_ORIG(MSG_CFA_SIMPLEREP), PREFIX, i);
318 dbg_print(0, MSG_ORIG(MSG_CFA_SIMPLE), PREFIX);
339 dbg_print(0, MSG_ORIG(MSG_CFA_CFASET), PREFIX,
370 dbg_print(0, MSG_ORIG(MSG_CFA_ADV_LOC), PREFIX,
393 dbg_print(0, MSG_ORIG(MSG_CFA_CFAOFF), PREFIX,
680 #undef PREFIX macro
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dmailst.c123 if(PREFIX("LOGNAME", *envp)) {
H A Dutility.c198 if (PREFIX(prefix, file)) {
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 Danlwrk.c259 if (!PREFIX(prefix, filename))
H A Dcntrl.c945 ret = PREFIX(Dfile, filename);
984 if (PREFIX(RemSpool, filename))
1105 ret = PREFIX(Dfile, filename);
1145 if (PREFIX(RemSpool, filename))
H A Duucp.h306 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro
H A Dpermission.c924 if (PREFIX(RemSpool, path) ) {
H A Duuxqt.c478 if (!PREFIX(XQTDIR, tfull))
686 if (PREFIX(Myname, buf)) /* my system so far, check further */
H A Duustat.c783 && !PREFIX(Loginuser, user)
784 && !PREFIX(user, Loginuser) ) {
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c586 if (PREFIX("BREAK", str)) {
799 if (PREFIX(sh, lg))
858 if (PREFIX("Any", s))
860 else if (PREFIX("Wk", s)) {
865 if (PREFIX(days[i], s))
H A Duucp.h201 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h187 "PREFIX", PREFIX,
H A Dppdef.h190 #define PREFIX (1L<<22) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h187 "PREFIX", PREFIX,
H A Dppdef.h190 #define PREFIX (1L<<22) macro
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl362 # be PREFIX. Obtain that line, or issue a fatal error.
364 if ($line =~ /^PREFIX\s+(.*)$/) {
369 die "$file: PREFIX expected on line $LineNum\n";
H A Dcheck_rtime.pl814 # the opening PREFIX line.
823 # Otherwise, the value of PREFIX is returned.
835 # be PREFIX. Obtain that line, or issue a fatal error.
837 if ($line =~ /^PREFIX\s+(.*)$/i) {
842 die "$Prog: No PREFIX line seen on line $$LineNum: $file";
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h246 #define PREFIX(pre, str) (strncmp((pre), (str), strlen(pre)) == SAME) macro
/illumos-gate/usr/src/grub/grub-0.97/
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/ma
[all...]

Completed in 98 milliseconds

12