OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_block
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
pycapsule.h
51
PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int
no_block
);
/prebuilts/gdb/linux-x86/include/python2.7/
pycapsule.h
51
PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int
no_block
);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pycapsule.h
51
PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int
no_block
);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pycapsule.h
51
PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int
no_block
);
/system/core/toolbox/upstream-netbsd/bin/dd/
conv.c
102
static const char
no_block
[] = "unblock and -DNO_CONV?";
variable
103
void block(void) { errx(EXIT_FAILURE, "%s",
no_block
+ 2); }
104
void block_close(void) { errx(EXIT_FAILURE, "%s",
no_block
+ 2); }
105
void unblock(void) { errx(EXIT_FAILURE, "%s",
no_block
); }
106
void unblock_close(void) { errx(EXIT_FAILURE, "%s",
no_block
); }
Completed in 334 milliseconds