Home
last modified time | relevance | path

Searched refs:nsymbol (Results 1 – 25 of 102) sorted by relevance

12345

/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dsmelly.py125 nsymbol = 0
136 nsymbol += check_library(filename, dynamic=True)
138 return nsymbol
142 nsymbol = 0
149 nsymbol += check_library(LIBRARY)
157 nsymbol += check_library(LDLIBRARY, dynamic=True)
160 nsymbol += check_extensions()
162 if nsymbol:
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dsmelly.py125 nsymbol = 0
136 nsymbol += check_library(filename, dynamic=True)
138 return nsymbol
142 nsymbol = 0
149 nsymbol += check_library(LIBRARY)
157 nsymbol += check_library(LDLIBRARY, dynamic=True)
160 nsymbol += check_extensions()
162 if nsymbol:
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dlemon_main.c116 lem.nsymbol = Symbol_count(); in main()
119 for (i = 0; i <= lem.nsymbol; i++) in main()
121 qsort(lem.symbols,lem.nsymbol+1,sizeof(struct symbol*), (int(*)())Symbolcmpp); in main()
122 for (i = 0; i <= lem.nsymbol; i++) in main()
176 lem.nterminal, lem.nsymbol - lem.nterminal, lem.nrule); in main()
H A Dlemon_report.c74 for(i=0; i<lemp->nsymbol; i++){ in Reprint()
84 for(j=i; j<lemp->nsymbol; j+=skip){ in Reprint()
634 arraysize = lemp->nsymbol * 2; in print_stack_union()
641 for(i=0; i<lemp->nsymbol; i++){ in print_stack_union()
660 for(i=0; i<lemp->nsymbol; i++){ in print_stack_union()
969 if (la<0) la = lemp->nsymbol; in ReportTable()
1058 for(i=0; i<lemp->nsymbol; i++){ in ReportTable()
1083 for(i=0; i<lemp->nsymbol; i++){ in ReportTable()
1089 if (i<lemp->nsymbol) { in ReportTable()
1094 for(i=0; i<lemp->nsymbol; i++){ in ReportTable()
[all …]
/dports/devel/dev86/dev86-0.16.20/ld/
H A Dreadobj.c155 unsigned nsymbol; local
164 nsymbol = readsize(2);
166 ourmalloc(nsymbol * sizeof(struct symdstruct));
167 for (endsymdptr = symdptr + nsymbol; symdptr < endsymdptr; ++symdptr)
177 moveup(nsymbol * sizeof(struct symdstruct));
179 ourmalloc((nsymbol + 1) * sizeof(struct symstruct *));
182 for (endsymdptr = symdptr + nsymbol; symdptr < endsymdptr;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/map/
H A Dsymbol.c16 static int nsymbol; variable
33 while(nsymbol<NSYMBOL-1 && getsymbol(sf,nsymbol)) in getsyms()
34 nsymbol++; in getsyms()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
234 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
237 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
234 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
237 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
234 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
237 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol,
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-";
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol);
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0)
166 s += strlen(nsymbol);
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0)
268 s += strlen(nsymbol);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dcash.c109 *nsymbol, in cash_in() local
139 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
143 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
162 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
165 s += strlen(nsymbol); in cash_in()
266 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
269 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dcash.c110 *nsymbol,
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-";
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol);
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0)
166 s += strlen(nsymbol);
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0)
268 s += strlen(nsymbol);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dcash.c110 *nsymbol, in cash_in() local
140 nsymbol = (*lconvert->negative_sign != '\0') ? lconvert->negative_sign : "-"; in cash_in()
144 fpoint, dsymbol, ssymbol, csymbol, psymbol, nsymbol); in cash_in()
163 if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
166 s += strlen(nsymbol); in cash_in()
265 else if (strncmp(s, nsymbol, strlen(nsymbol)) == 0) in cash_in()
268 s += strlen(nsymbol); in cash_in()

12345