Searched refs:probe (Results 1 - 17 of 17) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | PROBE.mk | 2 * @(#)probe (AT&T Bell Laboratories) 11/11/91 4 * <lang> <tool> :PROBE: *.probe *.sh * 6 * common probe script installation 7 * generates probe.sh and probe in . 11 probe.sh : $(LIBDIR)/probe/$(<:O=1)/probe $(>:N=*.(probe|sh)) 13 $(LIBDIR)/probe/ [all...] |
H A D | mprobe.sh | 20 : mam probe script
|
H A D | mamprobe.sh | 21 # mamprobe - generate MAM cc probe info 39 [+NAME?mamprobe - generate MAM cc probe info] 41 probe information for use by \bmamake\b(1). \acc-path\a is the 44 \b$INSTALLROOT/lib/probe/C/mam/\b\ahash\a, where \ahash\a is a hash 46 If \ainfo-file\a is \b-\b then the probe information is written to 72 [d:debug?Enable probe script debug trace.] 127 # find the make probe script 134 script=lib/probe/C/make/probe 137 0) echo "$0: ../$script: probe scrip [all...] |
H A D | package.sh | 3504 then dirs="src/cmd/INIT src/lib/libast src/lib/libardir src/lib/libcoshell src/lib/libpp src/cmd/probe src/cmd/cpp src/cmd/nmake" 5687 # update probe scripts 5689 for i in lib/probe lib/probe/C lib/probe/C/make 5692 i=$INSTALLROOT/lib/probe/C/make/probe 5693 j=$INITROOT/C+probe 5694 k=$INITROOT/make.probe 5927 if grep '^setv mam_cc_DIALECT .* EXPORT=[AD]LL' $INSTALLROOT/lib/probe/ [all...] |
H A D | mamake.c | 57 "[+?\bmamprobe\b(1) is called to probe and generate system specific variable" 58 " definitions. The probe information is regenerated when it is older" 239 int probed; /* probe already done */ 1332 * generate (if necessary) and read the MAM probe information 1337 probe(void) function 1363 append(buf, "/lib/probe/C/mam/"); 1377 report(3, "cannot generate probe info", s, (unsigned long)0); 1380 report(3, "cannot read probe info", s, (unsigned long)0); 1697 probe();
|
H A D | proto.c | 385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals 437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext
|
/ast/src/cmd/probe/ |
H A D | Makefile | 5 $(LIBDIR)/probe :INSTALLDIR: mode=u+s,+x probe 7 $(BINDIR) :INSTALLDIR: mode=u+s,+x probe 9 probe :: RELEASE probe.c +last
|
H A D | probe.c | 25 * probe - generate/install/display language processor probe information 29 * (1) $INSTALLROOT/lib/probe/probe set-uid to the owner of the 30 * probe hierarchy 31 * (2) probe hierarchy owned by the caller geteuid() (e.g., FAT fs) 32 * (3) otherwise info maintained per-user in $HOME/.probe/ 36 "[-?\n@(#)$Id: probe (AT&T Research) 2007-02-22 $\n]" 38 "[+NAME?probe - generate/install/display language processor probe informatio 285 char* probe; local [all...] |
/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 27 * return in path the full path name of the probe(1) 38 * 0 verbose probe 39 * 1 silent probe 62 #define PROBE "probe" 112 char* probe; local 149 probe = PROBE; 151 k = lib + sfsprintf(lib, x - lib, "lib/%s/", probe); 160 e = strncopy(p, probe, x - p); 176 strncopy(np, probe, nx - np); 181 * yes lib/probe/<lan [all...] |
/ast/src/lib/libpp/ |
H A D | Makefile | 48 C $(ID) :PROBE: pp.probe pp.def pp.key ppsym probe.ini 50 probe.ini : (CC.HOSTTYPE) probe.win32 64 *probe.$t)
|
H A D | ppop.c | 869 if (pp.probe) 877 if (!(pp.ppdefault = pathprobe("C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0, pp.path, MAXTOKEN + 1, NiL, 0))) 878 error(1, "cannot determine default definitions for %s", pp.probe ? pp.probe : PPPROBE); 880 if (pp.probe) 1380 pp.probe = va_arg(ap, char*);
|
H A D | pplib.h | 255 char* probe; /* ppdefault probe key */ \
|
/ast/src/cmd/ksh93/ |
H A D | Makefile | 14 * set these variables to 1 to enable, 0 to disable, null to probe
|
/ast/src/cmd/codexlib/compress/ |
H A D | compress.c | 650 * secondary probe. Here, the modular division first probe is gives way 694 probe: if ((i -= disp) < 0) 702 goto probe;
|
/ast/src/lib/libz/ |
H A D | sfdclzw.c | 509 * secondary probe. Here, the modular division first probe is gives way 581 probe: if ((i -= disp) < 0) 589 goto probe;
|
/ast/src/lib/libast/comp/ |
H A D | conf.sh | 1080 1) echo "$command: probe for ${conf_name} <limits.h> value" >&2 ;; 1253 1) echo "$command: probe for _${standard}_${conf_name} minmax value" >&2 ;;
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 41 set option=';cctype;s;-;Set the \bprobe\b(1) C compiler type identifier. The default value is based on the \bCC\b variable. To disable the C probe use \b--cctype=-\b or set \bCC=""\b.;[type]' 172 * changes to edit ops and probe info are the main factors 2491 if F == "+l*|-ldl|-liconv" /* XXX: probe!!! */ 2503 if L == "-l*|*$(CC.SUFFIX.DYNAMIC|CC.SUFFIX.SHARED|"..")|*/libm.a" /* XXX: probe!!! */ 3911 error 1 $(-cctype): C probe failed -- default assumed
|
Completed in 86 milliseconds