Home
last modified time | relevance | path

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

12345

/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()
361 if (ask(1, "Remove")) { in removede()
400 if (ask(1, "Truncate")) { in checksize()
412 if (ask(1, "Drop superfluous clusters")) { in checksize()
499 if (ask(1, "Extend")) { in readDosDirSection()
511 } else if (ask(1, "Truncate")) in readDosDirSection()
680 if (ask(1, "Drop allocated clusters")) { in readDosDirSection()
722 if (ask(1, "Remove")) { in readDosDirSection()
729 if (ask(1, "Truncate")) { in readDosDirSection()
753 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()
De2fsck.h465 extern int ask(e2fsck_t ctx, const char * string, int def);
Dutil.c189 int ask (e2fsck_t ctx, const char * string, int def) in ask() function
/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/bluetooth/glib/po/
DREADME.translators24 If you need help with this, ask, but please don't commit
/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/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1873 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap() local
1875 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
1877 if (n < ask) { in GrowHeap()
1879 ask = n; in GrowHeap()
1880 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
1884 ask = actual_size >> kPageShift; in GrowHeap()
1887 pages_committed_since_last_scavenge_ += ask; in GrowHeap()
1891 system_bytes_ += (ask << kPageShift); in GrowHeap()
1907 if (pagemap_.Ensure(p-1, ask+2)) { in GrowHeap()
1912 Span* span = NewSpan(p, ask); in GrowHeap()
/external/qemu/slirp-android/
DCOPYRIGHT8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
/external/qemu/slirp/
DCOPYRIGHT8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
/external/icu4c/extra/uconv/resources/
Dfr.txt22 // 6. Send it in to srl@jtcsv.com or ask on the ICU mailing list! thanks!
Droot.txt22 // 6. Send it in to srl@jtcsv.com or ask on the ICU mailing list! thanks!
/external/webkit/WebCore/platform/mac/
DWebFontCache.mm72 // and we didn't ask for it, we'd prefer any other font in the family.
/external/bison/doc/
Dgpl.texi35 anyone to deny you these rights or to ask you to surrender the rights.
284 to ask for permission. For software which is copyrighted by the Free
/external/blktrace/
DCOPYING29 anyone to deny you these rights or to ask you to surrender the rights.
252 to ask for permission. For software which is copyrighted by the Free
/external/oprofile/
DNOTICE29 anyone to deny you these rights or to ask you to surrender the rights.
252 to ask for permission. For software which is copyrighted by the Free
/external/libpng/contrib/gregbook/
DCOPYING29 anyone to deny you these rights or to ask you to surrender the rights.
252 to ask for permission. For software which is copyrighted by the Free
/external/bluetooth/hcidump/
DCOPYING29 anyone to deny you these rights or to ask you to surrender the rights.
252 to ask for permission. For software which is copyrighted by the Free

12345