OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ddflags
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
dd.c
90
extern u_int
ddflags
;
114
u_int
ddflags
; /* conversion options */
variable
190
(O_CREAT | (
ddflags
& (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
218
if (!(
ddflags
& (C_BLOCK|C_UNBLOCK))) {
243
if ((
ddflags
& (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
251
if (
ddflags
& (C_LCASE|C_UCASE)) {
260
if (
ddflags
& C_ASCII ||
ddflags
& C_EBCDIC) {
261
if (
ddflags
& C_LCASE) {
269
if (
ddflags
& C_LCASE)
[
all
...]
dd.h
71
/* Flags (in
ddflags
). */
Completed in 46 milliseconds