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

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsession.h31 fstring username;
32 fstring hostname;
33 fstring netbios_name;
34 fstring remote_machine;
35 fstring id_str;
38 fstring ip_addr;
H A Dpstring.h32 typedef char fstring[FSTRING_LEN]; typedef
H A Dmapping.h30 fstring nt_name;
31 fstring comment;
H A Dclient.h55 fstring user;
56 fstring name;
73 fstring desthost;
74 fstring user_name;
75 fstring domain;
82 fstring server_type;
83 fstring server_os;
84 fstring server_domain;
86 fstring share;
87 fstring de
[all...]
H A Drpc_creds.h28 fstring user_name;
29 fstring domain;
38 fstring user_name;
39 fstring requested_name;
40 fstring real_name;
88 fstring name;
H A Dnt_printing.h140 fstring name;
141 fstring environment;
142 fstring driverpath;
143 fstring datafile;
144 fstring configfile;
145 fstring helpfile;
146 fstring monitorname;
147 fstring defaultdatatype;
148 fstring *dependentfiles;
154 fstring nam
[all...]
H A Ddynconfig.h34 extern const fstring dyn_SHLIBEXT;
H A Dprinting.h40 fstring filename; /* the filename used to spool the file */
41 fstring jobname; /* the job name given to us by the client */
42 fstring user; /* the user who started the job */
43 fstring queuename; /* service number of printer for this job */
90 fstring printer_name;
H A Drpc_dce.h173 fstring str; /* the string above in single byte, null terminated form */
226 fstring domain; /* calling workstations's domain */
227 fstring myname; /* calling workstation's name */
296 fstring signature; /* "NTLMSSP".. Ok, not quite anymore */
311 fstring myname; /* calling workstation's name */
312 fstring domain; /* calling workstations's domain */
342 fstring sess_key;
343 fstring wks;
344 fstring user;
345 fstring domai
[all...]
H A Dntdomain.h169 fstring mach_acct; /* Machine name we've authenticated. */
171 fstring remote_machine; /* Machine name we've authenticated. */
202 fstring name;
203 fstring pipe_srv_name;
231 fstring user_name;
232 fstring domain;
233 fstring wks;
239 fstring pipe_user_name;
296 fstring name;
H A Dsecrets.h69 fstring pass; /* trust relationship's password */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_nss.h121 fstring pw_name;
122 fstring pw_passwd;
125 fstring pw_gecos;
126 fstring pw_dir;
127 fstring pw_shell;
132 fstring gr_name;
133 fstring gr_passwd;
159 fstring domain_name; /* name of domain for which the request applies */
162 fstring winsreq; /* WINS request */
163 fstring usernam
[all...]
H A Dwinbindd.h62 fstring domain_name;
68 fstring name; /* Account name */
69 fstring gecos; /* User information */
96 fstring name; /* Domain name */
97 fstring alt_name; /* alt Domain name (if any) */
117 fstring dcname;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dt_stringoverflow.c5 fstring dest;
10 /* Try copying a string into an fstring buffer. The string
12 * can't pstrcpy into an fstring. This should trap in a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dversion.c29 static fstring samba_version;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Dmisc.c32 /* Forth evaluate the expression contained in 'fstring'. */
34 prom_feval(char *fstring) argument
37 if(!fstring || fstring[0] == 0)
41 (*(romvec->pv_fortheval.v0_eval))(strlen(fstring), fstring); local
43 (*(romvec->pv_fortheval.v2_eval))(fstring);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_conv.c25 static void fstr_pull(fstring str, UNISTR *uni)
27 rpcstr_pull(str, uni->buffer, sizeof(fstring), -1, STR_TERMINATE);
30 static void fstr_pull2(fstring str, UNISTR2 *uni)
32 rpcstr_pull(str, uni->buffer, sizeof(fstring), -1, STR_TERMINATE);
48 fstring str = "";
60 fstring str = "";
212 fstring name;
216 sizeof(fstring), -1, STR_TERMINATE);
H A Dpy_spoolss_ports.c91 fstring name;
94 sizeof(fstring), -1, STR_TERMINATE);
110 fstring name;
113 sizeof(fstring), -1, STR_TERMINATE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_wkssvc.c36 fstring dest_wks;
37 fstring tmp;
H A Ddisplay_sec.c30 static fstring typestr="";
75 fstring sid_str;
123 fstring sid_str;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Ddynconfig.c61 const fstring dyn_SHLIBEXT = SHLIBEXT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dlookup_sid.c31 fstring sid;
69 BOOL lookup_sid(const DOM_SID *sid, fstring dom_name, fstring name, enum SID_NAME_USE *name_type)
101 fstring sid_str;
156 fstring sid;
177 fstring sid;
230 fstring sid;
251 fstring sid;
300 fstring sid;
342 fstring si
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dpwd_cache.c55 void pwd_get_cleartext(struct pwd_info *pwd, fstring clr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_groupmap.c89 fstring string_sid;
90 fstring group_type;
114 fstring ntgroup = "";
115 fstring sid_string = "";
188 fstring ntgroup = "";
189 fstring unixgrp = "";
190 fstring string_sid = "";
191 fstring type = "";
192 fstring ntcomment = "";
314 fstring ntcommen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dpsec.c74 static fstring temp;
102 static fstring temp;
136 fstring sidstr;
164 fstring keystr, sidstr, tdb_path;
266 fstring line, keystr, tdb_path;
290 fgets(line, sizeof(fstring), stdin);
296 fgets(line, sizeof(fstring), stdin);
304 while(fgets(line, sizeof(fstring), stdin)) {
307 fstring sidstr;

Completed in 247 milliseconds

12345678910