Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
stropts.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Abhinav Srivastava
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_POSIX_STROPTS_H_
7
#define ZEPHYR_INCLUDE_POSIX_STROPTS_H_
8
#define RS_HIPRI BIT(0)
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
struct
strbuf
{
15
int
maxlen
;
16
int
len
;
17
char
*
buf
;
18
};
19
20
int
putmsg
(
int
fildes,
const
struct
strbuf
*ctlptr,
const
struct
strbuf
*dataptr,
int
flags
);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
/* ZEPHYR_INCLUDE_POSIX_STROPTS_H_ */
flags
flags
Definition:
parser.h:96
putmsg
int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags)
strbuf
Definition:
stropts.h:14
strbuf::len
int len
Definition:
stropts.h:16
strbuf::buf
char * buf
Definition:
stropts.h:17
strbuf::maxlen
int maxlen
Definition:
stropts.h:15
zephyr
posix
stropts.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6