Home
last modified time | relevance | path

Searched defs:sbuf (Results 1 – 25 of 85) sorted by relevance

1234

/dragonfly/sys/sys/
HDsbuf.h45 struct sbuf { struct
47 sbuf_drain_func *s_drain_func; /* drain function */ argument
57 #define SBUF_DYNSTRUCT 0x00080000 /* sbuf must be freed */ argument
67 struct sbuf *sbuf_new(struct sbuf *, char *, int, int); argument
/dragonfly/games/sail/
HDlo_main.c69 char sbuf[32]; in lo_curses() local
125 char sbuf[32]; in lo_main() local
/dragonfly/games/rogue/
HDmachdep.c257 struct stat sbuf; in md_get_file_id() local
276 struct stat sbuf; in md_link_count() local
332 struct stat sbuf; in md_gfmt() local
/dragonfly/games/phantasia/
HDgamesupport.c493 struct scoreboard sbuf; /* for reading entries */ in scorelist() local
580 struct scoreboard sbuf; /* buffer to read in scoreboard entries */ in enterscore() local
/dragonfly/lib/libnetgraph/
HDsock.c96 u_char sbuf[NG_NODESIZ + 2]; in NgMkSockNode() local
138 u_char sbuf[NG_NODESIZ + 3]; in NgMkSockNode() local
/dragonfly/lib/libnetgraph7/
HDsock.c96 u_char sbuf[NG_NODESIZ + NGSA_OVERHEAD]; in NgMkSockNode() local
138 u_char sbuf[NG_NODESIZ + 1 + NGSA_OVERHEAD]; in NgMkSockNode() local
/dragonfly/games/hangman/
HDsetup.c44 static struct stat sbuf; in setup() local
/dragonfly/usr.bin/tip/
HDcu.c43 static char sbuf[12]; in cumain() local
/dragonfly/usr.bin/mail/
HDfio.c301 struct stat sbuf; in fsize() local
327 struct stat sbuf; in expand() local
/dragonfly/usr.sbin/ngctl/
HDstatus.c57 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE]; in StatusCmd() local
HDconfig.c57 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE]; in ConfigCmd() local
/dragonfly/games/mille/
HDsave.c147 STAT sbuf; in rest_f() local
/dragonfly/usr.bin/rwall/
HDrwall.c129 struct stat sbuf; in makemsg() local
/dragonfly/usr.sbin/rpcbind/
HDwarmstart.c108 struct stat sbuf; in read_struct() local
/dragonfly/sbin/fsirand/
HDfsirand.c110 char sbuf[SBSIZE], sbuftmp[SBSIZE]; in fsirand() local
/dragonfly/usr.sbin/nghook/
HDmain.c182 char ch, sbuf[100]; in WriteAscii() local
/dragonfly/contrib/cvs-1.12/src/
HDsocket-client.c230 struct socket_buffer *sbuf = xmalloc (sizeof *sbuf); in socket_buffer_initialize() local
/dragonfly/contrib/grep/lib/
HDdup2.c144 struct stat sbuf; in klibc_dup2() local
/dragonfly/lib/libc/stdio/
HDmktemp.c111 struct stat sbuf; in _gettemp() local
/dragonfly/stand/lib/
HDnet.c71 void *sbuf, size_t ssize, in sendrecv()
/dragonfly/lib/libthread_xu/thread/
HDthr_sem.c440 struct stat sbuf; in sem_get_mapping() local
521 struct stat sbuf; in _sem_open() local
/dragonfly/crypto/openssh/
HDsftp-common.c223 char sbuf[FMT_SCALED_STRSIZE]; in ls_file() local
/dragonfly/usr.bin/wall/
HDwall.c170 struct stat sbuf; in makemsg() local
/dragonfly/usr.bin/chpass/
HDfield.c210 struct stat sbuf; in p_shell() local
/dragonfly/lib/libutil/
HDsockaddr_snprintf.c100 sockaddr_snprintf(char * const sbuf, const size_t len, const char * const fmt, in sockaddr_snprintf()

1234