Searched defs:info (Results 1 - 25 of 29) sorted by relevance

12

/ast/src/lib/libast/string/
H A Dfmtls.c44 * info optional info
52 fmtls(char* buf, const char* name, register struct stat* st, const char* info, const char* link, register int flags) argument
91 if (info)
93 while (*s = *info++)
/ast/src/lib/libtk/unix/
H A DtkUnixDraw.c67 ScrollInfo info;
72 info.done = 0;
73 info.window = Tk_WindowId(tkwin);
74 info.display = Tk_Display(tkwin);
75 info.region = damageRgn;
76 info.dx = dx;
77 info.dy = dy;
85 XSync(info.display, False);
86 oldProc = Tk_RestrictEvents(ScrollRestrictProc, (ClientData) &info,
88 while (!info
66 ScrollInfo info; local
120 ScrollInfo *info = (ScrollInfo *) arg; local
[all...]
H A DtkUnixCursor.c26 TkCursor info; /* Generic cursor info used by tkCursor.c */ member in struct:__anon424
297 cursorPtr->info.cursor = (Tk_Cursor) cursor;
366 cursorPtr->info.cursor = (Tk_Cursor) cursor;
395 XFreeCursor(unixCursorPtr->display, (Cursor) unixCursorPtr->info.cursor);
396 Tk_FreeXId(unixCursorPtr->display, (XID) unixCursorPtr->info.cursor);
/ast/src/cmd/vczip/tests/
H A Dtvcrdb.c78 Vcrdinfo_t info; local
121 memset(&info, 0, sizeof(info));
122 info.fsep = sep[0].fsep;
123 info.rsep = sep[0].rsep;
124 if(!(tbl = vcrdparse(&info, Data, dtsz, 0)) )
142 info.fldn = tbl->fldn;
143 info.recn = tbl->recn;
144 if(!(tst = vcrdparse(&info, 0, 0, 0)) )
/ast/src/lib/libtk/generic/
H A DtkConsole.c146 ConsoleInfo *info;
174 info = (ConsoleInfo *) ckalloc(sizeof(ConsoleInfo));
175 info->interp = interp;
176 info->consoleInterp = consoleInterp;
177 Tcl_CreateCommand(interp, "console", ConsoleCmd, (ClientData) info,
180 (ClientData) info, (Tcl_CmdDeleteProc *) NULL);
183 (ClientData) info);
407 ConsoleInfo *info = (ConsoleInfo *) clientData;
422 consoleInterp = info->consoleInterp;
435 Tcl_Eval(info
144 ConsoleInfo *info; local
398 ConsoleInfo *info = (ConsoleInfo *) clientData; local
465 ConsoleInfo *info = (ConsoleInfo *) clientData; local
520 ConsoleInfo *info = (ConsoleInfo *) clientData; local
550 ConsoleInfo *info = (ConsoleInfo *) clientData; local
590 ConsoleInfo *info; local
[all...]
H A DtkImage.c668 Tcl_CmdInfo info;
671 if (Tcl_GetCommandInfo(interp, "winfo", &info) == 0) {
674 winPtr = (TkWindow *) info.clientData;
659 Tcl_CmdInfo info; local
H A DtkGrab.c1213 GrabInfo info;
1216 info.display = dispPtr->display;
1217 info.serial = serial;
1219 oldProc = Tk_RestrictEvents(GrabRestrictProc, (ClientData)&info, &oldArg);
1250 GrabInfo *info = (GrabInfo *) arg;
1259 diff = eventPtr->xany.serial - info->serial;
1269 if ((info->display != eventPtr->xany.display) || (mode == NotifyNormal)
1203 GrabInfo info; local
1239 GrabInfo *info = (GrabInfo *) arg; local
/ast/src/cmd/ksh93/bltins/
H A Dregress.c71 "trace line info is either \begid==rgid\b or \begid!=rgid\b. The "
83 "trace line info is either \beuid==ruid\b or \beuid!=ruid\b. The "
103 "[+sh_source()?The trace line info is the path of the script "
133 * regress info trace output
136 void sh_regress(unsigned int index, const char* intercept, const char* info, unsigned int line, const char* file) argument
145 sfprintf(sfstderr, REGRESS_HEADER "%s:%s:%s\n", name, intercept, fmtesc(info));
/ast/src/cmd/tests/
H A Dopt.c46 static Info_t* info; variable
54 for (ip = info; ip; ip = ip->next)
75 return sfprintf(sp, "<* %s info ok *>", s);
184 ip->next = info;
185 info = ip;
/ast/src/lib/libdll/
H A Ddllscan.c78 * the confstr LIBPATH provides the local info
98 static Dllinfo_t info; local
100 if (!info.sibling)
102 info.sibling = info.sib;
144 if (d && dn < sizeof(info.sibbuf))
146 memcpy(info.sibbuf, d, dn);
147 info.sibling[0] = info.sibbuf;
149 if (v && vn < sizeof(info
217 Dllinfo_t* info; local
[all...]
H A Ddlfcn.c170 struct ld_info* info = ld_info; local
178 info = ld_info;
182 if ((char*)(info->ldinfo_dataorg) <= (char*)module &&
183 (char*)module <= ((char*)(info->ldinfo_dataorg)
184 + (unsigned)(info->ldinfo_datasize)))
185 return info;
186 if (n=info->ldinfo_next)
187 info = (void*)((char*)info + n);
245 struct ld_info* info; local
[all...]
/ast/src/cmd/pzip/
H A Dpop.c299 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows);
356 * list info on the mapped fields
360 info(register Pz_t* pz, register Pzpart_t* pp, int op, register size_t* map, size_t m) function
371 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows);
599 i = info(pz, pp, op, map, m);
/ast/src/cmd/coshell/
H A Dschedule.c168 return(info(op, a->global.file));
173 return(info(op, NiL));
530 * gather host info from file
534 info(int op, char* file) function
567 message((-2, "%sscanning access info file %s", atime ? "re" : "", file));
572 error(ERROR_SYSTEM|2, "%s: not found", file ? file : "<local host info>");
H A Devent.c59 "[+info?List the server status pending events by client "
188 typedef struct Request_s /* static request info */
385 * list server info/state
389 info(State_t* state, Connection_t* con, Css_t* css) function
395 log(state, con, 'I', "info server='%s' version=%d.%d host=%s pid=%d uid=%d gid=%d", fmtident(usage), EVENT_MAJOR, EVENT_MINOR, csname(css->state, 0), getpid(), geteuid(), getegid());
396 log(state, con, 'I', "info active=%d", state->active);
812 info(state, con, css);
/ast/src/cmd/cs/vcs_src/
H A Difs_ftp.c33 char *info; member in struct:fileinfo
153 fi->info = ptr;
201 symlink( finfo.info, finfo.fname );
/ast/src/lib/libtksh/include/
H A Dtksh.h261 Tcl_CmdInfo info; member in struct:TkshCommandData
/ast/src/lib/libast/misc/
H A Dfts.c504 info(FTS* fts, register FTSENT* f, const char* path, struct stat* sp, int flags) function
654 info(fts, f, path, f->fts_statp, fts->flags);
667 info(fts, f, NiL, f->fts_statp, 0);
1081 info(fts, f, s, f->fts_statp, 0);
1088 else if ((fts->nostat || SKIP(fts, f)) && (f->fts_info = FTS_NSOK) || info(fts, f, s, &f->statb, fts->flags))
1328 info(fts, f, NiL, f->fts_statp, 0);
1337 info(fts, f, s, f->fts_statp, fts->flags);
1369 info(fts, f, f->fts_accpath, f->fts_statp, 0);
1395 info(fts, f, f->fts_accpath, f->fts_statp, 0);
H A Dmagic.c67 typedef struct /* loop info */
183 Dt_t* infotab; /* info keyword dict */
266 static Info_t info[] = variable
2353 for (n = 0; n < elementsof(info); n++)
2354 dtinsert(mp->infotab, &info[n]);
2392 * return the magic string for file with optional stat info st
/ast/src/cmd/nmake/
H A Doption.c1828 Opt_t info; local
1831 info = opt_info;
1849 opt_info = info;
H A Drule.c509 * initialize immediate rule info
524 * reset all rule info as if we just started
1304 Opt_t info; local
1316 info = opt_info;
1347 opt_info = info;
/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c207 char *result, info[50];
218 sprintf(info, "%d %d", (int)(start - string),
220 result = Tcl_SetVar(interp, argPtr[i+2], info, 0);
205 char *result, info[50]; local
H A DtclExpr.c1382 ExprInfo info;
1401 info.originalExpr = string;
1402 info.expr = string;
1408 result = ExprGetValue(interp, &info, -1, valuePtr);
1412 if (info.token != END) {
1377 ExprInfo info; local
/ast/src/cmd/tw/
H A Dtw.h181 int info; /* ftw.info checked by user */ member in struct:__anon239
/ast/src/lib/libast/port/
H A Dastlicense.c424 char* info; member in struct:Stack_s
431 push(Stack_t* sp, char* file, char* parent, char* info, int size, Buffer_t* buf) argument
476 n = read(i, info, size - 1);
485 info[n++] = 0;
487 sp->info = info;
517 char info[8 * 1024]; local
527 data = info;
533 input[level].info = options;
538 if (push(&input[++level], file, 0, data, &info[sizeo
[all...]
/ast/src/cmd/pax/
H A Dpax.h130 #define DELTAINFO PAX_DELTAINFO /* format handles delta info */
141 #define INFO_MATCH "*([A-Z0-9!])!!!"/* info header file name match */
142 #define INFO_SEP '!' /* info header field separator */
155 #define DELTA_SRC 0 /* source info */
156 #define DELTA_TAR 1 /* target info */
157 #define DELTA_DEL 2 /* delta info */
158 #define DELTA_DATA 3 /* data info mask */
263 typedef struct Link_s /* link info */
282 } delta; /* delta info */ \
301 } record; /* record format info */ \
311 File_t* info; /* deltapass() file info */ member in struct:Member_s
[all...]

Completed in 545 milliseconds

12