Searched defs:binary (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
86 bool binary; member in struct:file
/system/core/logcat/
H A Dlogcat.cpp36 bool binary; member in struct:log_device_t
46 binary = b;
129 if (dev->binary) {
236 " -B output the log in binary.\n"
485 bool binary = strcmp(optarg, "events") == 0; local
486 if (binary) {
495 dev->next = new log_device_t(optarg, binary, optarg[0]);
497 devices = new log_device_t(optarg, binary, optarg[0]);

Completed in 116 milliseconds