Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 2756) sorted by path

12345678910>>...111

/dragonfly/bin/chio/
H A Dchio.c531 int c; in do_status() local
766 int c; in do_voltag() local
/dragonfly/bin/cpdup/
H A Dmd5.c103 int c; in md5_cache() local
H A Dmisc.c47 int c; in fextract() local
/dragonfly/bin/dd/
H A Ddd.c123 parity(u_char c) in parity()
/dragonfly/bin/ed/
H A Dcbc.c124 put_des_char(int c, FILE *fp) in put_des_char()
194 hex_to_binary(int c, int radix) in hex_to_binary()
364 int c; /* used to test for EOF */ in cbc_decode() local
H A Dio.c119 int c; in get_stream_line() local
265 int c; in get_tty_line() local
H A Dmain.c97 int c, n; in main() local
285 int c; in next_addr() local
442 int c; in exec_command() local
H A Dre.c117 int c, d; in parse_char_class() local
H A Dsub.c76 char c; in extract_subst_template() local
/dragonfly/bin/ls/
H A Dprint.c452 putch(int c) in putch()
459 writech(int c) in writech()
468 printcolor(Colors c) in printcolor()
542 char c[2]; in parsecolors() local
/dragonfly/bin/mined/
H A Dmined.h215 #define putchar(c) write_char(STD_OUT, (c)) argument
236 #define is_tab(c) ((c) == '\t') argument
241 #define white_space(c) ((c) == ' ' || (c) == '\t') argument
242 #define alpha(c) ((c) != ' ' && (c) != '\t' && (c) != '\n') argument
H A Dmined1.c984 write_char(int fd, char c) in write_char()
1587 (*escfunc(int c))(int) in escfunc()
1693 int c; in ask_save() local
1883 char c; /* Character read */ in input() local
1962 char c; in _getchar() local
1976 _putchar(char c) in _putchar()
H A Dmined2.c1503 char c; in compile() local
1730 char c; /* Char that must be matched */ in check_string() local
1818 in_list(int *list, char c, int list_length, int opcode) in in_list()
/dragonfly/bin/pax/
H A Dgetoldopt.c25 char c; in getoldopt() local
H A Doptions.c182 int c; in pax_options() local
588 int c; in tar_options() local
1019 int c, i; in cpio_options() local
H A Dpat_rep.c470 char c; in fn_match() local
543 char c; in range_match() local
985 char c; in resub() local
/dragonfly/bin/sh/
H A Darith_yacc.c284 arith_t c; in cond() local
H A Dexec.c262 int c; in hashcmd() local
H A Dexpand.c171 nextword(char c, int flag, char *p, struct worddest *dst) in nextword()
192 #define NEXTWORD(c, flag, p, dstlist) p = nextword(c, flag, p, dstlist) argument
199 char c; in stputs_split() local
276 char c; in argstr() local
366 char c; in exptilde() local
555 int c = 0; in subevalvar_trim() local
669 int c; in evalvar() local
1040 char c; in expandmeta() local
1217 wchar_t c; in get_wc() local
1271 char c; in patmatch() local
H A Djobs.c393 char c; in showjob() local
1517 char c; in cmdputs() local
H A Dmemalloc.h71 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) argument
73 #define USTPUTC(c, p) (*p++ = (c)) argument
H A Dmiscbltin.c100 fdgetc(struct fdctx *fdc, char *c) in fdgetc()
162 char c; in readcmd() local
H A Dmksyntax.c293 char c = *p; in add() local
/dragonfly/bin/sh/bltin/
H A Dbltin.h57 #define putc(c, file) outc(c, file) argument
59 #define putchar(c) out1c(c) argument
H A Decho.c55 char c; in main() local

12345678910>>...111