Searched refs:method (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/archival/ |
D | unzip.c | 104 uint16_t method; /* 4-5 */ member 120 (zip).fmt.method = SWAP_LE16((zip).fmt.method ); \ 137 uint16_t method; /* 6-7 */ member 160 (cdf).fmt.method = SWAP_LE16((cdf).fmt.method ); \ 373 if (zip->fmt.method == 0) { in unzip_extract_symlink() 404 if (zip->fmt.method == 0) { in unzip_extract() 416 if (zip->fmt.method == 8) { in unzip_extract() 426 else if (zip->fmt.method == 12) { in unzip_extract() 436 else if (zip->fmt.method == 14) { in unzip_extract() 444 else if (zip->fmt.method == 95) { in unzip_extract() [all …]
|
D | lzop.c | 450 uint8_t method; member 650 if (h->method == M_LZO1X_1) in lzo_compress() 653 IF_LZOP_COMPR_HIGH(if (h->method == M_LZO1X_1_15)) in lzo_compress() 685 if (h->method == M_LZO1X_1) in lzo_compress() 687 else IF_LZOP_COMPR_HIGH(if (h->method == M_LZO1X_1_15)) in lzo_compress() 700 if (h->method == M_LZO1X_999) { in lzo_compress() 973 if (h->method <= 0) in read_header() 977 if (h->method == M_LZO1X_1) { in read_header() 980 } else if (h->method == M_LZO1X_1_15) { in read_header() 983 } else if (h->method == M_LZO1X_999) { in read_header() [all …]
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 64 sed "s/$//" # method 1 65 sed -n p # method 2 89 # center all text in the middle of 79-column width. In method 1, 91 # spaces are appended at the end of the line. In method 2, spaces at 94 sed -e :a -e 's/^.\{1,77\}$/ & /;ta' # method 1 95 sed -e :a -e 's/^.\{1,77\}$/ &/;ta' -e 's/\( *\)\1/\1/' # method 2 116 sed '1!G;h;$!d' # method 1 117 sed -n '1!G;h;$p' # method 2 158 sed '$!d' # method 1 159 sed -n '$p' # method 2 [all …]
|
/busybox-1.35.0/networking/ssl_helper-wolfssl/ |
D | ssl_helper.c | 155 WOLFSSL_METHOD* method; in prepare() local 161 method = wolfTLSv1_1_client_method(); in prepare() 162 if (method == NULL) in prepare() 164 ctx = wolfSSL_CTX_new(method); in prepare()
|
/busybox-1.35.0/scripts/ |
D | generate_BUFSIZ.sh | 75 method=`cat -- "$common_bufsiz_h.method"` 103 if test x"$method" = x"1k"; then
|
/busybox-1.35.0/klibc-utils/ |
D | ipconfig.c.txt | 38 parse_method(const char *method) 42 fixed = (method[0] != '\0'); 55 , method 255 const char *method = ""; 267 &method, &timeout, &vendor_id, &port, &devname_list 271 G.fixed = parse_method(method); 299 //write_option("PROTO", method);
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 173 const struct method_t *method; member 196 const struct method_t *method; member 858 if (strcmp(af->method[i].name, name) == 0) { in get_method() 859 return &af->method[i]; in get_method() 980 currif->method = get_method(currif->address_family, method_name); in read_interfaces() 981 if (!currif->method) in read_interfaces() 1146 *pp++ = setlocalenv("%s=%s", "METHOD", iface->method->name); in set_environ() 1213 if (!iface->method->up(iface, check)) return -1; in iface_up() 1216 if (!iface->method->up(iface, doit)) return 0; in iface_up() 1224 if (!iface->method->down(iface, check)) return -1; in iface_down() [all …]
|
/busybox-1.35.0/archival/libarchive/ |
D | decompress_gunzip.c | 108 smallint method; /* method == -1 for stored, -2 for codes */ member 148 #define method (S()method ) macro 977 method = inflate_block(PASS_STATE &end_reached); in inflate_get_next_window() 981 switch (method) { in inflate_get_next_window() 1016 method = -1; in IF_DESKTOP()
|
/busybox-1.35.0/docs/ |
D | Serial-Programming-HOWTO.txt | 79 His method is right for him. 238 POSIX adds another method. They define:
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 872 if the built-in stack extension method is used).
|