Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 148) sorted by relevance

123456

/external/fsck_msdos/
Dfat.c156 if (ask(1, "Truncate")) { in checkclnum()
271 if (ask(1, "Correct")) in readfat()
346 if (ask(1, "Fix")) { in clustdiffer()
354 if (ask(1, "Use FAT 0's entry")) { in clustdiffer()
358 if (ask(1, "Use FAT %d's entry", fatnum)) { in clustdiffer()
366 if (ask(1, "Use continuation from FAT %d", fatnum)) { in clustdiffer()
370 if (ask(1, "Use mark from FAT 0")) { in clustdiffer()
379 if (ask(1, "Use continuation from FAT 0")) { in clustdiffer()
383 if (ask(1, "Use mark from FAT %d", fatnum)) { in clustdiffer()
391 if (ask(1, "Use continuation from FAT 0")) { in clustdiffer()
[all …]
Ddir.c259 if (ask(1, "Fix")) { in resetDosDirSection()
369 if (ask(1, "Remove")) { in removede()
408 if (ask(1, "Truncate")) { in checksize()
420 if (ask(1, "Drop superfluous clusters")) { in checksize()
590 if (ask(1, "Extend")) { in readDosDirSection()
602 } else if (ask(1, "Truncate")) in readDosDirSection()
771 if (ask(1, "Drop allocated clusters")) { in readDosDirSection()
813 if (ask(1, "Remove")) { in readDosDirSection()
820 if (ask(1, "Truncate")) { in readDosDirSection()
844 if (ask(1, "Correct")) { in readDosDirSection()
[all …]
Dcheck.c175 if (ask(1, "Update FATs")) { in checkfilesys()
197 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0) in checkfilesys()
Dext.h58 int ask(int, const char *, ...);
Dmain.c132 ask(int def, const char *fmt, ...) in ask() function
Dboot.c127 if (ask(1, "fix")) {
/external/e2fsprogs/e2fsck/
Dehandler.c59 if (ask(ctx, _("Ignore error"), 1)) { in e2fsck_handle_read_error()
60 if (ask(ctx, _("Force rewrite"), 1)) in e2fsck_handle_read_error()
106 if (ask(ctx, _("Ignore error"), 1)) in e2fsck_handle_write_error()
/external/bluetooth/glib/
DREADME.commits7 about GLib that has been built up over the years, we'd like to ask
11 code, you should always ask. If your change is minor and you've
13 to ask. But when in doubt, ask. Even if your change is correct,
18 gtk-devel-list-request@gnome.org.) This is a good place to ask
/external/grub/
DMAINTENANCE4 maintainer, you need to ask maintainers to do these instead of doing
39 Before doing that, you must ask the contributor to assign or disclaim
/external/quake/quake/src/WinQuake/docs/
DINSTALL.Q2Mission19 The script will ask some questions about what options you want to install
/external/bluetooth/glib/po/
DREADME.translators24 If you need help with this, ask, but please don't commit
/external/stlport/stlport/
Drope27 /* Comment following if you want to use rope class even if you ask for
Dhash_map32 /* Comment following if you want to use hash constainers even if you ask for
Dhash_set32 /* Comment following if you want to use hash constainers even if you ask for
Dslist28 /* Comment following if you want to use the slist constainer even if you ask for
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
DNeXT6 Otherwise (that successor not yet having been published), ask me for a copy
/external/openssl/crypto/dh/
Dexample34 I'd like to ask others to confirm it with other tests. Here's the number in hex:
/external/stlport/doc/
DREADME.mingw31 if you want to use STLport libraries. You can also ask for not thread
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1952 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap() local
1954 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
1956 if (n < ask) { in GrowHeap()
1958 ask = n; in GrowHeap()
1959 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
1963 ask = actual_size >> kPageShift; in GrowHeap()
1966 pages_committed_since_last_scavenge_ += ask; in GrowHeap()
1970 system_bytes_ += (ask << kPageShift); in GrowHeap()
1986 if (pagemap_.Ensure(p-1, ask+2)) { in GrowHeap()
1991 Span* span = NewSpan(p, ask); in GrowHeap()
/external/stlport/
Dconfigure74 in a multithreaded context. If you don't need this you can ask
/external/qemu/slirp/
DCOPYRIGHT8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
/external/qemu/slirp-android/
DCOPYRIGHT8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
/external/iproute2/examples/
DREADME.cbq19 # Don't ask me "why" and "how" :)
/external/chromium/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp342 char *ask = (*(Line **)a)->icuSortKey; in ICURandomCmp() local
347 while (*ask != 0) { in ICURandomCmp()
348 aVal += aVal*37 + *ask++; in ICURandomCmp()
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp342 char *ask = (*(Line **)a)->icuSortKey; in ICURandomCmp() local
347 while (*ask != 0) { in ICURandomCmp()
348 aVal += aVal*37 + *ask++; in ICURandomCmp()

123456