Searched defs:probe (Results 1 - 4 of 4) sorted by relevance
/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/cmd/probe/ |
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/cmd/INIT/ |
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
|
Completed in 519 milliseconds