Searched refs:pnb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c756 struct pack_notify_baton *pnb = baton;
768 pnb->notify_func(pnb->notify_baton, notify, pool);
781 struct pack_notify_baton pnb;
783 pnb.notify_func = notify_func;
784 pnb.notify_baton = notify_baton;
788 notify_func ? &pnb : NULL,
753 struct pack_notify_baton *pnb = baton; local
778 struct pack_notify_baton pnb; local
/freebsd-10.1-release/contrib/smbfs/lib/smb/
H A Dctx.c171 * Here we expect something like "[proto:]//[user@]host[:psmb[:pnb]][/share][/path]"
178 char *p1, *psmb, *pnb; local
217 pnb = strchr(psmb, ':');
218 if (pnb) {
219 *pnb++ = '\0';
220 error = smb_ctx_setnbport(ctx, atoi(pnb));

Completed in 56 milliseconds