Home
last modified time | relevance | path

Searched refs:fstring (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/dports/net/samba412/samba-4.12.15/nsswitch/
H A Dwinbind_struct_protocol.h197 fstring pw_dir;
268 fstring user;
269 fstring pass;
292 fstring user;
304 fstring user;
311 fstring name;
323 fstring sid;
324 fstring name;
327 fstring sid;
335 fstring user;
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FUtils/
H A DFUUri.h51 fstring username;
53 fstring password;
55 fstring hostname;
59 fstring path;
61 fstring query;
95fstring& username, const fstring& passwd, const fstring& host, uint32 port, const fstring& path =…
102 …FUUri(Scheme scheme, const fstring& host, const fstring& path = FC(""), const fstring& fragment = …
107 FUUri(const fstring& path, const fstring& fragment);
173 fstring MakeRelative(const fstring& path) const;
178 fstring MakeAbsolute(const fstring& relativePath) const;
[all …]
H A DFUFileManager.h43 typedef IFunctor2<const fstring&, fstring&, bool> SchemePreProcessCallback;
107 void PushRootPath(const fstring& path);
113 void PushRootFile(const fstring& filename);
137 bool FileExists(const fstring& filename);
142 static fstring StripFileFromPath(const fstring& filename);
147 static fstring GetFileExtension(const fstring& filename);
152 static fstring ExtractNetworkHostname(fstring& filename);
162 fstring CleanUri(const FUUri& uri);
166 static fstring GetApplicationFolderName();
170 static fstring GetModuleFolderName();
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUUri.h51 fstring username;
53 fstring password;
55 fstring hostname;
59 fstring path;
61 fstring query;
95fstring& username, const fstring& passwd, const fstring& host, uint32 port, const fstring& path =…
102 …FUUri(Scheme scheme, const fstring& host, const fstring& path = FC(""), const fstring& fragment = …
107 FUUri(const fstring& path, const fstring& fragment);
173 fstring MakeRelative(const fstring& path) const;
178 fstring MakeAbsolute(const fstring& relativePath) const;
[all …]
H A DFUFileManager.h43 typedef IFunctor2<const fstring&, fstring&, bool> SchemePreProcessCallback;
107 void PushRootPath(const fstring& path);
113 void PushRootFile(const fstring& filename);
137 bool FileExists(const fstring& filename);
142 static fstring StripFileFromPath(const fstring& filename);
147 static fstring GetFileExtension(const fstring& filename);
152 static fstring ExtractNetworkHostname(fstring& filename);
162 fstring CleanUri(const FUUri& uri);
166 static fstring GetApplicationFolderName();
170 static fstring GetModuleFolderName();
[all …]
H A DFUUri.cpp37 fstring _uri;
216 …e, const fstring& _user, const fstring& _passwd, const fstring& _host, uint32 _port, const fstring
230 FUUri::FUUri(Scheme _scheme, const fstring& _host, const fstring& _path, const fstring& _fragment)
241 FUUri::FUUri(const fstring& _path, const fstring& _fragment)
261 fstring authority;
320 fstring outString;
439 fstring FUUri::MakeRelative(const fstring& _path) const
531 fstring FUUri::MakeAbsolute(const fstring& relativePath) const
612 fstring outPath;
665 fstring FUUri::Escape(const fstring& path)
[all …]
H A DFUFileManager.cpp254 fstring FUFileManager::StripFileFromPath(const fstring& filename) in StripFileFromPath()
263 return fstring(fullPath); in StripFileFromPath()
267 fstring FUFileManager::GetFileExtension(const fstring& _filename) in GetFileExtension()
287 fstring out; in CleanUri()
294 fstring FUFileManager::ExtractNetworkHostname(fstring& filename) in ExtractNetworkHostname()
296 fstring hostname; in ExtractNetworkHostname()
350 fstring _moduleUri; in GetModuleFolderName()
365 fstring out; in GetModuleFolderName()
372 fstring _uri; in GetApplicationFolderName()
420 fstring out; in GetApplicationFolderName()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDAsset.h63 fstring unitName;
134 inline const fstring& GetKeywords() const { return keywords; } in GetKeywords()
143 inline const fstring& GetRevision() const { return revision; } in GetRevision()
152 inline const fstring& GetSubject() const { return subject; } in GetSubject()
160 inline const fstring& GetTitle() const { return title; } in GetTitle()
180 inline const fstring& GetUnitName() const { return unitName; } in GetUnitName()
266 inline const fstring& GetAuthor() const { return author; } in GetAuthor()
278 inline const fstring& GetAuthoringTool() const { return authoringTool; } in GetAuthoringTool()
288 inline const fstring& GetComments() const { return comments; } in GetComments()
299 inline const fstring& GetCopyright() const { return copyright; } in GetCopyright()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDAsset.h63 fstring unitName;
134 inline const fstring& GetKeywords() const { return keywords; } in GetKeywords()
143 inline const fstring& GetRevision() const { return revision; } in GetRevision()
152 inline const fstring& GetSubject() const { return subject; } in GetSubject()
160 inline const fstring& GetTitle() const { return title; } in GetTitle()
180 inline const fstring& GetUnitName() const { return unitName; } in GetUnitName()
266 inline const fstring& GetAuthor() const { return author; } in GetAuthor()
278 inline const fstring& GetAuthoringTool() const { return authoringTool; } in GetAuthoringTool()
288 inline const fstring& GetComments() const { return comments; } in GetComments()
299 inline const fstring& GetCopyright() const { return copyright; } in GetCopyright()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/friso/
H A Dfriso_API.h53 typedef char *fstring; typedef
60 fstring buffer;
98 FRISO_API fstring string_buffer_devote(string_buffer_t);
115 fstring source;
117 fstring delimiter;
129 FRISO_API string_split_t new_string_split(fstring, fstring);
131 FRISO_API void string_split_reset(string_split_t, fstring, fstring);
148 FRISO_API fstring string_split_next(string_split_t, fstring);
291 fstring _key; // the node key
384 FRISO_API int get_utf8_unicode(const fstring);
[all …]
H A Dfriso_string.c27 fstring buffer = ( fstring ) FRISO_MALLOC( length + 1 ); in create_buffer()
106 string_buffer_t sb, fstring __str ) in string_buffer_append()
138 fstring __str ) in string_buffer_insert()
148 FRISO_API fstring string_buffer_remove( in string_buffer_remove()
193 fstring buffer = sb->buffer; in string_buffer_devote()
223 fstring delimiter, in new_string_split()
224 fstring source ) in new_string_split()
243 fstring delimiter, in string_split_reset()
244 fstring source ) in string_split_reset()
283 FRISO_API fstring string_split_next( in string_split_next()
[all …]
H A Dfriso_lexicon.c74 fstring word, in new_lex_entry()
145 fstring word, in friso_dic_add()
163 fstring word, in friso_dic_add_with_fre()
184 FRISO_API fstring file_get_line( fstring __dst, FILE * _stream ) in file_get_line()
187 fstring cs; in file_get_line()
204 fstring _src, in string_copy()
234 fstring str = ( fstring ) FRISO_MALLOC( blocks + 1 ); in string_copy_heap()
253 __STATIC_API__ fstring indexOf( fstring __str, char delimiter ) in indexOf()
285 fstring _line; in friso_dic_load()
288 fstring _word; in friso_dic_load()
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/dep/friso/
H A Dfriso_API.h53 typedef char *fstring; typedef
60 fstring buffer;
98 FRISO_API fstring string_buffer_devote(string_buffer_t);
115 fstring source;
117 fstring delimiter;
129 FRISO_API string_split_t new_string_split(fstring, fstring);
131 FRISO_API void string_split_reset(string_split_t, fstring, fstring);
148 FRISO_API fstring string_split_next(string_split_t, fstring);
291 fstring _key; // the node key
384 FRISO_API int get_utf8_unicode(const fstring);
[all …]
H A Dfriso_string.c27 fstring buffer = ( fstring ) FRISO_MALLOC( length + 1 ); in create_buffer()
106 string_buffer_t sb, fstring __str ) in string_buffer_append()
138 fstring __str ) in string_buffer_insert()
148 FRISO_API fstring string_buffer_remove( in string_buffer_remove()
193 fstring buffer = sb->buffer; in string_buffer_devote()
223 fstring delimiter, in new_string_split()
224 fstring source ) in new_string_split()
243 fstring delimiter, in string_split_reset()
244 fstring source ) in string_split_reset()
283 FRISO_API fstring string_split_next( in string_split_next()
[all …]
H A Dfriso_lexicon.c74 fstring word, in new_lex_entry()
145 fstring word, in friso_dic_add()
163 fstring word, in friso_dic_add_with_fre()
184 FRISO_API fstring file_get_line( fstring __dst, FILE * _stream ) in file_get_line()
187 fstring cs; in file_get_line()
204 fstring _src, in string_copy()
234 fstring str = ( fstring ) FRISO_MALLOC( blocks + 1 ); in string_copy_heap()
253 __STATIC_API__ fstring indexOf( fstring __str, char delimiter ) in indexOf()
285 fstring _line; in friso_dic_load()
288 fstring _word; in friso_dic_load()
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/friso/
H A Dfriso_API.h53 typedef char *fstring; typedef
60 fstring buffer;
98 FRISO_API fstring string_buffer_devote(string_buffer_t);
115 fstring source;
117 fstring delimiter;
129 FRISO_API string_split_t new_string_split(fstring, fstring);
131 FRISO_API void string_split_reset(string_split_t, fstring, fstring);
148 FRISO_API fstring string_split_next(string_split_t, fstring);
291 fstring _key; // the node key
384 FRISO_API int get_utf8_unicode(const fstring);
[all …]
H A Dfriso_string.c27 fstring buffer = ( fstring ) FRISO_MALLOC( length + 1 ); in create_buffer()
106 string_buffer_t sb, fstring __str ) in string_buffer_append()
138 fstring __str ) in string_buffer_insert()
148 FRISO_API fstring string_buffer_remove( in string_buffer_remove()
193 fstring buffer = sb->buffer; in string_buffer_devote()
223 fstring delimiter, in new_string_split()
224 fstring source ) in new_string_split()
243 fstring delimiter, in string_split_reset()
244 fstring source ) in string_split_reset()
283 FRISO_API fstring string_split_next( in string_split_next()
[all …]
H A Dfriso_lexicon.c74 fstring word, in new_lex_entry()
145 fstring word, in friso_dic_add()
163 fstring word, in friso_dic_add_with_fre()
184 FRISO_API fstring file_get_line( fstring __dst, FILE * _stream ) in file_get_line()
187 fstring cs; in file_get_line()
204 fstring _src, in string_copy()
234 fstring str = ( fstring ) FRISO_MALLOC( blocks + 1 ); in string_copy_heap()
253 __STATIC_API__ fstring indexOf( fstring __str, char delimiter ) in indexOf()
285 fstring _line; in friso_dic_load()
288 fstring _word; in friso_dic_load()
[all …]
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dclient.h37 fstring user;
38 fstring name;
48 fstring password;
70 fstring eff_name;
71 fstring desthost;
72 fstring user_name;
73 fstring domain;
80 fstring server_type;
81 fstring server_os;
84 fstring share;
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dclient.h37 fstring user;
38 fstring name;
48 fstring password;
70 fstring eff_name;
71 fstring desthost;
72 fstring user_name;
73 fstring domain;
80 fstring server_type;
81 fstring server_os;
84 fstring share;
[all …]
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dparse_csv.awk.in31 fstring = fprefix "="
127 fstringold = fstring;
128 fstring = fstring newval;
129 if (fstring !~ /:$/) {
130 fstring = fstring ":"
180 fstring = fprefix "=";
184 fstring = fstringold;
189 fstring = fprefix;
196 print "** String: "fstring;
230 fstringold = fstring;
[all …]
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dbestuferrups.c133 char fstring[512]; in upsdrv_updateinfo() local
141 if (execute("f\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
149 memcpy(tmp, fstring+16, 2); in upsdrv_updateinfo()
154 memcpy(tmp, fstring+18, 2); in upsdrv_updateinfo()
159 memcpy(tmp, fstring+24, 4); in upsdrv_updateinfo()
164 memcpy(tmp, fstring+28, 4); in upsdrv_updateinfo()
169 memcpy(tmp, fstring+36, 4); in upsdrv_updateinfo()
216 if (execute("d 16\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
223 if (execute("d 16\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
228 if (execute("d 12\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
[all …]
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dbestuferrups.c133 char fstring[512]; in upsdrv_updateinfo() local
141 if (execute("f\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
149 memcpy(tmp, fstring+16, 2); in upsdrv_updateinfo()
154 memcpy(tmp, fstring+18, 2); in upsdrv_updateinfo()
159 memcpy(tmp, fstring+24, 4); in upsdrv_updateinfo()
164 memcpy(tmp, fstring+28, 4); in upsdrv_updateinfo()
169 memcpy(tmp, fstring+36, 4); in upsdrv_updateinfo()
217 if (execute("d 16\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
224 if (execute("d 16\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
229 if (execute("d 12\r", fstring, sizeof(fstring)) > 0) { in upsdrv_updateinfo()
[all …]
/dports/devel/ga/ga-5.8/gaf2c/
H A Dgaf2c.c23 void ga_c2fstring(char *cstring, char *fstring, int flength) in ga_c2fstring() argument
40 *fstring++ = *cstring++; in ga_c2fstring()
45 *fstring++ = ' '; in ga_c2fstring()
62 void ga_f2cstring(char *fstring, int flength, char *cstring, int clength) in ga_f2cstring() argument
65 while (flength-- && fstring[flength] == ' ') ; in ga_f2cstring()
80 cstring[flength] = fstring[flength]; in ga_f2cstring()
100 char fstring[F2C_GETARG_ARGLEN_MAX]; in ga_f2c_get_cmd_args() local
102 F2C_GETARG(&i, fstring, F2C_GETARG_ARGLEN_MAX); in ga_f2c_get_cmd_args()
103 ga_f2cstring(fstring, F2C_GETARG_ARGLEN_MAX, in ga_f2c_get_cmd_args()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dfortchar.c45 void FCSND_(type, fstring, node, sync, flength)
49 char *fstring;
56 char *fstring; /* FORTRAN string */ local
59 fstring = _fcdtocp(fcd);
67 strncpy(cstring, &fstring[fpos], (size_t) clength);
96 void FCRCV_(type, fstring, flength, nodeselect, nodefrom, sync, fsize)
98 char *fstring;
109 char *fstring; /* FORTRAN string */ local
112 fstring = _fcdtocp(fcd);
121 strncpy(&fstring[*flength], cstring,
[all …]

12345678910>>...34