OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:no_block
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/
dd.c
773
static const char
no_block
[] = "unblock and -DNO_CONV?\n";
variable
774
void block(void) { fprintf(stderr, "%s",
no_block
+ 2); exit(1); }
775
void block_close(void) { fprintf(stderr, "%s",
no_block
+ 2); exit(1); }
776
void unblock(void) { fprintf(stderr, "%s",
no_block
); exit(1); }
777
void unblock_close(void) { fprintf(stderr, "%s",
no_block
); exit(1); }
/external/chromium/net/base/
net_util.cc
1604
unsigned long
no_block
= 1;
local
[
all
...]
/external/chromium_org/net/base/
net_util.cc
1315
unsigned long
no_block
= 1;
local
[
all
...]
Completed in 113 milliseconds