OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:my_buf
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
quote_flags.c
84
static VSTRING *
my_buf
;
local
86
if (res_buf == 0 && (res_buf =
my_buf
) == 0)
87
res_buf =
my_buf
= vstring_alloc(20);
mail_addr_find.c
215
static VSTRING *
my_buf
;
local
217
if (res_buf == 0 && (res_buf =
my_buf
) == 0)
218
res_buf =
my_buf
= vstring_alloc(20);
/src/external/ibm-public/postfix/dist/src/util/
byte_mask.c
211
static VSTRING *
my_buf
= 0;
local
218
if (
my_buf
== 0)
219
my_buf
= vstring_alloc(1);
220
buf =
my_buf
;
name_mask.c
286
static VSTRING *
my_buf
= 0;
local
293
if (
my_buf
== 0)
294
my_buf
= vstring_alloc(1);
295
buf =
my_buf
;
410
static VSTRING *
my_buf
= 0;
local
420
if (
my_buf
== 0)
421
my_buf
= vstring_alloc(1);
422
buf =
my_buf
;
Completed in 22 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026