OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osptr
(Results
1 - 4
of
4
) sorted by null
/external/fio/lib/
getopt_long.c
46
const char *
osptr
;
local
122
if (opt != ':' && (
osptr
= strchr(optstring, opt))) {
123
if (
osptr
[1] == ':') {
132
if (
osptr
[2] == ':') {
/external/syslinux/com32/lib/
getopt.c
22
const char *
osptr
;
local
61
if (opt != ':' && (
osptr
= strchr(optstring, opt))) {
62
if (
osptr
[1] == ':') {
getopt_long.c
42
const char *
osptr
;
local
116
if (opt != ':' && (
osptr
= strchr(optstring, opt))) {
117
if (
osptr
[1] == ':') {
/external/syslinux/libinstaller/getopt/
getopt_long.c
42
const char *
osptr
;
local
116
if (opt != ':' && (
osptr
= strchr(optstring, opt))) {
117
if (
osptr
[1] == ':') {
Completed in 170 milliseconds