Lines Matching defs:buffer
114 * @buffer: memory buffer to return the option argument
115 * @bufsize: size of the supplied memory buffer
118 * truncated to fit in the buffer), or -1 on not found.
122 const char *option, char *buffer, int bufsize)
127 char *bufptr = buffer;
132 st_bufcpy, /* Copying this to buffer */
164 bufptr = buffer;
188 * supplied buffer and leave room for the
209 int cmdline_find_option(const char *cmdline, const char *option, char *buffer,
213 buffer, bufsize);