Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 25) sorted by relevance

/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c118 #define S (*ptr_to_statics) macro
124 free(S.db[0].malloced); in free_static()
125 free(S.db[1].malloced); in free_static()
127 free(S.db[2].malloced); in free_static()
136 ptr_to_statics = xzalloc(sizeof(S)); in get_S()
137 memcpy(&S.db[0], &const_pw_db, sizeof(const_pw_db)); in get_S()
138 memcpy(&S.db[1], &const_gr_db, sizeof(const_gr_db)); in get_S()
140 memcpy(&S.db[2], &const_sp_db, sizeof(const_sp_db)); in get_S()
175 S.tokenize_end = p + 1; in tokenize()
215 S.string_size = S.tokenize_end - buf; in parse_common()
[all …]
/busybox-1.35.0/testsuite/
Ddcx_vars.dc2 298734.8921702348S xotj _928374892.28937S yotp zpRl xotj l yotp-pRzpR L xotj L yotp-pR
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c121 #define gunzip_bytes_out (S()gunzip_bytes_out )
122 #define gunzip_crc (S()gunzip_crc )
123 #define gunzip_src_fd (S()gunzip_src_fd )
124 #define gunzip_outbuf_count (S()gunzip_outbuf_count)
125 #define gunzip_window (S()gunzip_window )
126 #define gunzip_crc_table (S()gunzip_crc_table )
127 #define gunzip_bb (S()gunzip_bb )
128 #define gunzip_bk (S()gunzip_bk )
129 #define to_read (S()to_read )
133 #define bytebuffer (S()bytebuffer )
[all …]
/busybox-1.35.0/miscutils/
Dmakedevs.c126 int Smajor, Sminor, S, E; in makedevs_main() local
136 S = xatoi_positive(argv[5]); in makedevs_main()
155 while (S <= E) { in makedevs_main()
156 sprintf(buf, "%s%u", basedev, S); in makedevs_main()
168 S++; in makedevs_main()
/busybox-1.35.0/libbb/
Dlineedit.c194 #define S (*lineedit_ptr_to_statics) macro
195 #define state (S.state )
196 #define cmdedit_termw (S.cmdedit_termw )
197 #define cmdedit_x (S.cmdedit_x )
198 #define cmdedit_y (S.cmdedit_y )
199 #define cmdedit_prmt_len (S.cmdedit_prmt_len)
200 #define cursor (S.cursor )
201 #define command_len (S.command_len )
202 #define command_ps (S.command_ps )
203 #define cmdedit_prompt (S.cmdedit_prompt )
[all …]
Dhash_md5prime.c159 static const unsigned char S[] = { in md5_transform() local
213 ps = S - 4; in md5_transform()
239 ps = S; in md5_transform()
Dprocps.c207 #define SCAN(S, X) \ in procps_read_smaps() argument
208 if ((tp = skip_whitespace_if_prefixed_with(buf, S)) != NULL) { \ in procps_read_smaps()
/busybox-1.35.0/shell/ash_test/ash-z_slow/
Dmany_ifs.tests25 i=$1 s=$2 r=$3 S='' R=''
44 case $S in
45 '') S=$g
55 "$S") case $ksh_arith in
65 "$S") ;;
72 case $S in
73 '') S=$g
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dmany_ifs.tests25 i=$1 s=$2 r=$3 S='' R=''
44 case $S in
45 '') S=$g
55 "$S") case $ksh_arith in
65 "$S") ;;
72 case $S in
73 '') S=$g
/busybox-1.35.0/coreutils/
Dtest.c440 #define S (*test_ptr_to_statics) macro
441 #define args (S.args )
442 #define last_operator (S.last_operator)
443 #define group_array (S.group_array )
444 #define ngroups (S.ngroups )
445 #define bash_test2 (S.bash_test2 )
446 #define leaving (S.leaving )
449 XZALLOC_CONST_PTR(&test_ptr_to_statics, sizeof(S)); \
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch9 its control. The result is that ^S/^Q are not passed through to the
26 TIOCSTOP Stops output to a terminal (e.g. like typing ^S). Takes no parameter.
28 TIOCSTART Restarts output (stopped by TIOCSTOP or by typing ^S). Takes no parameter.
37 TIOCPKT_STOP whenever output to the terminal is stopped a la ^S.
39 TIOCPKT_DOSTOP whenever t_stopc is ^S and t_startc is ^Q.
40 TIOCPKT_NOSTOP whenever the start and stop characters are not ^S/^Q.
45 This mode is used by rlogin(1) and rlogind(8) to implement a remote-echoed, locally ^S/^Q flow-cont…
/busybox-1.35.0/docs/
Dlogging_and_backgrounding.txt34 ftpd - inetd service. Logs to syslog with -S, with -v logs to strerr too
44 logs to stderr, but option -S makes it log *also* to syslog
46 otherwise logs to stderr, but option -S makes it log *also* to syslog
Dposix_conformance.txt209 -d, -a, -s, -t, -L, -N, -i, -T, -w, -q, -S
334 -S semkey | no | no |
371 -S suf, -n, -b
389 -S | yes | yes |
Dkeep_data_small.txt33 23:17:37 S......... 223M 0 1147
/busybox-1.35.0/shell/hush_test/hush-leak/
Dleak_argv1.tests9 set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
46 set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
/busybox-1.35.0/scripts/
DKbuild.include62 cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
68 hostcc-option = $(shell if $(HOSTCC) $(HOSTCFLAGS) $(1) -S -o /dev/null -xc /dev/null \
73 cc-option-yn = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
DMakefile.build226 %.s: %.S FORCE
232 %.o: %.S FORCE
243 %.lds: %.lds.S FORCE
/busybox-1.35.0/testsuite/date/
Ddate-works-164 s=$(eval $lcbbd +%S) # second, zero padded
/busybox-1.35.0/
DMakefile686 .tmp_kallsyms1.o .tmp_kallsyms2.o .tmp_kallsyms3.o: %.o: %.S scripts FORCE
689 .tmp_kallsyms%.S: .tmp_busybox% $(KALLSYMS)
1277 %.s: %.S prepare scripts FORCE
1279 %.o: %.S prepare scripts FORCE
DConfig.in248 S: USER or GROUP is NOT allowed to execute APPLET.
/busybox-1.35.0/scripts/kconfig/
Dzconf.hash.c_shipped17 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
/busybox-1.35.0/examples/var_service/getty_tty1/
Dkoi8r_to_uni.trans84 0x53 U+0053 # LATIN CAPITAL LETTER S
116 0x73 U+0073 # LATIN SMALL LETTER S
Dunicode_cyrillic.keymap63 keycode 31 = +s +S +U+044b +U+042b Control_s …
/busybox-1.35.0/examples/var_service/
DREADME205 845 0:00 busybox ntpd -dddnNl -S ./ntp.script -p 10.x.x.x -p 10.x.x.x
/busybox-1.35.0/editors/
Dsed1line.txt423 S.G. Ravenhall <stew.ravenhall@totalise.co.uk> # great de-html script