Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 2972) sorted by path

12345678910>>...119

/dragonfly/bin/cat/
H A Dcat.c243 static char *buf; in raw_cat() local
/dragonfly/bin/chio/
H A Dchio.c912 static char buf[128]; in bits_to_string() local
/dragonfly/bin/cp/
H A Dutils.c55 static char buf[MAXBSIZE]; in copy_file() local
/dragonfly/bin/cpdup/
H A Dcpdup.c1392 char *buf = malloc(GETBUFSIZE); in ScanDir() local
H A Dhcproto.c855 hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes) in hc_read()
936 char buf[32768]; in rc_read() local
969 char buf[32768]; in rc_readfile() local
1001 hc_write(struct HostConf *hc, int fd, const void *buf, size_t bytes) in hc_write()
1053 void *buf = NULL; in rc_write() local
1643 hc_readlink(struct HostConf *hc, const char *path, char *buf, int bufsiz) in hc_readlink()
1679 char buf[1024]; in rc_readlink() local
H A Dmd5.c258 md5_file(const char *filename, char *buf) in md5_file()
311 doMD5File(const char *filename, char *buf, int is_target) in doMD5File()
/dragonfly/bin/date/
H A Ddate.c78 char buf[1024], tzbuf[8]; in main() local
/dragonfly/bin/dd/
H A Dmisc.c110 char *buf; in progress() local
/dragonfly/bin/df/
H A Ddf.c330 char buf[7]; in prthumanval() local
349 char buf[6]; in prthumanvalinode() local
/dragonfly/bin/ed/
H A Dcbc.c59 #define DES_XFORM(buf) \ argument
66 #define READ(buf, n, fp) fread(buf, sizeof(char), n, fp) argument
67 #define WRITE(buf, n, fp) fwrite(buf, sizeof(char), n, fp) argument
292 set_des_key(DES_cblock *buf) /* key block */ in set_des_key()
H A Dmain.c952 static char *buf = NULL; in get_shell_command() local
1067 static char *buf = NULL; in join_lines() local
/dragonfly/bin/hostname/
H A Dhostname.c111 char *buf, *next, *p; in main() local
/dragonfly/bin/ls/
H A Dls.c556 char buf[STRBUF_SIZEOF(u_quad_t) + 1]; in display() local
H A Dprint.c132 char buf[20]; in printlong() local
620 char buf[5]; in printsize() local
/dragonfly/bin/mined/
H A Dmined1.c640 char buf[LINE_LEN]; in bottom_line() local
1777 build_string(char *buf, const char *fmt, ...) in build_string()
/dragonfly/bin/pax/
H A Dar_io.c503 ar_read(char *buf, int cnt) in ar_read()
586 ar_write(char *buf, int bsz) in ar_write()
1096 char buf[PAXPATHLEN+2]; in ar_next() local
H A Dbuf_subs.c60 static char *buf; /* normal start of i/o buffer */ variable
H A Dcpio.c270 cpio_rd(ARCHD *arcn, char *buf) in cpio_rd()
542 vcpio_rd(ARCHD *arcn, char *buf) in vcpio_rd()
846 bcpio_rd(ARCHD *arcn, char *buf) in bcpio_rd()
H A Dtar.c103 tar_trail(char *buf, int in_resync, int *cnt) in tar_trail()
365 tar_rd(ARCHD *arcn, char *buf) in tar_rd()
706 ustar_rd(ARCHD *arcn, char *buf) in ustar_rd()
/dragonfly/bin/ps/
H A Dfmt.c58 static char *buf = NULL; in shquote() local
H A Dprint.c216 char buf[16]; in state() local
331 char buf[32]; in tdpri() local
418 char buf[100]; in started() local
447 char buf[100]; in lstarted() local
/dragonfly/bin/realpath/
H A Drealpath.c45 char buf[PATH_MAX]; in main() local
/dragonfly/bin/rm/
H A Drm.c434 char *buf = NULL; in rm_overwrite() local
/dragonfly/bin/sh/
H A Darith_yylex.c85 const char *buf = arith_buf; in yylex() local
H A Deval.h44 char *buf; /* buffer */ member

12345678910>>...119