Searched refs:query (Results 1 - 17 of 17) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacpopup.h12 extern char topl_yn_function(const char *query, const char *resp, char def);
H A Dhack.h195 #define yn(query) yn_function(query,ynchars, 'n')
196 #define ynq(query) yn_function(query,ynqchars, 'q')
197 #define ynaq(query) yn_function(query,ynaqchars, 'y')
198 #define nyaq(query) yn_function(query,ynaqchars, 'n')
199 #define nyNaq(query) yn_function(query,ynNaqchar
[all...]
H A Dwinami.h32 const char *query; /* Query string */ member in struct:amii_menu
H A DwinX.h134 const char *query; /* Query string. */ member in struct:menu
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacpopup.h12 extern char topl_yn_function(const char *query, const char *resp, char def);
H A Dhack.h195 #define yn(query) yn_function(query,ynchars, 'n')
196 #define ynq(query) yn_function(query,ynqchars, 'q')
197 #define ynaq(query) yn_function(query,ynaqchars, 'y')
198 #define nyaq(query) yn_function(query,ynaqchars, 'n')
199 #define nyNaq(query) yn_function(query,ynNaqchar
[all...]
H A Dwinami.h32 const char *query; /* Query string */ member in struct:amii_menu
H A DwinX.h134 const char *query; /* Query string. */ member in struct:menu
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c37 tty_getlin(query, bufp)
38 const char *query;
41 hooked_tty_getlin(query, bufp, (getlin_hook_proc) 0);
45 hooked_tty_getlin(query, bufp, hook)
46 const char *query;
59 pline("%s ", query);
63 Sprintf(toplines, "%s ", query);
88 addtopl(query);
103 addtopl(query);
H A Dtopl.c321 tty_yn_function(query,resp, def)
322 const char *query,*resp;
327 * what's in the string. The 'query' string is printed before the user
354 Sprintf(prompt, "%s [%s] ", query, respbuf);
358 pline("%s ", query);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c37 tty_getlin(query, bufp)
38 const char *query;
41 hooked_tty_getlin(query, bufp, (getlin_hook_proc) 0);
45 hooked_tty_getlin(query, bufp, hook)
46 const char *query;
59 pline("%s ", query);
63 Sprintf(toplines, "%s ", query);
88 addtopl(query);
103 addtopl(query);
H A Dtopl.c321 tty_yn_function(query,resp, def)
322 const char *query,*resp;
327 * what's in the string. The 'query' string is printed before the user
354 Sprintf(prompt, "%s [%s] ", query, respbuf);
358 pline("%s ", query);
/seL4-refos-master/libs/libmuslc/src/network/
H A Dgetnameinfo.c161 unsigned char query[18+PTR_MAX], reply[512]; local
163 0, 0, 0, query, sizeof query);
164 int rlen = __res_send(query, qlen, reply, sizeof reply);
/seL4-refos-master/projects/refos/design/
H A Dappendix.tex128 \subsection{Name registration and query}
145 --- [ label = "query"];
152 \caption{Object name registration and query.}
172 --- [ label = "query"];
181 \caption{Server name registration and query.}
323 root server for acknowledging the asynchronous name query request
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c2535 yn_function(query,resp, def)
2536 const char *query,*resp;
2543 if (strlen(query) < (QBUFSZ - reduction))
2544 return (*windowprocs.win_yn_function)(query, resp, def);
2545 paniclog("Query truncated: ", query);
2548 (void) strncpy(qbuf, query, (int)truncspot);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c2535 yn_function(query,resp, def)
2536 const char *query,*resp;
2543 if (strlen(query) < (QBUFSZ - reduction))
2544 return (*windowprocs.win_yn_function)(query, resp, def);
2545 paniclog("Query truncated: ", query);
2548 (void) strncpy(qbuf, query, (int)truncspot);
/seL4-refos-master/kernel/manual/parts/
H A Dio.tex159 There is presently no way to query seL4 for how many Domain IDs are supported by

Completed in 111 milliseconds