Home
last modified time | relevance | path

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

/freebsd/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/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.c203 const struct bsdtar_option *popt, *match, *match2; in bsdtar_getopt() local
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c98 const struct option *popt, *match, *match2; in cpio_getopt() local
/freebsd/bin/sh/
H A Dexec.c205 padvance(const char **path, const char **popt, const char *name) in padvance()