OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rawfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/midirecord/
midirecord.c
69
static int outfd,
rawfd
= -1;
variable in typeref:typename:int
209
rawfd
= open(raw_output, mode, 0666);
210
if (
rawfd
< 0)
268
if (
rawfd
!= -1 && write(
rawfd
, &e, sizeof e) != sizeof e)
midirecord.c
69
static int outfd,
rawfd
= -1;
variable in typeref:typename:int
209
rawfd
= open(raw_output, mode, 0666);
210
if (
rawfd
< 0)
268
if (
rawfd
!= -1 && write(
rawfd
, &e, sizeof e) != sizeof e)
Completed in 26 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025