Searched refs:fstrcat (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Ddisplay_sec.c35 fstrcat(typestr, "Generic all access ");
37 fstrcat(typestr, "Generic execute access ");
39 fstrcat(typestr, "Generic write access ");
41 fstrcat(typestr, "Generic read access ");
43 fstrcat(typestr, "MAXIMUM_ALLOWED_ACCESS ");
45 fstrcat(typestr, "SYSTEM_SECURITY_ACCESS ");
47 fstrcat(typestr, "SYNCHRONIZE_ACCESS ");
49 fstrcat(typestr, "WRITE_OWNER_ACCESS ");
51 fstrcat(typestr, "WRITE_DAC_ACCESS ");
53 fstrcat(typest
[all...]
H A Dcmd_srvsvc.c45 fstrcat(typestr, "Wk ");
48 fstrcat(typestr, "Sv ");
51 fstrcat(typestr, "Sql ");
54 fstrcat(typestr, "PDC ");
57 fstrcat(typestr, "BDC ");
60 fstrcat(typestr, "Tim ");
63 fstrcat(typestr, "AFP ");
66 fstrcat(typestr, "Nov ");
69 fstrcat(typestr, "Dom ");
72 fstrcat(typest
[all...]
H A Dcmd_wkssvc.c46 fstrcat(dest_wks, info->dest_host);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnmblookup.c66 fstrcat(ret, (flags & 0x80) ? "<GROUP> " : " ");
67 if ((flags & 0x60) == 0x00) fstrcat(ret,"B ");
68 if ((flags & 0x60) == 0x20) fstrcat(ret,"P ");
69 if ((flags & 0x60) == 0x40) fstrcat(ret,"M ");
70 if ((flags & 0x60) == 0x60) fstrcat(ret,"H ");
71 if (flags & 0x10) fstrcat(ret,"<DEREGISTERING> ");
72 if (flags & 0x08) fstrcat(ret,"<CONFLICT> ");
73 if (flags & 0x04) fstrcat(ret,"<ACTIVE> ");
74 if (flags & 0x02) fstrcat(ret,"<PERMANENT> ");
87 if (flags & NM_FLAGS_RS) fstrcat(ret
[all...]
H A Dnet_rpc_printer.c62 fstrcat(typestr, "Generic all access ");
64 fstrcat(typestr, "Generic execute access ");
66 fstrcat(typestr, "Generic write access ");
68 fstrcat(typestr, "Generic read access ");
70 fstrcat(typestr, "MAXIMUM_ALLOWED_ACCESS ");
72 fstrcat(typestr, "SYSTEM_SECURITY_ACCESS ");
74 fstrcat(typestr, "SYNCHRONIZE_ACCESS ");
76 fstrcat(typestr, "WRITE_OWNER_ACCESS ");
78 fstrcat(typestr, "WRITE_DAC_ACCESS ");
80 fstrcat(typest
[all...]
H A Dpdbedit.c541 fstrcat(machineaccount, "$");
612 fstrcat (name, "$");
H A Dnet_rpc.c2809 fstrcat(dir, "\\");
2810 fstrcat(dir, f->name);
2828 fstrcat(new_mask, "\\*");
2843 fstrcat(filename, "\\");
2844 fstrcat(filename, f->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_wins.c156 fstrcat(response,state->request.data.winsreq);
157 fstrcat(response,"\t");
167 fstrcat(response, status[i].name);
168 fstrcat(response, " ");
212 fstrcat(response,addr);
213 fstrcat(response,"\t");
220 fstrcat(response,state->request.data.winsreq);
221 fstrcat(response,"\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprintfsp.c43 fstrcat(name, " ");
46 fstrcat(name, p);
H A Dlpq_parse.c155 /* FIXME: Using fstrcat rather than other means is a bit
158 fstrcat(buf->fs_file, " ");
159 fstrcat(buf->fs_file, tok[i]);
285 /* FIXME: Using fstrcat rather than other means is a bit
288 fstrcat(buf->fs_file, " ");
289 fstrcat(buf->fs_file, tokarr[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dvlp.c232 fstrcat(job.jobname, argv[i]);
234 fstrcat(job.jobname, " ");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dutable.c56 fstrcat(fname,"_a_long_extension");
H A Drpctorture.c514 fstrcat(cli_info.mach_acct, "$");
H A Dmasktest.c293 fstrcat(short_name,".");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dkerberos_keytab.c474 fstrcat(my_Fqdn, p_fqdn);
478 fstrcat(my_host_realm, ".");
479 fstrcat(my_host_realm, lp_realm());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_processlogon.c137 fstrcat(reply_name, my_name);
359 fstrcat(reply_name, my_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_server.c282 fstrcat(baduser, global_myname());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c445 if (mode & aVOLID) fstrcat(attrstr,"V");
446 if (mode & aDIR) fstrcat(attrstr,"D");
447 if (mode & aARCH) fstrcat(attrstr,"A");
448 if (mode & aHIDDEN) fstrcat(attrstr,"H");
449 if (mode & aSYSTEM) fstrcat(attrstr,"S");
450 if (mode & aRONLY) fstrcat(attrstr,"R");
H A Dutil_sid.c271 fstrcat(sidstr_out, subauth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsafe_string.h140 #define fstrcat(d,s) safe_strcat((d),(s),sizeof(fstring)-1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_pipe.c1492 fstrcat(cli->srv_name_slash, cli->desthost);
1496 fstrcat(cli->clnt_name_slash, global_myname());
1500 fstrcat(cli->mach_acct, "$");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c760 fstrcat(pname,pipe_name);
1002 fstrcat(ack_pipe_name, p->pipe_srv_name);
H A Dsrv_spoolss_nt.c8959 fstrcat( keyname, "\\" );
8960 fstrcat( keyname, SPOOL_OID_KEY );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c3238 fstrcat(server_name, name_type_hex);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dlanman.c2884 fstrcat(mypath,get_local_machine_name());

Completed in 424 milliseconds