Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c398 interpret_command_bytes(const char *parg, struct spi_options *popt) in interpret_command_bytes()
503 set_mode(int hdev, struct spi_options *popt) in set_mode()
514 set_speed(int hdev, struct spi_options *popt) in set_speed()
538 prep_write_buffer(struct spi_options *popt) in prep_write_buffer()
736 _do_data_output(void *pr, struct spi_options *popt) in _do_data_output()
807 perform_read(int hdev, struct spi_options *popt) in perform_read()
852 perform_write(int hdev, struct spi_options *popt) in perform_write()
876 perform_readwrite(int hdev, struct spi_options *popt) in perform_readwrite()
/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c66 const struct bsdunzip_option *popt, *match, *match2; in bsdunzip_getopt() local
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c99 const struct bsdcat_option *popt, *match, *match2; in bsdcat_getopt() local
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c205 const struct bsdtar_option *popt, *match, *match2; in bsdtar_getopt() local
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c101 const struct option *popt, *match, *match2; in cpio_getopt() local
/freebsd/bin/sh/
H A Dexec.c207 padvance(const char **path, const char **popt, const char *name) in padvance()