Searched refs:strl (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ns32k.c388 int strl;
408 strl = strlen (str);
416 if (str[strl - 1] == ']')
424 if (str[strl - 1] == ']')
431 if (str[strl - 1] != ']')
450 if (str[strl - 1] != ']')
452 if ((!strncmp (str, "ext(", 4)) && strl > 7)
465 while (j < strl && i != 0);
483 strl = strlen (str);
485 switch (strl)
385 int strl; local
[all...]
/openbsd-current/lib/libcrypto/bio/
H A Dbss_log.c130 int strl; member in struct:__anon41
162 while (strncmp(buf, mapping[i].str, mapping[i].strl) != 0)
165 pp = buf + mapping[i].strl;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ns32k.c396 int strl;
416 strl = strlen (str);
424 if (str[strl - 1] == ']')
432 if (str[strl - 1] == ']')
439 if (str[strl - 1] != ']')
458 if (str[strl - 1] != ']')
460 if ((!strncmp (str, "ext(", 4)) && strl > 7)
473 while (j < strl && i != 0);
491 strl = strlen (str);
493 switch (strl)
393 int strl; local
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dregion-allocator.c530 int strl = sizeof(buf); local
532 snprintf(str, strl, "%lu objects (%lu small/%lu large), %lu bytes allocated (%lu wasted) in %lu chunks, %lu cleanups, %lu in recyclebin",
543 strl-=len;
555 snprintf(str, strl, " %lu", (unsigned long)count);
558 strl-=len;
/openbsd-current/usr.bin/snmp/
H A Dsnmpc.c1392 size_t strl, byte; local
1415 strl = 0;
1430 if (byte >= strl) {
1431 if ((str = recallocarray(str, strl,
1434 strl = byte + 1;
1460 strl = 0;
1474 str[strl++] = (unsigned char) lval;
1505 strl = strlen(argv[i + 2]);
1508 &oid, str, strl)) == NULL)
1539 strl
[all...]
/openbsd-current/games/gomoku/
H A Dpickmove.c1306 printcombo(struct combostr *cbp, char *str, size_t strl) argument
1311 snprintf(str, strl, "%x/%d", cbp->c_combo.s, cbp->c_nframes);
1314 snprintf(str, basestr + strl - str,
1319 snprintf(str, basestr + strl - str,

Completed in 149 milliseconds