HomeSort by relevance Sort by last modified time
    Searched refs:warnx (Results 1 - 25 of 25) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
warnx.c 1 /* $OpenBSD: warnx.c,v 1.10 2015/08/31 02:53:57 guenther Exp $ */
35 warnx(const char *fmt, ...) function
43 DEF_WEAK(warnx); variable
  /device/linaro/bootloader/edk2/StdLib/Include/
err.h 22 void warnx(const char *fmt, ...);
  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
getbsize.c 94 fmterr: warnx("%s: unknown blocksize", p);
101 warnx("maximum blocksize is %ldG", MAXB / GB);
105 underflow: warnx("%s: minimum blocksize is 512", p);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuinfo.c 69 warnx("Warn: wrong cpu index");
211 warnx("get cpus nbits failed.");
274 warnx("cpu2node failed(cpu = %d)", i);
280 warnx("get sched domain's info for each cpu failed.");
371 warnx("cpuset subsystem is't compiled into kernel.");
378 warnx("nbits of cpus is wrong.");
385 warnx("bitmask_alloc for partition domains failed.");
391 warnx("bitmask_alloc for partition domains failed.");
398 warnx("bitmask_alloc for partition domains failed.");
405 warnx("alloc cpusets space failed.")
    [all...]
  /bionic/libc/include/
err.h 50 void warnx(const char* __fmt, ...) __printflike(1, 2);
  /external/tcpdump/missing/
getopt_long.c 171 warnx(const char *fmt, ...) function
260 warnx(ambig,
273 warnx(noarg,
311 warnx(recargstring,
332 warnx(illoptstring,
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
516 warnx(illoptchar, optchar);
528 warnx(recargchar, optchar);
552 warnx(recargchar, optchar);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
err.h 41 extern void warnx (__const char *__format, ...)
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 263 warnx(ambig,
276 warnx(noarg,
314 warnx(recargstring,
335 warnx(illoptstring,
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
516 warnx(illoptchar, optchar);
528 warnx(recargchar, optchar);
552 warnx(recargchar, optchar);
  /external/rootdev/
rootdev.c 100 warnx("match_sysfs_device: invalid arguments supplied");
105 warnx("match_sysfs_device: basedir must not be empty");
292 warnx("rootdev_get_device_slave: device name too long");
300 warnx("slave depth greater than %d at %s", i, slave);
312 warnx("create_devices: unable to determine partition");
324 warnx("create_devices: unable to determine partition: %s",
main.c 99 warnx("-c and -d are incompatible at present.");
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 43 #define _warnx warnx
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Err/
warn_err.c 93 warnx(const char *fmt, ...) function
  /external/linux-kselftest/tools/testing/selftests/vm/
transhuge-stress.c 80 warnx("allocate %zd transhuge pages, using %zd MiB virtual memory"
139 warnx("%.3f s/loop, %.3f ms/page, %10.3f MiB/s\t"
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler_cmdline.c 68 warnx("couldn't open `%s'", filename);
  /external/ipsec-tools/src/libipsec/
test-policy.c 116 warnx("ERROR: expecting failure.");
118 warnx("ERROR: expecting success.");
312 warnx("ERROR: expecting failure.");
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 227 warnx("humanize_number (bytes transferred)");
239 warnx("humanize_number (bytes per second)");
args.c 168 warnx("bs supersedes ibs and obs");
conv.c 270 warnx("%s: short input record", in.name);
dd.c 561 warnx("%s: short write on character device", out.name);
  /system/core/toolbox/
newfs_msdos.c 387 warnx("warning, %s is not a regular file", fname);
390 warnx("warning, %s is not a character device", fname);
423 warnx("trim %d sectors from %d to adjust to a multiple of %d",
606 warnx("warning: Alignment failed.");
613 warnx("warning: sectors/FAT limits file system to %u clusters", cls);
619 warnx("warning: FAT type limits file system to %u sectors", bpb.bsec);
755 warnx("Skipping mount checks");
895 warnx("Cannot get number of sectors per track, %s", strerror(errno));
899 warnx("Cannot get number of heads, %s", strerror(errno));
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cmdline.c 112 warnx("couldn't open `%s'", filename);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 152 warnx("warning: %s: recursive directory loop",
  /external/syslinux/utils/
isohybrid.c 1071 warnx("Warning: more than 1024 cylinders: %d", c);
1072 warnx("Not all BIOSes will be able to boot this device");
  /external/ipsec-tools/src/racoon/
racoonctl.c 770 warnx("Extra arguments");
815 warnx("Extra arguments");
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 83 #define warnx _warnx

Completed in 409 milliseconds