|
NAMEsysdecode_fcntl_arg ,
sysdecode_fcntl_arg_p —
output description of fcntl argument
LIBRARYSystem Argument Decoding Library (libsysdecode, -lsysdecode)SYNOPSIS#include <sys/types.h>
#include <stdbool.h>
#include <stdio.h>
#include <sysdecode.h>
void
bool
DESCRIPTIONThesysdecode_fcntl_arg () function outputs a text
description of the optional arg argument to
fcntl(2)
to the stream fp. The type and format of
arg are determined by cmd:
The RETURN VALUESThesysdecode_fcntl_arg_p function returns
true if cmd accepts a third
argument to
fcntl(2)
and false if it does not.
SEE ALSOsysdecode(3), sysdecode_fcntl_cmd(3), sysdecode_fcntl_fileflags(3)
Visit the GSP FreeBSD Man Page Interface. |