Home
last modified time | relevance | path

Searched refs:LSX_PARAM_IN_Z (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h165 #define LSX_PARAM_IN_Z _In_z_ /* Required const pointer to 0-terminated string (never NULL). */ macro
167 #define LSX_PARAM_IN_Z /* Required const pointer to 0-terminated string (never NULL). */
1098LSX_PARAM_IN_Z char const * filename, /**< Source code __FILENAME__ from which message originates.…
1281 LSX_PARAM_IN_Z char const * filename
1721 LSX_PARAM_IN_Z char const * item /**< Item to be added in "id=value" format. */
1732LSX_PARAM_IN_Z char const * items /**< Newline-separated list of items to be added, for example "i…
1767 LSX_PARAM_IN_Z char const * id /**< Id for which to search */
1830LSX_PARAM_IN_Z char const * path, /**< Path to file to be opened (required). …
1888LSX_PARAM_IN_Z char const * path, /**< Path to file to be written (required)…
1893 …LSX_PARAM_IN_OPT sox_bool (LSX_API * overwrite_permitted)(LSX_PARAM_IN_Z char const * …
[all …]
H A Dgetopt.c29 LSX_PARAM_IN_Z char const * shortopts, /* Short option characters */ in lsx_getopt_init()