Searched refs:def (Results 1 - 23 of 23) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawnattr_getsigdefault.c3 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def) argument
5 *def = attr->__def;
H A Dposix_spawnattr_setsigdefault.c3 int posix_spawnattr_setsigdefault(posix_spawnattr_t *restrict attr, const sigset_t *restrict def) argument
5 attr->__def = *def;
/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 Dqt_win.h759 char def; member in class:NetHackQtYnDialog
830 static char qt_yn_function(const char *question, const char *choices, CHAR_P def);
/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 Dqt_win.h759 char def; member in class:NetHackQtYnDialog
830 static char qt_yn_function(const char *question, const char *choices, CHAR_P def);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) argument
29 if (!(def->vd_flags & VER_FLG_BASE)
30 && (def->vd_ndx & 0x7fff) == vsym)
32 if (def->vd_next == 0)
34 def = (Verdef *)((char *)def + def->vd_next);
36 Verdaux *aux = (Verdaux *)((char *)def + def->vd_aux);
/seL4-refos-master/projects/refos/impl/
H A Dcidl_compile54 def get_if_name(if_name):
60 def get_headerfile_name(if_name, client_mode):
63 def preprocess(filestr, pre_process = True):
76 def process_arg(name_idl, type_idl, dr = '', mode_idl = None, lenvar_idl = ''):
108 def process_arg_idl(arg_idl):
112 def process_arg_last(alist, return_type = '', ralist = []):
120 def process_function(func_idl, template_str, dct_func = {}, dbg = True):
154 def process(filename, client, header, disp, pre_process, dbg):
/seL4-refos-master/
H A Dcidl_compile54 def get_if_name(if_name):
60 def get_headerfile_name(if_name, client_mode):
63 def preprocess(filestr, pre_process = True):
76 def process_arg(name_idl, type_idl, dr = '', mode_idl = None, lenvar_idl = ''):
108 def process_arg_idl(arg_idl):
112 def process_arg_last(alist, return_type = '', ralist = []):
120 def process_function(func_idl, template_str, dct_func = {}, dbg = True):
154 def process(filename, client, header, disp, pre_process, dbg):
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c676 locomotion(ptr, def)
678 const char *def;
680 int capitalize = (*def == highc(*def));
690 def
696 stagger(ptr, def)
698 const char *def;
700 int capitalize = 2 + (*def == highc(*def));
710 def
[all...]
H A Dcmd.c2535 yn_function(query,resp, def)
2537 char def;
2544 return (*windowprocs.win_yn_function)(query, resp, def);
2551 return (*windowprocs.win_yn_function)(qbuf, resp, def);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c676 locomotion(ptr, def)
678 const char *def;
680 int capitalize = (*def == highc(*def));
690 def
696 stagger(ptr, def)
698 const char *def;
700 int capitalize = 2 + (*def == highc(*def));
710 def
[all...]
H A Dcmd.c2535 yn_function(query,resp, def)
2537 char def;
2544 return (*windowprocs.win_yn_function)(query, resp, def);
2551 return (*windowprocs.win_yn_function)(qbuf, resp, def);
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c263 struct symdef def = {0}; local
290 if (def.sym && sym->st_info>>4 == STB_WEAK) continue;
291 def.sym = sym;
292 def.dso = dso;
295 return def;
311 struct symdef def; local
335 def = (sym->st_info&0xf) == STT_SECTION
338 if (!def.sym && (sym->st_shndx != SHN_UNDEF
347 def.sym = 0;
348 def
1786 struct symdef def = find_sym(p, s, 0); local
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c321 tty_yn_function(query,resp, def)
323 char def;
325 * Generic yes/no function. 'def' is the default (returned by space or
355 if (def) Sprintf(eos(prompt), "(%c) ", def); local
400 q = def;
403 q = def;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c321 tty_yn_function(query,resp, def)
323 char def;
325 * Generic yes/no function. 'def' is the default (returned by space or
355 if (def) Sprintf(eos(prompt), "(%c) ", def); local
400 q = def;
403 q = def;
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h65 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a))
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h65 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.dat137 dungeon: dungeon.def ../util/makedefs ../util/dgn_comp
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.dat137 dungeon: dungeon.def ../util/makedefs ../util/dgn_comp
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/dat/
H A DMakefile137 dungeon: dungeon.def ../util/makedefs ../util/dgn_comp
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/dat/
H A DMakefile137 dungeon: dungeon.def ../util/makedefs ../util/dgn_comp
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c49 #include <lwip/def.h>

Completed in 122 milliseconds