Home
last modified time | relevance | path

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

12345678910>>...141

/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_strbuf.c65 strbuf->str = (gchar *)wmem_alloc(strbuf->allocator, strbuf->alloc_len); in wmem_strbuf_sized_new()
127 strbuf->str = (gchar *)wmem_realloc(strbuf->allocator, strbuf->str, new_alloc_len); in wmem_strbuf_grow()
145 …(void) g_strlcpy(&strbuf->str[strbuf->len], str, strbuf->max_len ? WMEM_STRBUF_RAW_ROOM(strbuf) : … in wmem_strbuf_append()
147 strbuf->len = MIN(strbuf->len + append_len, strbuf->alloc_len - 1); in wmem_strbuf_append()
166 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_len()
173 char *buffer = &strbuf->str[strbuf->len]; in _strbuf_vsnprintf()
235 strbuf->str[strbuf->len] = c; in wmem_strbuf_append_c()
237 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_c()
254 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_unichar()
290 ret = (char *)wmem_realloc(strbuf->allocator, strbuf->str, strbuf->len+1); in wmem_strbuf_finalize()
[all …]
/dports/net/wireshark/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_strbuf.c65 strbuf->str = (gchar *)wmem_alloc(strbuf->allocator, strbuf->alloc_len); in wmem_strbuf_sized_new()
127 strbuf->str = (gchar *)wmem_realloc(strbuf->allocator, strbuf->str, new_alloc_len); in wmem_strbuf_grow()
145 …(void) g_strlcpy(&strbuf->str[strbuf->len], str, strbuf->max_len ? WMEM_STRBUF_RAW_ROOM(strbuf) : … in wmem_strbuf_append()
147 strbuf->len = MIN(strbuf->len + append_len, strbuf->alloc_len - 1); in wmem_strbuf_append()
166 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_len()
173 char *buffer = &strbuf->str[strbuf->len]; in _strbuf_vsnprintf()
235 strbuf->str[strbuf->len] = c; in wmem_strbuf_append_c()
237 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_c()
254 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_unichar()
290 ret = (char *)wmem_realloc(strbuf->allocator, strbuf->str, strbuf->len+1); in wmem_strbuf_finalize()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_strbuf.c65 strbuf->str = (gchar *)wmem_alloc(strbuf->allocator, strbuf->alloc_len);
127 strbuf->str = (gchar *)wmem_realloc(strbuf->allocator, strbuf->str, new_alloc_len);
145 …(void) g_strlcpy(&strbuf->str[strbuf->len], str, strbuf->max_len ? WMEM_STRBUF_RAW_ROOM(strbuf) : …
147 strbuf->len = MIN(strbuf->len + append_len, strbuf->alloc_len - 1);
166 strbuf->str[strbuf->len] = '\0';
173 char *buffer = &strbuf->str[strbuf->len];
235 strbuf->str[strbuf->len] = c;
237 strbuf->str[strbuf->len] = '\0';
254 strbuf->str[strbuf->len] = '\0';
290 ret = (char *)wmem_realloc(strbuf->allocator, strbuf->str, strbuf->len+1);
[all …]
/dports/net/tshark/wireshark-3.6.1/wsutil/wmem/
H A Dwmem_strbuf.c65 strbuf->str = (gchar *)wmem_alloc(strbuf->allocator, strbuf->alloc_len); in wmem_strbuf_sized_new()
127 strbuf->str = (gchar *)wmem_realloc(strbuf->allocator, strbuf->str, new_alloc_len); in wmem_strbuf_grow()
145 …(void) g_strlcpy(&strbuf->str[strbuf->len], str, strbuf->max_len ? WMEM_STRBUF_RAW_ROOM(strbuf) : … in wmem_strbuf_append()
147 strbuf->len = MIN(strbuf->len + append_len, strbuf->alloc_len - 1); in wmem_strbuf_append()
166 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_len()
173 char *buffer = &strbuf->str[strbuf->len]; in _strbuf_vsnprintf()
235 strbuf->str[strbuf->len] = c; in wmem_strbuf_append_c()
237 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_c()
254 strbuf->str[strbuf->len] = '\0'; in wmem_strbuf_append_unichar()
290 ret = (char *)wmem_realloc(strbuf->allocator, strbuf->str, strbuf->len+1); in wmem_strbuf_finalize()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dstrbuf.h66 struct strbuf { struct
100 void strbuf_release(struct strbuf *sb);
125 static inline void strbuf_swap(struct strbuf *a, struct strbuf *b) in strbuf_swap()
186 void strbuf_trim(struct strbuf *sb);
187 void strbuf_rtrim(struct strbuf *sb);
188 void strbuf_ltrim(struct strbuf *sb);
212 int strbuf_cmp(const struct strbuf *first, const struct strbuf *second);
311 void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
380 void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
601 static inline struct strbuf **strbuf_split_max(const struct strbuf *sb, in strbuf_split_max()
[all …]
H A Dquote.h4 struct strbuf;
32 void sq_quote_buf(struct strbuf *, const char *src);
33 void sq_quote_argv(struct strbuf *, const char **argv);
35 void sq_quotef(struct strbuf *, const char *fmt, ...);
42 void sq_quote_buf_pretty(struct strbuf *, const char *src);
43 void sq_quote_argv_pretty(struct strbuf *, const char **argv);
44 void sq_append_quote_argv_pretty(struct strbuf *dst, const char **argv);
97 void perl_quote_buf(struct strbuf *sb, const char *src);
99 void python_quote_buf(struct strbuf *sb, const char *src);
100 void tcl_quote_buf(struct strbuf *sb, const char *src);
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dstrbuf.h66 struct strbuf { struct
100 void strbuf_release(struct strbuf *sb);
125 static inline void strbuf_swap(struct strbuf *a, struct strbuf *b) in strbuf_swap()
186 void strbuf_trim(struct strbuf *sb);
187 void strbuf_rtrim(struct strbuf *sb);
188 void strbuf_ltrim(struct strbuf *sb);
212 int strbuf_cmp(const struct strbuf *first, const struct strbuf *second);
311 void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
380 void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
601 static inline struct strbuf **strbuf_split_max(const struct strbuf *sb, in strbuf_split_max()
[all …]
H A Dquote.h4 struct strbuf;
32 void sq_quote_buf(struct strbuf *, const char *src);
33 void sq_quote_argv(struct strbuf *, const char **argv);
35 void sq_quotef(struct strbuf *, const char *fmt, ...);
42 void sq_quote_buf_pretty(struct strbuf *, const char *src);
43 void sq_quote_argv_pretty(struct strbuf *, const char **argv);
44 void sq_append_quote_argv_pretty(struct strbuf *dst, const char **argv);
97 void perl_quote_buf(struct strbuf *sb, const char *src);
99 void python_quote_buf(struct strbuf *sb, const char *src);
100 void tcl_quote_buf(struct strbuf *sb, const char *src);
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dstrbuf.h66 struct strbuf { struct
100 void strbuf_release(struct strbuf *sb);
125 static inline void strbuf_swap(struct strbuf *a, struct strbuf *b) in strbuf_swap()
186 void strbuf_trim(struct strbuf *sb);
187 void strbuf_rtrim(struct strbuf *sb);
188 void strbuf_ltrim(struct strbuf *sb);
212 int strbuf_cmp(const struct strbuf *first, const struct strbuf *second);
311 void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
380 void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
601 static inline struct strbuf **strbuf_split_max(const struct strbuf *sb, in strbuf_split_max()
[all …]
H A Dquote.h4 struct strbuf;
32 void sq_quote_buf(struct strbuf *, const char *src);
33 void sq_quote_argv(struct strbuf *, const char **argv);
35 void sq_quotef(struct strbuf *, const char *fmt, ...);
42 void sq_quote_buf_pretty(struct strbuf *, const char *src);
43 void sq_quote_argv_pretty(struct strbuf *, const char **argv);
44 void sq_append_quote_argv_pretty(struct strbuf *dst, const char **argv);
97 void perl_quote_buf(struct strbuf *sb, const char *src);
99 void python_quote_buf(struct strbuf *sb, const char *src);
100 void tcl_quote_buf(struct strbuf *sb, const char *src);
[all …]
/dports/devel/git/git-2.34.1/
H A Dstrbuf.h66 struct strbuf { struct
100 void strbuf_release(struct strbuf *sb);
125 static inline void strbuf_swap(struct strbuf *a, struct strbuf *b) in strbuf_swap()
186 void strbuf_trim(struct strbuf *sb);
187 void strbuf_rtrim(struct strbuf *sb);
188 void strbuf_ltrim(struct strbuf *sb);
212 int strbuf_cmp(const struct strbuf *first, const struct strbuf *second);
311 void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
380 void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
601 static inline struct strbuf **strbuf_split_max(const struct strbuf *sb, in strbuf_split_max()
[all …]
H A Dquote.h4 struct strbuf;
32 void sq_quote_buf(struct strbuf *, const char *src);
33 void sq_quote_argv(struct strbuf *, const char **argv);
35 void sq_quotef(struct strbuf *, const char *fmt, ...);
42 void sq_quote_buf_pretty(struct strbuf *, const char *src);
43 void sq_quote_argv_pretty(struct strbuf *, const char **argv);
44 void sq_append_quote_argv_pretty(struct strbuf *dst, const char **argv);
97 void perl_quote_buf(struct strbuf *sb, const char *src);
99 void python_quote_buf(struct strbuf *sb, const char *src);
100 void tcl_quote_buf(struct strbuf *sb, const char *src);
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dstrbuf.h66 struct strbuf { struct
100 void strbuf_release(struct strbuf *sb);
125 static inline void strbuf_swap(struct strbuf *a, struct strbuf *b) in strbuf_swap()
186 void strbuf_trim(struct strbuf *sb);
187 void strbuf_rtrim(struct strbuf *sb);
188 void strbuf_ltrim(struct strbuf *sb);
212 int strbuf_cmp(const struct strbuf *first, const struct strbuf *second);
311 void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
380 void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
601 static inline struct strbuf **strbuf_split_max(const struct strbuf *sb, in strbuf_split_max()
[all …]
H A Dquote.h4 struct strbuf;
32 void sq_quote_buf(struct strbuf *, const char *src);
33 void sq_quote_argv(struct strbuf *, const char **argv);
35 void sq_quotef(struct strbuf *, const char *fmt, ...);
42 void sq_quote_buf_pretty(struct strbuf *, const char *src);
43 void sq_quote_argv_pretty(struct strbuf *, const char **argv);
44 void sq_append_quote_argv_pretty(struct strbuf *dst, const char **argv);
97 void perl_quote_buf(struct strbuf *sb, const char *src);
99 void python_quote_buf(struct strbuf *sb, const char *src);
100 void tcl_quote_buf(struct strbuf *sb, const char *src);
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dstrbuf.h66 struct strbuf { struct
100 void strbuf_release(struct strbuf *sb);
125 static inline void strbuf_swap(struct strbuf *a, struct strbuf *b) in strbuf_swap()
186 void strbuf_trim(struct strbuf *sb);
187 void strbuf_rtrim(struct strbuf *sb);
188 void strbuf_ltrim(struct strbuf *sb);
212 int strbuf_cmp(const struct strbuf *first, const struct strbuf *second);
298 void strbuf_addbuf(struct strbuf *sb, const struct strbuf *sb2);
367 void strbuf_addbuf_percentquote(struct strbuf *dst, const struct strbuf *src);
571 static inline struct strbuf **strbuf_split_max(const struct strbuf *sb, in strbuf_split_max()
[all …]
H A Dquote.h4 struct strbuf;
32 void sq_quote_buf(struct strbuf *, const char *src);
33 void sq_quote_argv(struct strbuf *, const char **argv);
34 void sq_quotef(struct strbuf *, const char *fmt, ...);
41 void sq_quote_buf_pretty(struct strbuf *, const char *src);
42 void sq_quote_argv_pretty(struct strbuf *, const char **argv);
76 struct strbuf *out);
79 void perl_quote_buf(struct strbuf *sb, const char *src);
80 void python_quote_buf(struct strbuf *sb, const char *src);
81 void tcl_quote_buf(struct strbuf *sb, const char *src);
[all …]
/dports/net/minidlna/minidlna-4f6a473/tagutils/
H A Dtagutils-misc.c187 char strbuf[1024]; in vc_scan() local
205 strbuf[length] = '\0'; in vc_scan()
214 if( *(strbuf+6) ) in vc_scan()
219 if( *(strbuf+7) ) in vc_scan()
228 if( *(strbuf+12) ) in vc_scan()
237 if( *(strbuf+6) ) in vc_scan()
250 if( *(strbuf+6) ) in vc_scan()
256 isdigit(strbuf[5 + 0]) && isdigit(strbuf[5 + 1]) && ispunct(strbuf[5 + 2]) && in vc_scan()
257 isdigit(strbuf[5 + 3]) && isdigit(strbuf[5 + 4]) && ispunct(strbuf[5 + 5]) && in vc_scan()
258 …isdigit(strbuf[5 + 6]) && isdigit(strbuf[5 + 7]) && isdigit(strbuf[5 + 8]) && isdigit(strbuf[5 + 9… in vc_scan()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/named/unix/
H A Dos.c82 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_setcaps()
241 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_keepcaps()
282 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
288 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
315 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
401 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
408 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
454 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
459 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
469 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/named/unix/
H A Dos.c82 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_setcaps()
241 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_keepcaps()
282 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
288 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
315 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
401 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
408 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
454 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
459 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
469 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/unix/
H A Dos.c80 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_setcaps()
239 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_keepcaps()
280 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
286 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
313 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
399 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
406 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
452 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
457 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
467 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dos.c80 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_setcaps()
239 strerror_r(errno, strbuf, sizeof(strbuf)); in linux_keepcaps()
280 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
286 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
313 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_daemonize()
399 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
406 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_chroot()
452 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
457 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
467 strerror_r(errno, strbuf, sizeof(strbuf)); in named_os_changeuser()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/named/unix/
H A Dos.c189 isc__strerror(errno, strbuf, sizeof(strbuf));
221 isc__strerror(errno, strbuf, sizeof(strbuf)); \
226 isc__strerror(errno, strbuf, sizeof(strbuf)); \
389 isc__strerror(errno, strbuf, sizeof(strbuf));
434 isc__strerror(errno, strbuf, sizeof(strbuf));
440 isc__strerror(errno, strbuf, sizeof(strbuf));
470 isc__strerror(errno, strbuf, sizeof(strbuf));
615 isc__strerror(errno, strbuf, sizeof(strbuf));
620 isc__strerror(errno, strbuf, sizeof(strbuf));
630 isc__strerror(errno, strbuf, sizeof(strbuf));
[all …]
/dports/dns/dq/dq-20181021/dq/
H A Diptostr.c24 if (!strbuf) strbuf = staticbuf; /* not thread-safe */ in iptostr()
29 return iptostr6(strbuf, ip); in iptostr()
37 if (!strbuf) strbuf = staticbuf; /* not thread-safe */ in iptostrx()
59 strbuf += len; in iptostr4()
71 return strbuf; in iptostr4()
115 char *s = strbuf; in iptostr6()
126 *strbuf = 0; in iptostr6()
140 i = strbuf - s; in iptostr6()
151 char *s = strbuf; in iptostr6x()
160 *strbuf = 0; in iptostr6x()
[all …]
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eina_cxx/
H A Deina_strbuf.hh255 strbuf(strbuf&& other) in strbuf() argument
256 : strbuf(_strbuf_empty) in strbuf()
262 strbuf(S const& str) in strbuf() function
267 ~strbuf() in ~strbuf() argument
272 void swap(strbuf& other) in swap() argument
277 strbuf dup() in dup() argument
282 strbuf& reset() in reset() argument
323 strbuf& trim() in trim() argument
329 strbuf& ltrim() in ltrim() argument
335 strbuf& rtrim() in rtrim() argument
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/bitmap2component/
H A Dbitmap2component.cpp195 char strbuf[1024]; in outputDataHeader() local
203 m_Data += strbuf; in outputDataHeader()
212 m_Data += strbuf; in outputDataHeader()
214 m_Data += strbuf; in outputDataHeader()
217 m_Data += strbuf; in outputDataHeader()
220 m_Data += strbuf; in outputDataHeader()
236 m_Data += strbuf; in outputDataHeader()
241 m_Data += strbuf; in outputDataHeader()
246 m_Data += strbuf; in outputDataHeader()
251 m_Data += strbuf; in outputDataHeader()
[all …]

12345678910>>...141