Home
last modified time | relevance | path

Searched refs:SPT (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsetproctitle.c67 } SPT; variable
204 SPT.nul = nul; in spt_init()
205 SPT.base = base; in spt_init()
206 SPT.end = end; in spt_init()
226 if (!SPT.base) in setproctitle()
241 memset(SPT.base, 0, SPT.end - SPT.base); in setproctitle()
242 SPT.reset = 1; in setproctitle()
244 memset(SPT.base, 0, spt_min(sizeof buf, SPT.end - SPT.base)); in setproctitle()
252 *SPT.nul = '.'; in setproctitle()
253 } else if (nul == SPT.nul && &nul[1] < SPT.end) { in setproctitle()
[all …]