Home
last modified time | relevance | path

Searched refs:STRNCPY (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DPrefToolbarData.cpp25 STRNCPY (aButtons[0], " ", 24) in PrefToolbarData()
26 STRNCPY (aButtons[1], STRING(TOOL_DATABASE), 24) in PrefToolbarData()
27 STRNCPY (aButtons[2], STRING(TOOL_DOWNLOAD), 24) in PrefToolbarData()
28 STRNCPY (aButtons[3], STRING(TOOL_EXPORT), 24) in PrefToolbarData()
29 STRNCPY (aButtons[4], STRING(TOOL_IMPORT), 24) in PrefToolbarData()
30 STRNCPY (aButtons[5], STRING(TOOL_PREFERENCE), 24) in PrefToolbarData()
33 STRNCPY (aButtons[8], STRING(TOOL_PRICE_CHART), 24) in PrefToolbarData()
34 STRNCPY (aButtons[9], STRING(TOOL_PRICE_REPORT), 24) in PrefToolbarData()
37 STRNCPY (aButtons[12], STRING(TOOL_QUIT), 24) in PrefToolbarData()
39 STRNCPY (aButtons[13], STRING(TOOL_VIEW_LOG), 24) in PrefToolbarData()
[all …]
H A DPrefGeneralData.cpp27 STRNCPY (aChoiceYesNo[0], STRING(YES), 29) in PrefGeneralData()
28 STRNCPY (aChoiceYesNo[1], STRING(NO), 29) in PrefGeneralData()
30 STRNCPY (aChoiceTheme[0], STRING(THEME_PLASTIC), 29) in PrefGeneralData()
31 STRNCPY (aChoiceTheme[1], STRING(THEME_FLTK), 29) in PrefGeneralData()
33 STRNCPY (aChoiceFont[0], "10", 29) in PrefGeneralData()
34 STRNCPY (aChoiceFont[1], "12", 29) in PrefGeneralData()
35 STRNCPY (aChoiceFont[2], "14", 29) in PrefGeneralData()
/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Du_decodehost.c33 (void) STRNCPY(hstr, hstr0); in FTPDecodeHostName()
45 (void) STRNCPY(cip->pass, cp); in FTPDecodeHostName()
67 (void) STRNCPY(cip->user, hstr); in FTPDecodeHostName()
86 (void) STRNCPY(cip->host, hcp); in FTPDecodeHostName()
114 (void) STRNCPY(cip->user, line + 5); in FTPReadLoginConfigFile()
117 (void) STRNCPY(cip->pass, line + 9); in FTPReadLoginConfigFile()
120 (void) STRNCPY(cip->pass, line + 5); in FTPReadLoginConfigFile()
123 (void) STRNCPY(cip->host, line + 5); in FTPReadLoginConfigFile()
126 (void) STRNCPY(cip->host, line + 8); in FTPReadLoginConfigFile()
129 (void) STRNCPY(cip->acct, line + 5); in FTPReadLoginConfigFile()
[all …]
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dplayerlist.c604 STRNCPY(&header[num], " No", 3); in PlistHeader()
608 STRNCPY(&header[num], " Ty", 3); in PlistHeader()
612 STRNCPY(&header[num], " Rank", 5); in PlistHeader()
624 STRNCPY(&header[num], " Kills", 6); in PlistHeader()
632 STRNCPY(&header[num], " Offse", 6); in PlistHeader()
636 STRNCPY(&header[num], " Wins", 6); in PlistHeader()
640 STRNCPY(&header[num], " Defse", 6); in PlistHeader()
644 STRNCPY(&header[num], " Loss", 6); in PlistHeader()
648 STRNCPY(&header[num], " Stats", 6); in PlistHeader()
652 STRNCPY(&header[num], " Ratio", 6); in PlistHeader()
[all …]
/dports/x11/xvt/xvt-3.0.1/src/
H A Dlogging.c79 STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); in xvt_makeutent()
95 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id)); in xvt_makeutent()
98 STRNCPY(r->h->ut_id, ut_id, sizeof(r->h->ut_id)); in xvt_makeutent()
105 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id)); in xvt_makeutent()
108 STRNCPY(r->h->ut_id, ut_id, sizeof(r->h->ut_id)); in xvt_makeutent()
112 STRNCPY(ut->ut_line, pty, sizeof(ut->ut_line)); in xvt_makeutent()
117 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id)); in xvt_makeutent()
140 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id)); in xvt_makeutent()
395 STRNCPY(llx.ll_line, pty, sizeof(llx.ll_line)); in xvt_update_lastlog()
408 STRNCPY(ll.ll_line, pty, sizeof(ll.ll_line)); in xvt_update_lastlog()
[all …]
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Dlogging.c79 STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); in rxvt_makeutent()
94 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id)); in rxvt_makeutent()
97 STRNCPY(r->h->ut_id, ut_id, sizeof(r->h->ut_id)); in rxvt_makeutent()
104 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id)); in rxvt_makeutent()
107 STRNCPY(r->h->ut_id, ut_id, sizeof(r->h->ut_id)); in rxvt_makeutent()
111 STRNCPY(ut->ut_line, pty, sizeof(ut->ut_line)); in rxvt_makeutent()
116 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id)); in rxvt_makeutent()
139 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id)); in rxvt_makeutent()
390 STRNCPY(llx.ll_line, pty, sizeof(llx.ll_line)); in rxvt_update_lastlog()
403 STRNCPY(ll.ll_line, pty, sizeof(ll.ll_line)); in rxvt_update_lastlog()
[all …]
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dlogging.c102 STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); in rxvt_makeutent()
117 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id)); in rxvt_makeutent()
127 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id)); in rxvt_makeutent()
134 STRNCPY(ut->ut_line, pty, sizeof(ut->ut_line)); in rxvt_makeutent()
139 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id)); in rxvt_makeutent()
159 STRNCPY(utx->ut_line, pty, sizeof(utx->ut_line)); in rxvt_makeutent()
162 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id)); in rxvt_makeutent()
437 STRNCPY(llx.ll_line, pty, sizeof(llx.ll_line)); in rxvt_update_lastlog()
438 STRNCPY(llx.ll_host, host, sizeof(llx.ll_host)); in rxvt_update_lastlog()
450 STRNCPY(ll.ll_line, pty, sizeof(ll.ll_line)); in rxvt_update_lastlog()
[all …]
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dlogging.c122 STRNCPY(ut_id, (pty + 3), sizeof(ut_id));
141 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id));
151 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id));
158 STRNCPY(ut->ut_line, pty, sizeof(ut->ut_line));
163 STRNCPY(ut->ut_id, ut_id, sizeof(ut->ut_id));
183 STRNCPY(utx->ut_line, pty, sizeof(utx->ut_line));
186 STRNCPY(utx->ut_id, ut_id, sizeof(utx->ut_id));
461 STRNCPY(llx.ll_line, pty, sizeof(llx.ll_line));
462 STRNCPY(llx.ll_host, host, sizeof(llx.ll_host));
474 STRNCPY(ll.ll_line, pty, sizeof(ll.ll_line));
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dmain.c122 (void) STRNCPY(gConn.user, "anonymous"); in InitConnectionInfo()
182 (void) STRNCPY(url, urlgiven); in SetStartupURL()
190 (void) STRNCPY(gConn.host, urlgiven); in SetStartupURL()
194 (void) STRNCPY(gConn.host, gBm.name); in SetStartupURL()
195 (void) STRNCPY(gConn.user, gBm.user); in SetStartupURL()
196 (void) STRNCPY(gConn.pass, gBm.pass); in SetStartupURL()
197 (void) STRNCPY(gConn.acct, gBm.acct); in SetStartupURL()
209 (void) STRNCPY(gConn.firewallHost, gFirewallHost); in SetStartupURL()
210 (void) STRNCPY(gConn.firewallUser, gFirewallUser); in SetStartupURL()
450 (void) STRNCPY(gConn.user, opt.arg); in main()
[all …]
H A Dutil.c424 (void) STRNCPY(gOurDirectoryPath, cp); in InitOurDirectory()
463 STRNCPY(gUser, "default"); in InitUserInfo()
484 (void) STRNCPY(gUser, "unknown"); in InitUserInfo()
486 (void) STRNCPY(gUser, envp); in InitUserInfo()
491 (void) STRNCPY(gHome, "/"); in InitUserInfo()
493 (void) STRNCPY(gHome, envp); in InitUserInfo()
497 (void) STRNCPY(gShell, "/bin/sh"); in InitUserInfo()
499 (void) STRNCPY(gShell, envp); in InitUserInfo()
502 (void) STRNCPY(gHome, pwptr->pw_dir); in InitUserInfo()
544 STRNCPY(hn, hn0); in MayUseFirewall()
[all …]
H A Dpreffw.c251 (void) STRNCPY(gFirewallHost, tok2); in ProcessFirewallPrefFile()
257 (void) STRNCPY(gFirewallUser, tok2); in ProcessFirewallPrefFile()
259 (void) STRNCPY(gFirewallPass, tok2); in ProcessFirewallPrefFile()
261 (void) STRNCPY(gFirewallPass, tok2); in ProcessFirewallPrefFile()
263 (void) STRNCPY(gFirewallExceptionList, tok2); in ProcessFirewallPrefFile()
357 (void) STRNCPY(gFirewallExceptionList, cp); in LoadFirewallPrefs()
H A Dspool.c75 STRNCPY(ncftpbatch, PREFIX_BINDIR); in HaveSpool()
77 STRNCPY(ncftpbatch, BINDIR); in HaveSpool()
127 STRNCPY(ncftpbatch, BINDIR); in Jobs()
129 STRNCPY(ncftpbatch, PREFIX_BINDIR); in Jobs()
179 STRNCPY(ncftpbatch, BINDIR); in RunBatchWithCore()
181 STRNCPY(ncftpbatch, PREFIX_BINDIR); in RunBatchWithCore()
H A Dbookmark.c189 case 2: (void) STRNCPY(bmp->name, token); break; in ParseHostLine()
190 case 3: (void) STRNCPY(bmp->user, token); break; in ParseHostLine()
191 case 4: (void) STRNCPY(bmp->pass, token); break; in ParseHostLine()
192 case 5: (void) STRNCPY(bmp->acct, token); break; in ParseHostLine()
193 case 6: (void) STRNCPY(bmp->dir, token); in ParseHostLine()
229 case 22: (void) STRNCPY(bmp->ldir, token); in ParseHostLine()
242 (void) STRNCPY(bmp->pass, pass); in ParseHostLine()
326 (void) STRNCPY(path2, pathName); in OpenBookmarkFile()
420 STRNCPY(bmabbrtrunc, bmabbr); in GetBookmark()
780 (void) STRNCPY(bmAbbr, bmp->bookmarkName); in PutBookmark()
[all …]
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dutmp.c137 STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); in makeutent()
146 STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); in makeutent()
147 STRNCPY(utmp.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
149 STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); in makeutent()
195 STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); in makeutent()
204 STRNCPY(utmp.ut_user, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
206 STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); in makeutent()
207 STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); in makeutent()
210 STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); in makeutent()
218 STRNCPY(utmp.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
[all …]
/dports/x11/aterm/aterm-1.0.1/src/
H A Dutmp.c137 STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); in makeutent()
146 STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); in makeutent()
147 STRNCPY(utmp.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
149 STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); in makeutent()
195 STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); in makeutent()
204 STRNCPY(utmp.ut_user, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
206 STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); in makeutent()
207 STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); in makeutent()
210 STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); in makeutent()
218 STRNCPY(utmp.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
[all …]
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dutmp.c137 STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); in makeutent()
146 STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); in makeutent()
147 STRNCPY(utmp.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
149 STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); in makeutent()
195 STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); in makeutent()
204 STRNCPY(utmp.ut_user, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
206 STRNCPY(utmp.ut_id, ut_id, sizeof(utmp.ut_id)); in makeutent()
207 STRNCPY(utmp.ut_line, pty, sizeof(utmp.ut_line)); in makeutent()
210 STRNCPY(utmp.ut_host, hostname, sizeof(utmp.ut_host)); in makeutent()
218 STRNCPY(utmp.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in makeutent()
[all …]
/dports/editors/cooledit/cooledit-3.17.28/rxvt/
H A Drxvtlib_logging.c130 STRNCPY (o->ut_id, (pty + 3), sizeof (o->ut_id)); in rxvtlib_makeutent()
139 STRNCPY (ut.ut_line, pty, sizeof (ut.ut_line)); in rxvtlib_makeutent()
140 STRNCPY (ut.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in rxvtlib_makeutent()
142 STRNCPY (ut.ut_host, hostname, sizeof (ut.ut_host)); in rxvtlib_makeutent()
192 STRNCPY (ut.o->ut_id, o->ut_id, sizeof (ut.o->ut_id)); in rxvtlib_makeutent()
201 STRNCPY (ut.ut_user, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in rxvtlib_makeutent()
203 STRNCPY (ut.o->ut_id, o->ut_id, sizeof (ut.o->ut_id)); in rxvtlib_makeutent()
204 STRNCPY (ut.ut_line, pty, sizeof (ut.ut_line)); in rxvtlib_makeutent()
207 STRNCPY (ut.ut_host, hostname, sizeof (ut.ut_host)); in rxvtlib_makeutent()
215 STRNCPY (ut.ut_name, (pwent && pwent->pw_name) ? pwent->pw_name : "?", in rxvtlib_makeutent()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/arch/arm/string/
H A Dstrcpy_arm.S39 #elif defined(STRNCPY)
94 #if defined(STRNCPY)
119 #if defined(STRNCPY)
152 #if defined(STRNCPY)
216 #if defined(STRNCPY)
277 #if defined(STRNCPY)
342 #if defined(STRNCPY)
357 #if !defined(STRNCPY)
381 #if !defined(STRNCPY)
394 #if defined(STRNCPY)
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/sh_util/
H A Dgpshare.c327 (void) STRNCPY(cip->host, bm.name); in ReadConfigFromBookmark()
328 (void) STRNCPY(cip->user, bm.user); in ReadConfigFromBookmark()
329 (void) STRNCPY(cip->pass, bm.pass); in ReadConfigFromBookmark()
330 (void) STRNCPY(cip->acct, bm.acct); in ReadConfigFromBookmark()
350 STRNCPY(fn, fn0); in ReadConfigFile()
376 (void) STRNCPY(cip->user, line + 9); in ReadConfigFile()
379 (void) STRNCPY(cip->user, line + 5); in ReadConfigFile()
382 (void) STRNCPY(cip->user, line + 6); in ReadConfigFile()
385 (void) STRNCPY(cip->pass, line + 9); in ReadConfigFile()
436 (void) STRNCPY(buf, argstr); in SetRedial()
[all …]
H A Dncftpbatch.c783 STRNCPY(gProgressLog, cp);
980 STRNCPY(gOperationStr, "?");
1050 STRNCPY(gOperationStr, tok2);
1058 (void) STRNCPY(gHost, tok2);
1072 (void) STRNCPY(gRUser, tok2);
1074 (void) STRNCPY(gRPass, tok2);
1078 (void) STRNCPY(gRAcct, tok2);
1086 (void) STRNCPY(gRDir, tok2);
1088 (void) STRNCPY(gLDir, tok2);
1784 STRNCPY(gRPrevDir, gRDir);
[all …]
H A Dncftpput.c253 (void) STRNCPY(fi.user, "anonymous"); in main()
437 (void) STRNCPY(fi.host, argv[opt.ind + 0]); in main()
450 (void) STRNCPY(fi.host, argv[opt.ind + 0]); in main()
458 (void) STRNCPY(fi.host, argv[opt.ind]); in main()
464 (void) STRNCPY(fi.host, argv[opt.ind]); in main()
470 (void) STRNCPY(fi.host, argv[opt.ind]); in main()
489 (void) STRNCPY(fi.user, opt.arg); in main()
494 (void) STRNCPY(fi.acct, opt.arg); in main()
507 (void) STRNCPY(fi.host, opt.arg); in main()
534 (void) STRNCPY(fi.firewallHost, gFirewallHost); in main()
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/win/bmed/
H A Dutil.c279 (void) STRNCPY(gOurDirectoryPath, cp); in InitOurDirectory()
316 (void) STRNCPY(gOurDirectoryPath, cp); in InitOurDirectory()
355 STRNCPY(gUser, "default"); in InitUserInfo()
376 (void) STRNCPY(gUser, "unknown"); in InitUserInfo()
378 (void) STRNCPY(gUser, envp); in InitUserInfo()
383 (void) STRNCPY(gHome, "/"); in InitUserInfo()
384 (void) STRNCPY(gHome, envp); in InitUserInfo()
388 (void) STRNCPY(gShell, "/bin/sh"); in InitUserInfo()
389 (void) STRNCPY(gShell, envp); in InitUserInfo()
392 (void) STRNCPY(gHome, pwptr->pw_dir); in InitUserInfo()
[all …]
H A DBookmarkProperties.cpp162 STRNCPY(bmp->acct, (LPCSTR) m_account); in OnOK()
163 STRNCPY(bmp->bookmarkName, (LPCSTR) m_bookmarkName); in OnOK()
164 STRNCPY(bmp->comment, (LPCSTR) m_comment); in OnOK()
165 STRNCPY(bmp->name, (LPCSTR) m_hostName); in OnOK()
166 STRNCPY(bmp->ldir, (LPCSTR) m_localDir); in OnOK()
167 STRNCPY(bmp->pass, (LPCSTR) m_password); in OnOK()
169 STRNCPY(bmp->dir, (LPCSTR) m_remoteDir); in OnOK()
170 STRNCPY(bmp->user, (LPCSTR) m_user); in OnOK()
/dports/finance/libofx/libofx-0.10.2/lib/
H A Dofx_container_account.cpp153 STRNCPY(data.account_id, string(data.account_id) + m_acctid + " " + m_acctkey); in gen_account_id()
154 STRNCPY(data.account_name, string(data.account_name) + "Credit card " + m_acctid); in gen_account_id()
158 STRNCPY(data.account_id, string(data.account_id) + m_brokerid + " " + m_acctid); in gen_account_id()
159 STRNCPY(data.account_name, string(data.account_name) + "Investment account " + in gen_account_id()
164STRNCPY(data.account_id, string(data.account_id) + m_bankid + " " + m_branchid + " " + m_acctid); in gen_account_id()
165 STRNCPY(data.account_name, string(data.account_name) + "Bank account " + m_acctid); in gen_account_id()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_workspace_api.c60 STRNCPY(tref_rt.keymap, keymap); in rna_WorkSpaceTool_setup()
61 STRNCPY(tref_rt.gizmo_group, gizmo_group); in rna_WorkSpaceTool_setup()
62 STRNCPY(tref_rt.data_block, data_block); in rna_WorkSpaceTool_setup()
63 STRNCPY(tref_rt.op, op_idname); in rna_WorkSpaceTool_setup()
68 STRNCPY(tref->idname_fallback, idname_fallback); in rna_WorkSpaceTool_setup()
69 STRNCPY(tref_rt.keymap_fallback, keymap_fallback); in rna_WorkSpaceTool_setup()

12345678910>>...14