Home
last modified time | relevance | path

Searched defs:popt (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/usr.sbin/spi/
H A Dspi.c382 interpret_command_bytes(const char *parg, struct spi_options *popt) in interpret_command_bytes()
487 set_mode(int hdev, struct spi_options *popt) in set_mode()
498 set_speed(int hdev, struct spi_options *popt) in set_speed()
522 prep_write_buffer(struct spi_options *popt) in prep_write_buffer()
720 _do_data_output(void *pr, struct spi_options *popt) in _do_data_output()
791 perform_read(int hdev, struct spi_options *popt) in perform_read()
836 perform_write(int hdev, struct spi_options *popt) in perform_write()
860 perform_readwrite(int hdev, struct spi_options *popt) in perform_readwrite()
/freebsd-src/contrib/libarchive/unzip/
H A Dcmdline.c84 const struct bsdunzip_option *popt, *match, *match2; bsdunzip_getopt() local
/freebsd-src/contrib/libarchive/tar/
H A Dcmdline.c221 const struct bsdtar_option *popt, *match, *match2; bsdtar_getopt() local
/freebsd-src/contrib/libarchive/cat/
H A Dcmdline.c117 const struct bsdcat_option *popt, *match, *match2; bsdcat_getopt() local
/freebsd-src/contrib/libarchive/cpio/
H A Dcmdline.c117 const struct option *popt, *match, *match2; cpio_getopt() local
/freebsd-src/bin/sh/
H A Dexec.c205 padvance(const char **path, const char **popt, const char *name) in padvance()