Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cond.c535 static char pnamebuf[7]; in M_GetEmblemPatch() local
538 strcpy(pnamebuf, "GOTITn"); in M_GetEmblemPatch()
540 strcpy(pnamebuf, "EMBMn0"); in M_GetEmblemPatch()
545 pnamebuf[5] = em->sprite; in M_GetEmblemPatch()
547 pnamebuf[4] = em->sprite; in M_GetEmblemPatch()
549 return pnamebuf; in M_GetEmblemPatch()
561 static char pnamebuf[7]; in M_GetExtraEmblemPatch() local
564 strcpy(pnamebuf, "GOTITn"); in M_GetExtraEmblemPatch()
571 pnamebuf[5] = em->sprite; in M_GetExtraEmblemPatch()
573 pnamebuf[4] = em->sprite; in M_GetExtraEmblemPatch()
[all …]
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_preopen.c150 static bool preopen_helper_open_one(int sock_fd, char **pnamebuf, in preopen_helper_open_one() argument
153 char *namebuf = *pnamebuf; in preopen_helper_open_one()
178 *pnamebuf = namebuf; in preopen_helper_open_one()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dtlib.cxx256 char pnamebuf[1024]; in GetUserName() local
259 gethostresult =::gethostname(pnamebuf,len); in GetUserName()
261 return PString(pnamebuf,len); in GetUserName()
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c453 static char *pnamebuf, *pselbuf, *findselpos; variable
5399 free(pnamebuf);
5628 free(pnamebuf);
5639 pnb = pnamebuf;
5640 pnamebuf = (char *)xrealloc(pnamebuf, namebuflen);
5641 if (!pnamebuf) {
5646 DPRINTF_P(pnamebuf);
5649 if (pnb != pnamebuf) {
5651 dentp->name = pnamebuf;
6539 pnamebuf = (char *)xrealloc(pnamebuf, NAMEBUF_INCR);
[all …]