Lines Matching defs:start
179 void (*start) (int fd, size_t count);
231 "-R, --start-delay=# delay for automatic PCM start is # microseconds \n"
247 " --max-file-time=# start another output file when the old file has recorded\n"
419 /* flag the capture loop to start a new output file */
506 {"start-delay", 1, 0, 'R'},
734 error(_("invalid start delay argument '%s'"), optarg);
3213 char *start;
3217 start = strchr(path + 1, '/');
3219 start = strchr(path, '/');
3221 while (start) {
3223 buffer[start-path] = 0x00;
3232 start = strchr(start + 1, '/');
3294 /* upon the second file we start the numbering scheme */
3322 if (fmt_rec_table[file_type].start)
3323 fmt_rec_table[file_type].start(fd, rest);