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

/freebsd-11-stable/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));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c1018 struct pack_notify_baton *pnb = baton;
1033 pnb->notify_func(pnb->notify_baton, notify, pool);
1046 struct pack_notify_baton pnb;
1048 pnb.notify_func = notify_func;
1049 pnb.notify_baton = notify_baton;
1053 notify_func ? &pnb : NULL,
1015 struct pack_notify_baton *pnb = baton; local
1043 struct pack_notify_baton pnb; local

Completed in 58 milliseconds