Searched refs:next_command (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_packets_2.h49 uint32_t next_command; member in struct:smb2_header
H A Dsmb_iod.c524 * have sr_next_rq set to NULL. The next_command fields should already
816 (smb2_hdr->next_command == 0) &&
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c1150 VSTRING *next_command = vstring_alloc(100); local
1190 vstring_free(next_command); \
1304 vstring_strcpy(next_command, XFORWARD_CMD);
1307 vstring_strcat(next_command, " " XFORWARD_NAME "=");
1308 xtext_quote_append(next_command, request->client_name, "");
1312 vstring_strcat(next_command, " " XFORWARD_ADDR "=");
1313 xtext_quote_append(next_command, request->client_addr, "");
1317 vstring_strcat(next_command, " " XFORWARD_PORT "=");
1318 xtext_quote_append(next_command, request->client_port, "");
1327 vstring_strcpy(next_command, XFORWARD_CM
[all...]
/macosx-10.10/groff-38/groff/src/libs/libdriver/
H A Dinput.cpp408 Char next_command(void); // go to next command, evt. diff. line
958 /* next_command():
966 next_command(void) function
1596 command = next_command();
1620 command = next_command();
1640 command = next_command();
1654 command = next_command();
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim8788 unlet! next_command thrmsg match

Completed in 290 milliseconds