OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ddflags
(Results
1 - 4
of
4
) sorted by null
/system/core/toolbox/upstream-netbsd/bin/dd/
args.c
142
if (
ddflags
& ap->noset) {
148
ddflags
|= ap->set;
154
if (
ddflags
& C_BS) {
160
if (
ddflags
& (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
162
ddflags
&= ~C_BS;
163
ddflags
|= C_IBS|C_OBS;
167
if (
ddflags
& C_BS &&
ddflags
& (C_IBS|C_OBS))
175
if (
ddflags
& (C_BLOCK|C_UNBLOCK)) {
176
if (!(
ddflags
& C_CBS))
[
all
...]
dd.c
83
u_int
ddflags
; /* conversion options */
variable
187
(O_CREAT | (
ddflags
& (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
214
if (!(
ddflags
& (C_BLOCK|C_UNBLOCK))) {
216
if (!(
ddflags
& C_BS))
242
if ((
ddflags
& (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
250
if (
ddflags
& (C_LCASE|C_UCASE)) {
258
if (
ddflags
& C_ASCII ||
ddflags
& C_EBCDIC) {
259
if (
ddflags
& C_LCASE) {
267
if (
ddflags
& C_LCASE)
[
all
...]
extern.h
74
extern u_int
ddflags
;
position.c
113
if (
ddflags
& C_NOERROR) {
Completed in 469 milliseconds