Searched refs:pbuf (Results 101 - 102 of 102) sorted by relevance

12345

/macosx-10.10.1/vim-55/src/
H A Deval.c22931 char_u *pbuf, *tfname; local
22944 pbuf = tfname = expand_env_save(*fnamep);
22946 pbuf = tfname = FullName_save(*fnamep, FALSE);
22950 if (get_short_pathname(&tfname, &pbuf, &len) == FAIL)
22960 if (shortpath_for_invalid_fname(&tfname, &pbuf, &len) == FAIL)
22990 /* Copy in the string - p indexes into tfname - allocated at pbuf */
22993 *bufp = pbuf;
23017 char_u *s, *p, *pbuf; local
23102 pbuf = NULL;
23107 p = pbuf
[all...]
/macosx-10.10.1/libresolv-57/
H A Ddns_util.c1581 char pbuf[64]; local
1599 fprintf(f, " %s", inet_ntop(AF_INET6, (char *)(&s6) + INET_NTOP_AF_INET6_OFFSET, pbuf, 64));

Completed in 120 milliseconds

12345