Searched refs:bstring (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstradd.h31 /* strip slashes from end of a bstring */
40 extern bstring brefcstr(const char *str);
41 extern int bunrefcstr(bstring b);
44 extern int bstrListPush(struct bstrList *sl, bstring bs);
45 extern bstring bstrListPop(struct bstrList *sl);
46 extern bstring bjoinInv(const struct bstrList * bl, const_bstring sep);
H A Dbstrlib.h2 * This source file is part of the bstring string library. This code was
10 * This file is the core module for implementing the bstring functions.
35 typedef struct tagbstring * bstring; typedef in typeref:struct:tagbstring
40 extern bstring bfromcstr (const char * str);
41 extern bstring bfromcstralloc (int mlen, const char * str);
42 extern bstring blk2bstr (const void * blk, int len);
45 extern bstring bstrcpy (const_bstring b1);
46 extern int bassign (bstring a, const_bstring b);
47 extern int bassignmidstr (bstring a, const_bstring b, int left, int len);
48 extern int bassigncstr (bstring
[all...]
H A Ddirectory.h60 bstring d_fullpath; /* complete unix path to dir (or file) */
61 bstring d_m_name; /* mac name */
62 bstring d_u_name; /* unix name */
H A Dutil.h206 extern bstring rel_path_in_vol(const char *path, const char *volpath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstradd.c73 * @brief Create a bstring referencing "str"
76 * By converting to bstring which carries the strlen, the repeated computation can be avoided.
78 bstring brefcstr (char *str) {
79 bstring b;
87 b = (bstring)bstr__alloc(sizeof(struct tagbstring));
99 * @brief Free up the bstring, WITHOUT freeing the pointed to c-string!
101 int bunrefcstr (bstring b) {
139 * @brief Push a bstring to the end of a list
141 int bstrListPush(struct bstrList *sl, bstring bs)
154 * @brief Pop a bstring fro
[all...]
H A Dbstrlib.c2 * This source file is part of the bstring string library. This code was
11 * This file is the core module for implementing the bstring functions.
91 /* int balloc (bstring b, int len)
93 * Increase the size of the memory backing the bstring b to at least len.
95 int balloc (bstring b, int olen) {
151 /* int ballocmin (bstring b, int len)
153 * Set the size of the memory backing the bstring b to len or b->slen+1,
157 int ballocmin (bstring b, int len) {
178 /* bstring bfromcstr (const char * str)
180 * Create a bstring whic
[all...]
H A DMakefile2 # libatalk/bstring/Makefile. Generated from Makefile.in by configure.
57 subdir = libatalk/bstring
247 abs_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring
248 abs_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring
320 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/bstring/Makefile'; \
322 $(AUTOMAKE) --foreign libatalk/bstring/Makefile
H A DMakefile.in57 subdir = libatalk/bstring
320 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/bstring/Makefile'; \
322 $(AUTOMAKE) --foreign libatalk/bstring/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/
H A DMakefile.am4 SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode vfs
13 bstring/libbstring.la \
24 bstring/libbstring.la \
H A DMakefile.in172 DIST_SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode \
387 SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode vfs \
392 bstring/libbstring.la compat/libcompat.la dsi/libdsi.la \
396 bstring/libbstring.la compat/libcompat.la dsi/libdsi.la \
H A DMakefile172 DIST_SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode \
387 SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode vfs \
392 bstring/libbstring.la compat/libcompat.la dsi/libdsi.la \
396 bstring/libbstring.la compat/libcompat.la dsi/libdsi.la \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dsourcepainter.h25 #include <bstring.h>
H A Dscriptbinder.h20 #include <bstring.h>
H A Dsrcparser.h21 #include <bstring.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dcnid.c70 * @returns relative path in new bstring, caller must bdestroy it
72 bstring rel_path_in_vol(const char *path, const char *volpath)
76 bstring fpath = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_find.c143 bstring sep = bfromcstr("/");
148 bstring path = NULL;
149 bstring volpath = bfromcstr(vol.volinfo.v_path);
H A Dad_util.c272 bstring rpath = NULL;
273 bstring statpath = NULL;
339 bstring rpath = NULL;
340 bstring statpath = NULL;
H A Dad_cp.c518 bstring addir = bfromcstr(to.p_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.h102 cnid_t pdid, cnid_t did, bstring fullpath, struct stat *);
106 const char *new_mname, const char *new_uname, bstring pdir_fullpath);
H A Ddirectory.c507 bstring rpath = NULL;
508 bstring statpath = NULL;
596 bstring fullpath = NULL;
859 bstring path,
945 bstring fullpath = NULL;
1101 bstring pdir_fullpath)
H A Dfiledir.c619 bstring dname;
665 bstring path;
H A Dvolume.c1543 bstring infoplist = NULL;
1544 bstring bandsdir = NULL;
H A Dacls.c1352 bstring parent = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c334 bstring s = NULL, d = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp107 # include <bstring.h>

Completed in 165 milliseconds

12