Searched refs:text (Results 1 – 9 of 9) sorted by relevance
| /iperf/docs/ |
| H A D | Makefile | 38 @echo " text to make text files" 125 text: target 126 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
|
| H A D | dev.rst | 182 9. PGP-sign the release announcement text using ``gpg --clearsign``.
|
| H A D | invoking.rst | 23 It is presented here only for convenience; the text here might not
|
| /iperf/src/ |
| H A D | iperf_auth.c | 292 char *text = (char *) calloc(text_len, sizeof(char)); in encode_auth_setting() local 293 if (text == NULL) { in encode_auth_setting() 296 snprintf(text, text_len, auth_text_format, username, password, (int64_t)utc_seconds); in encode_auth_setting() 300 encrypted_len = encrypt_rsa_message(text, public_key, &encrypted); in encode_auth_setting() 301 free(text); in encode_auth_setting()
|
| /iperf/.github/ |
| H A D | PULL_REQUEST_TEMPLATE.md | 1 _PLEASE NOTE the following text from the iperf3 license. Submitting a
|
| /iperf/docs/_esnet/static/ |
| H A D | esnet.css | 15 .navbar-default .navbar-text {
|
| /iperf/ |
| H A D | RELNOTES.md | 25 * Update help and manpage text for #1157, support bind device 424 changes consist of updated documentation files and text in the RPM
|
| H A D | aclocal.m4 | 607 # '#!' sequence but before initialization text begins. After this 608 # macro, additional text can be appended to FILE to form the body of 797 # text mode, it properly converts lines to CR/LF. This bash problem 5353 …_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_… 5981 …_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_fla… 6028 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' 6046 # ever link correctly. If we're not using GNU ld we use -z text 6049 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' 7346 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' 7367 # ever link correctly. If we're not using GNU ld we use -z text [all …]
|
| H A D | configure | 10720 …archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $co… 10722 …$CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs… 10764 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 10811 no_undefined_flag='$wl-z,text' 10829 # ever link correctly. If we're not using GNU ld we use -z text
|