Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 16006) sorted by path

12345678910>>...641

/freebsd/
H A DMakefile.inc13819 for i in *; do \
3820 ln -sf ../../${XDTP}/usr/bin/$$i \
3821 ../../../../usr/bin/${XDDIR}-$$i; \
3822 ln -sf ../../${XDTP}/usr/bin/$$i \
3823 ../../../../usr/bin/${XDDIR}${_REVISION}-$$i; \
H A DMakefile.libcompat12 …compatidx _LIBCOMPAT libcompat in ${_LIBCOMPATS:range:@i@${i} ${_LIBCOMPATS:[$i]} ${libcompats:[$i
H A DObsoleteFiles.inc5543 OLD_FILES+=usr/share/terminfo/i/i100
5544 OLD_FILES+=usr/share/terminfo/i/i3101
5545 OLD_FILES+=usr/share/terminfo/i/i3164
5546 OLD_FILES+=usr/share/terminfo/i/i400
5547 OLD_FILES+=usr/share/terminfo/i/iTerm.app
5548 OLD_FILES+=usr/share/terminfo/i/iTerm2.app
5549 OLD_FILES+=usr/share/terminfo/i/ibcs2
5550 OLD_FILES+=usr/share/terminfo/i/ibm+16color
5551 OLD_FILES+=usr/share/terminfo/i/ibm+color
5552 OLD_FILES+=usr/share/terminfo/i/ib
[all...]
H A DRELNOTES42 requests to be in the privileged port range (i.e., <= 1023), which
H A DUPDATING156 Note that the early x86 BIOS bootloader (i.e., boot0sio) does not
984 met as for the diagnostic sysctls above. Defaults to zero, i.e.,
1603 foreground mode (i.e., do not use the -p or -y options). As it
1911 commands with 'env -i '. See the env(1) manual page for more details.
1957 gpart bootcode -p /boot/gptzfsboot -i $N ada0
2092 adjkerntz -i # if CMOS is wall time
/freebsd/bin/cat/
H A Dcat.c234 int fd, i; in scanfiles() local
240 i = 0; in scanfiles()
242 while ((path = argv[i]) != NULL || i == 0) { in scanfiles()
284 ++i; in scanfiles()
/freebsd/bin/chio/
H A Dchio.c153 for (i = 0; commands[i].cc_name != NULL; ++i) in main()
158 for (i = 0; commands[i].cc_name != NULL; ++i) in main()
522 int i; in do_status() local
677 for (i = 0; i < count; ++i) { in do_status()
849 int i; in parse_element_type() local
851 for (i = 0; elements[i].et_name != NULL; ++i) in parse_element_type()
864 for (i = 0; elements[i].et_name != NULL; i++) in element_type_name()
902 for (i = 0; specials[i].sw_name != NULL; ++i) in is_special()
1216 for (i = 0; i < designator_length && in print_designator()
1217 designator[i] != '\0'; i++) { in print_designator()
[all …]
/freebsd/bin/date/
H A Ddate.c92 size_t i; in main() local
114 for (i = 0; i < nitems(iso8601_fmts); i++) in main()
115 if (strcmp(optarg, iso8601_fmts[i].refname) == 0) in main()
117 if (i == nitems(iso8601_fmts)) in main()
120 iso8601_selected = &iso8601_fmts[i]; in main()
/freebsd/bin/dd/
H A Ddd.c124 int i; in parity() local
126 i = c ^ (c >> 1) ^ (c >> 2) ^ (c >> 3) ^ in parity()
128 return (i & 1); in parity()
H A Dgen.c11 int i; in main() local
15 for (i = 0; i < 8; i++) in main()
18 for (i = 0; i < 256; i++) in main()
19 putchar(i); in main()
/freebsd/bin/df/
H A Ddf.c106 int i, mntsize; in main() local
257 for (i = 0; i < mntsize; i++) { in main()
264 for (i = 0; i < mntsize; i++) in main()
286 for (i = 0; i < mntsize; i++) { in getmntpt()
297 int i; in makevfslist() local
309 i++; in makevfslist()
315 i = 0; in makevfslist()
321 av[i++] = NULL; in makevfslist()
380 for (j = 0, i = 0; i < mntsize; i++) { in regetmntinfo()
665 for (cnt = 0, i = 0; i < maxvfsconf; i++) { in makenetvfslist()
[all …]
/freebsd/bin/ed/
H A DPOSIX21 i) `s' (i.e., s[n][rgp]*) to repeat a previous substitution,
25 v) BSD line addressing syntax (i.e., `^' and `%') is recognized.
28 support multiple commands, including `a', `i' and `c'. The command
29 format is the same as for the global commands `g' and `v', i.e., one
34 that <file> arguments are processed for backslash escapes, i.e., any
H A Dbuf.c248 int i = 0; in init_buffers() local
264 for (i = 0; i < 256; i++) in init_buffers()
265 ctab[i] = i; in init_buffers()
273 static int i = 0; in translit_text() local
277 ctab[i] = i; /* restore table to initial state */ in translit_text()
278 ctab[i = from] = to; in translit_text()
H A Ded.h102 #define STRTOL(i, p) { \ argument
103 if (((i = strtol(p, &p, 10)) == LONG_MIN || i == LONG_MAX) && \
106 i = 0; \
113 #define REALLOC(b,n,i,err) \ argument
114 if ((i) > (n)) { \
119 if ((ts = (char *) realloc((b), ti += max((i), MINBUFSZ))) == NULL) { \
126 if ((ts = (char *) malloc(ti += max((i), MINBUFSZ))) == NULL) { \
139 #define REALLOC(b,n,i,err) \ argument
140 if ((i) > (n)) { \
144 if ((ts = (char *) realloc((b), ti += max((i), MINBUFSZ))) == NULL) { \
H A Dglbl.c184 long i; in unset_active_nodes() local
187 for (i = 0; i < active_last; i++) in unset_active_nodes()
H A Dio.c114 int i = 0; in get_stream_line() local
124 sbuf[i++] = c; in get_stream_line()
129 } else if (i) { in get_stream_line()
133 sbuf[i] = '\0'; in get_stream_line()
134 return (isbinary && newline_added && i) ? --i : i; in get_stream_line()
252 int i = 0; in get_tty_line() local
264 ibuf[i] = '\0'; in get_tty_line()
266 return i; in get_tty_line()
277 oi = i; in get_tty_line()
279 } else if (i) in get_tty_line()
[all …]
H A Dmain.c948 int i = 0; in get_shell_command() local
962 buf[i++] = *ibufp; in get_shell_command()
964 buf[i++] = *ibufp++; in get_shell_command()
982 buf[i++] = *s++; in get_shell_command()
994 buf[i++] = *s++; in get_shell_command()
999 memcpy(shcmd, buf, i); in get_shell_command()
1256 int i; in unmark_line_node() local
1258 for (i = 0; markno && i < MAXMARK; i++) in unmark_line_node()
1259 if (mark[i] == lp) { in unmark_line_node()
1260 mark[i] = NULL; in unmark_line_node()
[all …]
H A Dsub.c73 int i = 0; in extract_subst_template() local
86 i--, ibufp--; in extract_subst_template()
101 rhbuf[rhbufi = i] = '\0'; in extract_subst_template()
171 int i = 0; in substitute_matching_text() local
185 i = rm[0].rm_so; in substitute_matching_text()
190 off += i; in substitute_matching_text()
195 i = rm[0].rm_eo; in substitute_matching_text()
198 NEWLINE_TO_NUL(txt, i); in substitute_matching_text()
200 off += i; in substitute_matching_text()
206 i = eot - txt; in substitute_matching_text()
[all …]
/freebsd/bin/ed/test/
H A Dckscripts.sh13 for i in *.red; do
14 echo $i
15 if $i; then
16 echo "*** The script $i exited abnormally ***"
21 for i in *.ed; do
24 base=`$ED - \!"echo $i" <<-EOF
29 echo "*** Output $base.o of script $i is incorrect ***"
32 echo "*** The script $i exited abnormally ***"
H A Di.t1 1i
4 2i
7 $i
H A Di1.err1 1,$i
H A Di3.err1 0i
H A Dmkscripts.sh9 for i in *.t; do
24 base=`$ED - \!"echo $i" <<-EOF
36 -2r $i
42 for i in *.err; do
58 base=`$ED - \!"echo $i" <<-EOF
70 -2r $i
H A Ds1.t6 %s/i/&e/
H A Ds2.r2 i(n)e 200

12345678910>>...641