/plan9/sys/src/cmd/aquarela/ |
H A D | smbcomsessionsetupandx.c | 85 if (!smbbuffergetstring(b, h, 0, &accountname) in smbcomsessionsetupandx() 86 || !smbbuffergetstring(b, h, 0, &primarydomain) in smbcomsessionsetupandx() 87 || !smbbuffergetstring(b, h, 0, &nativeos) in smbcomsessionsetupandx() 88 || !smbbuffergetstring(b, h, 0, &nativelanman)) { in smbcomsessionsetupandx()
|
H A D | smbcomrename.c | 19 …if (!smbbuffergetb(b, &oldfmt) || oldfmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &ol… in smbcomrename() 20 …|| !smbbuffergetb(b, &newfmt) || newfmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &new… in smbcomrename()
|
H A D | smbcomdeletedir.c | 14 if (!smbbuffergetb(b, &fmt) || fmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomdeletedirectory()
|
H A D | smbcomcreatedir.c | 14 if (!smbbuffergetb(b, &fmt) || fmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomcreatedirectory()
|
H A D | smbcomdir.c | 18 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomcheckdirectory()
|
H A D | smbcomdelete.c | 40 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &pattern)) in smbcomdelete()
|
H A D | smbcomopen.c | 192 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbcomopenandx() 329 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbcomopen() 394 !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)){ in smbcomcreate() 565 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbcomntcreateandx()
|
H A D | smbcomtreeconnectandx.c | 76 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &path) in smbcomtreeconnectandx()
|
H A D | smbcomsetinfo.c | 89 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &name)) in smbcomsetinformation()
|
H A D | smbcomquery.c | 15 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomqueryinformation()
|
H A D | smbtrans2client.c | 98 || !smbbuffergetstring(outdata, &rh, SMB_STRING_REVPATH, &info->filename)) in smbclienttrans2findfirst2()
|
H A D | smbtrans2find.c | 180 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &pattern)) { in smbtrans2findfirst2() 270 || !smbbuffergetstring(b, h, 0, &filename)) { in smbtrans2findnext2()
|
H A D | smbtrans2set.c | 127 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbtrans2setpathinformation()
|
H A D | smbtrans2query.c | 127 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbtrans2querypathinformation()
|
H A D | smbfns.h | 122 int smbbuffergetstring(SmbBuffer *b, SmbHeader *h, ulong flags, char **sp);
|
H A D | smbbuffer.c | 374 smbbuffergetstring(SmbBuffer *b, SmbHeader *h, ulong flags, char **sp) in smbbuffergetstring() function
|
H A D | smbtransaction.c | 54 if (hasname && !smbbuffergetstring(b, h, SMB_STRING_PATH, &t->in.name)) { in _smbtransactiondecodeprimary()
|