Lines Matching defs:buffer
116 * @buffer: memory buffer to return the option argument
117 * @bufsize: size of the supplied memory buffer
120 * truncated to fit in the buffer), or -1 on not found.
124 const char *option, char *buffer, int bufsize)
129 char *bufptr = buffer;
134 st_bufcpy, /* Copying this to buffer */
166 bufptr = buffer;
190 * supplied buffer and leave room for the
211 int cmdline_find_option(const char *cmdline, const char *option, char *buffer,
215 buffer, bufsize);