Home
last modified time | relevance | path

Searched refs:lname (Results 101 – 125 of 5058) sorted by relevance

12345678910>>...203

/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/snmpnetstat/
H A Dinetx.c232 char lname[5]; in tcpxprotopr() local
272 strcpy(lname, "tcp"); in tcpxprotopr()
274 else lname[3] = '4'; in tcpxprotopr()
275 lname[4] = 0; in tcpxprotopr()
319 char lname[5]; in listenxprotopr() local
335 strcpy(lname, "tcp"); in listenxprotopr()
337 else lname[3] = '4'; in listenxprotopr()
338 lname[4] = 0; in listenxprotopr()
383 char lname[5]; in udpxprotopr() local
405 else lname[3] = '4'; in udpxprotopr()
[all …]
/dports/textproc/p5-RDF-Notation3/RDF-Notation3-0.91/lib/RDF/Notation3/
H A DSAX.pm96 my ($prefix, $lname) = _split_qname($_->[0]);
101 LocalName => $lname,
106 my ($prefix, $lname) = _split_qname($tag);
111 LocalName => $lname,
121 my ($prefix, $lname) = _split_qname($tag);
126 LocalName => $lname,
168 my $lname = $qname;
171 $lname = $2;
173 return ($prefix, $lname);
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo_f.c1307 if (*lname <= 0) in DBPUTFL_FC()
1377 if (*lname <= 0) in DBWRTFL_FC()
1467 if (*lname <= 0) in DBPUTMMESH_FC()
1567 if (*lname <= 0) in DBPUTDEFVARS_FC()
1711 if (*lname <= 0) in DBPUTMVAR_FC()
1810 if (*lname <= 0) in DBPUTMMAT_FC()
1914 if (*lname <= 0) in DBPUTPM_FC()
1994 if (*lname <= 0) in DBPUTPV1_FC()
2148 if (*lname <= 0) in DBPUTQM_FC()
2228 if (*lname <= 0) in DBPUTQV1_FC()
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/hmminfo/
H A Drdhmmlist.c71 char *buf, *lname, *pname; in rdhmmlist() local
83 if ((lname = strtok(buf, DELM)) == NULL) { in rdhmmlist()
87 if (strlen(lname) >= MAX_HMMNAME_LEN) { in rdhmmlist()
88 jlog("Error: rdhmmlist: %d: name too long: \"%s\"\n", n, lname); in rdhmmlist()
95 mapped = htk_hmmdata_lookup_physical(hmminfo, lname); in rdhmmlist()
97 jlog("Error: rdhmmlist: line %d: physical HMM \"%s\" not found\n", n, lname); in rdhmmlist()
117 new->name = mybstrdup2(lname, &(hmminfo->lroot)); in rdhmmlist()
/dports/devel/cdash/CDash-2-2-3/
H A Dregister.php51 $lname = $query_array['lastname'];
56 VALUES ('$email','$passwd','$fname','$lname','$institution')";
87 $lname = $_POST["lname"];
89 if ($email && $passwd && $passwd2 && $fname && $lname && $institution)
111 $lname = pdo_real_escape_string($lname);
131 VALUES ('$email','$passwd','$fname','$lname','$institution','$key','$date')";
136 VALUES ('$email','$passwd','$fname','$lname','$institution')";
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/brittany-0.13.1.1/src/Language/Haskell/Brittany/Internal/Layouters/
H A DPattern.hs81 ConPatIn lname (PrefixCon args) -> do
83 nameDoc <- lrdrNameToTextAnn lname
94 ConPatIn lname (InfixCon left right) -> do
96 nameDoc <- lrdrNameToTextAnn lname
101 ConPatIn lname (RecCon (HsRecFields [] Nothing)) -> do
103 let t = lrdrNameToText lname
105 ConPatIn lname (RecCon (HsRecFields fs@(_:_) Nothing)) -> do
108 let t = lrdrNameToText lname
132 ConPatIn lname (RecCon (HsRecFields [] (Just 0))) -> do
135 let t = lrdrNameToText lname
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/src/ortp-deps/
H A Dlogging.c127 const char *lname="undef"; in __ortp_logv_out() local
132 lname="debug"; in __ortp_logv_out()
135 lname="message"; in __ortp_logv_out()
138 lname="warning"; in __ortp_logv_out()
141 lname="error"; in __ortp_logv_out()
144 lname="fatal"; in __ortp_logv_out()
154 fprintf(__log_file,"ortp-%s-%s" ENDLINE,lname,msg); in __ortp_logv_out()
/dports/devel/arm-elf-binutils/binutils-2.37/libctf/
H A Dctf-labels.c70 const char *lname; in ctf_label_iter() local
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
91 if ((rc = func (lname, &linfo, arg)) != 0) in ctf_label_iter()
105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() argument
110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) in label_info_cb()
125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info() argument
130 cb_arg.lca_name = lname; in ctf_label_info()
/dports/devel/gdb/gdb-11.1/libctf/
H A Dctf-labels.c70 const char *lname; in ctf_label_iter() local
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
91 if ((rc = func (lname, &linfo, arg)) != 0) in ctf_label_iter()
105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() argument
110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) in label_info_cb()
125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info() argument
130 cb_arg.lca_name = lname; in ctf_label_info()
/dports/devel/gnulibiberty/binutils-2.37/libctf/
H A Dctf-labels.c70 const char *lname; in ctf_label_iter() local
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
91 if ((rc = func (lname, &linfo, arg)) != 0) in ctf_label_iter()
105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() argument
110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) in label_info_cb()
125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info() argument
130 cb_arg.lca_name = lname; in ctf_label_info()
/dports/textproc/p5-XML-Filter-SAX1toSAX2/XML-Filter-SAX1toSAX2-0.03/
H A DSAX1toSAX2.pm39 my ($uri, $prefix, $lname) = $self->{NSSupport}->process_element_name($element->{Name});
40 $element->{LocalName} = $lname;
61 my ($uri, $prefix, $lname) = $self->{NSSupport}->process_element_name($element->{Name});
63 $element->{LocalName} = $lname;
80 my ($uri, $prefix, $lname) = $self->{NSSupport}->process_attribute_name($key);
81 $attribs{"{$uri}$lname"} = {
86 LocalName => $lname,
/dports/devel/binutils/binutils-2.37/libctf/
H A Dctf-labels.c70 const char *lname; in ctf_label_iter() local
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
91 if ((rc = func (lname, &linfo, arg)) != 0) in ctf_label_iter()
105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() argument
110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) in label_info_cb()
125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info() argument
130 cb_arg.lca_name = lname; in ctf_label_info()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dquadf77.f132 integer function buildquad (dbid, name, lname)
147 integer dbid, lname
207 err = dbputqm(dbid, name, lname,
222 if (lname .eq. 4) err = dbputqv1 (dbid, "d", 1, name,
223 . lname, d, dims, ndims,
226 if (lname .eq. 5) err = dbputqv1 (dbid, "e", 1, name,
227 . lname, d, dims, ndims,
234 err = dbputqv(dbid, "f", 1, name, lname, 2, vnames, lvnames,
/dports/lang/snobol4/snobol4-2.2.2/lib/
H A Dloadx.c140 char *lname = mspec2str(sp2); in load() local
160 lp = libopen(lname, lname); in load()
165 l2 = strjoin(lname, DL_EXT, NULL); in load()
168 lp = libopen(lname, l2); in load()
173 if (!abspath(lname)) { in load()
174 l2 = io_lib_find("shared", lname, DL_EXT); in load()
176 lp = libopen(lname, l2); in load()
184 lp = libopen(lname, l2); in load()
190 l2 = io_lib_find(NULL, lname, DL_EXT); in load()
192 lp = libopen(lname, l2); in load()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_ini_file.cxx61 if (it == end() || xr_stricmp((*it)->name.c_str(), lname) != 0) in line_exist()
68 bool xr_ini_file::line_exist(const char* sname, const char* lname) const in line_exist()
73 return (*it)->line_exist(lname, 0); in line_exist()
89 return xr_clsid::to_quad(r_string(sname, lname)); in r_clsid()
97 msg("can't find item %s in section %s", lname, sname); in r_string()
112 bool xr_ini_file::r_bool(const char* sname, const char* lname) const in r_bool()
114 return is_true(r_string(sname, lname)); in r_bool()
117 float xr_ini_file::r_float(const char* sname, const char* lname) const in r_float()
119 return float(std::atof(r_string(sname, lname))); in r_float()
128 if (lname) in r_line()
[all …]
H A Dxr_ini_file.h31 bool line_exist(const char* sname, const char* lname) const;
34 uint64_t r_clsid(const char* sname, const char* lname) const;
35 const char* r_string(const char* sname, const char* lname) const;
36 bool r_bool(const char* sname, const char* lname) const;
37 float r_float(const char* sname, const char* lname) const;
38 bool r_line(const char* sname, size_t lindex, const char** lname, const char** lvalue) const;
56 bool line_exist(const char* lname, const char** lvalue) const;
/dports/lang/snobol4/snobol4-2.2.2/lib/unix98/
H A Dload.c29 os_load_library(const char *lname) { in os_load_library() argument
34 if (!*lname) { in os_load_library()
40 if (strchr(lname, DIR_SEP[0]) == 0) { in os_load_library()
41 char *path = strjoin(".", DIR_SEP, lname, NULL); in os_load_library()
47 return dlopen(lname, RTLD_LAZY); in os_load_library()
/dports/x11/xhost/xhost-1.0.8/
H A Dxhost.c303 char *lname; in change_host() local
330 lname[namelen] = '\0'; in change_host()
337 free(lname); in change_host()
347 free(lname); in change_host()
359 free(lname); in change_host()
366 free(lname); in change_host()
375 free(lname); in change_host()
385 free(lname); in change_host()
399 ProgramName, lname); in change_host()
400 free(lname); in change_host()
[all …]
/dports/comms/birda/birda-1.3/src/
H A Dmkobexcard.c76 char* lname=0; in main() local
96 case 'l': lname=optarg; cmdline=1; break; in main()
115 if (fname || lname) { in main()
117 addStr(lname); in main()
124 (fname && lname ? " " : ""), in main()
125 (lname ? lname : "")); in main()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c88 const char *lname; in ctf_label_iter() local
98 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
105 if ((rc = func(lname, &linfo, arg)) != 0) in ctf_label_iter()
118 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() argument
124 if (strcmp(lname, ((linfo_cb_arg_t *)arg)->lca_name) == 0) { in label_info_cb()
141 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info() argument
146 cb_arg.lca_name = lname; in ctf_label_info()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dlock.c32 char *lname[NLOCKS]; /* names of all locked files */ variable
48 if (strcmp(fname, lname[i]) == 0)
66 lname[++numlocks - 1] = (char *)room(strlen(fname) + 1);
67 if (lname[numlocks - 1] == NULL) { /* room failure */
76 strcpy(lname[numlocks-1], fname);
91 if ((s = xunlock(lname[numlocks])) != TRUE) in lockrel()
93 free(lname[numlocks]); in lockrel()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/dodo/src/
H A DDocument.php569 $lname = null;
582 $el = $this->createElement( $lname );
590 if ( !WhatWG::is_valid_xml_name( $lname ) ) {
600 if ( strcspn( $lname, "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ) < strlen( $lname ) ) {
601 $lname = Util::toAsciiLowercase( $lname );
607 return new Element( $this, $lname, null, null );
635 * @param string $lname
652 return new Element( $this, $lname, $ns, $prefix );
655 return new Element( $this, $lname, $ns, $prefix );
921 * @param string $lname
[all …]
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-mkoids17 lname=$(echo "$name" | tr '[:upper:]' '[:lower:]')
18 echo "GQuark _${LOWER}_oid_${lname}_get_quark (void) G_GNUC_CONST;"
19 echo "#define ${UPPER}_OID_${name} _${LOWER}_oid_${lname}_get_quark ()"
37 lname=$(echo "$name" | tr '[:upper:]' '[:lower:]')
39 echo "_${LOWER}_oid_${lname}_get_quark (void)"
/dports/converters/enca/enca-1.19/test/
H A Dtest-default-cs.sh5 lname=TEST_PAIR_$l
7 eval lname=$`echo $lname`
8 if test "x$lname" != x; then
10 for c in $lname; do
/dports/biology/fasta/fasta/
H A Dsindex.c121 fgets(lname,80,stdin);
123 newname(iname,lname,"ixx",sizeof(iname));
124 newname(inname,lname,"inx",sizeof(inname));
132 strncpy(lname,argv[1],80);
133 newname(iname,lname,"ixx",sizeof(iname));
168 if (lname[0]!='@') {
170 lbnames[0]=lname;
178 nln=getlnames(&lname[1]);
307 openlib(lname,libenv) in openlib() argument
308 char *lname, *libenv; in openlib()
[all …]

12345678910>>...203