/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/ |
H A D | syserr.c | 27 bstring bt = bfromcstralloc(128,""); in sys_err()
|
H A D | redir.c | 844 buffer = bfromcstralloc(1024, ""); in redir_reply() 856 bstring bt = bfromcstralloc(1024,""); in redir_reply() 2377 bstring url = bfromcstralloc(1024,""); in redir_main() 2378 bstring urlenc = bfromcstralloc(1024,""); in redir_main()
|
/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/bstring/ |
H A D | bstrlib.c | 210 bstring bfromcstralloc (int mlen, const char * str) { in bfromcstralloc() function 2793 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformata() 2795 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bformata() 2841 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bassignformat() 2843 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bassignformat() 2888 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformat() 2890 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return NULL; in bformat()
|
H A D | bstrlib.h | 42 extern bstring bfromcstralloc (int mlen, const char * str);
|
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/ |
H A D | bstrlib.c | 210 bstring bfromcstralloc (int mlen, const char * str) { in bfromcstralloc() function 2783 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformata() 2785 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bformata() 2831 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bassignformat() 2833 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bassignformat() 2878 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformat() 2880 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return NULL; in bformat()
|
H A D | bstrlib.h | 42 extern bstring bfromcstralloc (int mlen, const char * str);
|
/dports/net/netatalk3/netatalk-3.1.12/libatalk/bstring/ |
H A D | bstrlib.c | 211 bstring bfromcstralloc (int mlen, const char * str) { in bfromcstralloc() function 2784 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformata() 2786 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bformata() 2832 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bassignformat() 2834 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bassignformat() 2879 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformat() 2881 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return NULL; in bformat()
|
/dports/sysutils/UEFITool/UEFITool-A59/common/bstrlib/ |
H A D | bstrlib.c | 272 bstring bfromcstralloc (int mlen, const char * str) { in bfromcstralloc() function 2965 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformata() 2967 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bformata() 3013 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bassignformat() 3015 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bassignformat() 3060 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformat() 3062 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return NULL; in bformat()
|
H A D | bstrlib.h | 48 extern bstring bfromcstralloc (int mlen, const char * str);
|
/dports/devel/liballium/liballium-0c9b50f/src/ |
H A D | bstrlib.c | 215 bstring bfromcstralloc (int mlen, const char * str) { in bfromcstralloc() function 2806 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformata() 2808 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bformata() 2854 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bassignformat() 2856 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return BSTR_ERR; in bassignformat() 2901 if (NULL == (buff = bfromcstralloc (n + 2, ""))) { in bformat() 2903 if (NULL == (buff = bfromcstralloc (n + 2, ""))) return NULL; in bformat()
|
H A D | allium_ptcfg.c | 803 arg_str = bfromcstralloc(btlength(str), bdata(l->entry[i])); in parse_server_xport_options()
|
/dports/net/netatalk3/netatalk-3.1.12/include/atalk/ |
H A D | bstrlib.h | 41 extern bstring bfromcstralloc (int mlen, const char * str);
|
/dports/devel/liballium/liballium-0c9b50f/include/ |
H A D | bstrlib.h | 43 extern bstring bfromcstralloc (int mlen, const char * str);
|
/dports/net/netatalk3/netatalk-3.1.12/libatalk/ |
H A D | libatalk-3.0beta1.abi | 80 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.abi | 80 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0beta2.abi | 80 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.1.abi | 80 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.3.abi | 84 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.5.abi | 106 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.2.abi | 83 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.4.abi | 84 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.0.6.abi | 106 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.1.10.abi | 110 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.1.5.abi | 110 bfromcstralloc: bstring (int, const char *)
|
H A D | libatalk-3.1.3.abi | 107 bfromcstralloc: bstring (int, const char *)
|