Searched refs:def (Results 1 – 8 of 8) sorted by relevance
| /third_party/uapp/fsck-msdosfs/ |
| A D | main.c | 112 ask(int def, const char *fmt, ...) in ask() argument 121 def = 0; in ask() 122 if (def) in ask() 124 return def; in ask()
|
| /third_party/uapp/dash/ |
| A D | gen-sources.sh | 24 gcc -E -x c -o builtins.def builtins.def.in -DJOBS=0 27 sh mkbuiltins builtins.def
|
| /third_party/ulib/musl/src/process/ |
| A D | posix_spawnattr_getsigdefault.c | 3 int posix_spawnattr_getsigdefault(const posix_spawnattr_t* restrict attr, sigset_t* restrict def) { in posix_spawnattr_getsigdefault() argument 4 *def = attr->__def; in posix_spawnattr_getsigdefault()
|
| A D | posix_spawnattr_setsigdefault.c | 3 int posix_spawnattr_setsigdefault(posix_spawnattr_t* restrict attr, const sigset_t* restrict def) { in posix_spawnattr_setsigdefault() argument 4 attr->__def = *def; in posix_spawnattr_setsigdefault()
|
| /third_party/uapp/dash/src/ |
| A D | builtins.def | 1 # 1 "builtins.def.in" 6 # 1 "builtins.def.in" 7 # 58 "builtins.def.in"
|
| A D | builtins.def.in | 34 * @(#)builtins.def 8.4 (Berkeley) 5/4/95
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 425 def.sym = sym; in find_sym() 426 def.dso = dso; in find_sym() 430 return def; in find_sym() 445 struct symdef def; in do_relocs() local 481 def.sym = 0; in do_relocs() 500 sym_val = def.sym ? saddr(def.dso, def.sym->st_value) : 0; in do_relocs() 501 tls_val = def.sym ? def.sym->st_value : 0; in do_relocs() 523 *reloc_addr = def.sym ? (size_t)(def.dso->funcdescs + (def.sym - def.dso->syms)) : 0; in do_relocs() 530 reloc_addr[1] = def.sym ? (size_t)def.dso->got : 0; in do_relocs() 2302 if (!def.sym) in do_dlsym() [all …]
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 1480 Store ("++++++++ Concatenate (\"abd\", \"def\", Local0)", Debug) 1481 Concatenate ("abd", "def", Local0)
|
Completed in 26 milliseconds