Searched refs:tstr (Results 1 - 19 of 19) sorted by path

/freebsd-current/contrib/less/
H A Dlesskey_parse.c188 static char * tstr(char **pp, int xlate) function
486 s = tstr(&p, 1);
531 add_cmd_str(tstr(&p, 0), tables);
560 s = tstr(&p, 0);
578 s = tstr(&p, 0);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c237 struct archive_string tstr; member in struct:xar
357 archive_string_init(&(xar->tstr));
1916 archive_string_free(&(xar->tstr));
/freebsd-current/contrib/libedit/
H A Dterminal.c104 } tstr[] = { variable in typeref:struct:termcapstr
341 char **tmp, **str = &tlist[t - tstr];
878 for (t = tstr; t->name != NULL; t++)
893 for (t = tstr; t->name != NULL; t++) {
1289 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) {
1329 for (ts = tstr; ts->name != NULL; ts++)
1414 for (ts = tstr; ts->name != NULL; ts++)
1419 *(char **)how = el->el_terminal.t_str[ts - tstr];
1516 for (t = tstr; t->name != NULL; t++)
1519 scap = el->el_terminal.t_str[t - tstr];
[all...]
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c107 char *tstr; member in struct:rtype
151 if (strncmp(rtypes[i].tstr, typestr,
152 strlen(rtypes[i].tstr)) == 0) {
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_torus.c9318 const char *vlarb_str, *tstr; local
9334 tstr = "qos_swe";
9337 tstr = "qos";
9343 check_vlarb_config(vlarb_str, is_default, tstr, "high", log);
9347 tstr = "qos_swe";
9350 tstr = "qos";
9356 check_vlarb_config(vlarb_str, is_default, tstr, "low", log);
/freebsd-current/contrib/tcsh/
H A Ded.screen.c48 #define GoodStr(a) (tstr[a].str != NULL && tstr[a].str[0] != '\0')
49 #define Str(a) tstr[a].str
168 } tstr[T_str + 1]; variable in typeref:struct:termcapstr
191 xfree((ptr_t)(intptr_t)tstr[i].long_name);
197 tstr[T_al].name = "al";
198 tstr[T_al].long_name = CSAVS(4, 1, "add new blank line");
200 tstr[T_bl].name = "bl";
201 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell");
203 tstr[T_c
[all...]
H A Ded.xmap.c478 CStr tstr; local
479 tstr.buf = str->buf + 1;
480 tstr.len = str->len - 1;
481 return (Lookup(buf, &tstr, ptr->next));
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-host.c265 pretty_rdata(char* q, char* cstr, char* tstr, int t, const char* sec, argument
279 else printf(" has %s record", tstr);
292 char tstr[16]; local
295 pretty_type(tstr, 16, t);
344 } else printf(" has no %s record", tstr);
357 cstr, tstr, t, secstatus, result->data[i],
/freebsd-current/contrib/wpa/src/utils/
H A Dcommon.c658 char *tstr, *str; local
665 tstr = dup_binstr(value, tlen);
666 if (tstr == NULL)
671 os_free(tstr);
675 *len = printf_decode((u8 *) str, tlen + 1, tstr);
676 os_free(tstr);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dca.c956 char *tstr; local
968 asprintf(&tstr, "ts-%lu", (unsigned long)t);
969 if (tstr == NULL) {
975 ret = _hx509_name_modify(context, subject, 1, &asn1_oid_id_at_commonName, tstr);
976 free(tstr);
/freebsd-current/lib/libdevstat/
H A Ddevstat.c1036 char *tstr[5]; local
1051 for (tempstr = tstr, num_args = 0;
1055 if (++tempstr >= &tstr[5])
1091 tempstr2 = tstr[i];
1156 tstr[i]);
/freebsd-current/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c56 static char tstr[] = " [|bootp]"; local
147 fputs(tstr + 1, stdout);
155 fputs(tstr + 1, stdout);
179 fputs(tstr, stdout);
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c292 static int parse_btl(char *tstr, path_id_t *bus, target_id_t *target,
3494 parse_btl_name(char *tstr, path_id_t *bus, target_id_t *target, lun_id_t *lun, argument
3502 if (cam_get_device(tstr, ccb.cgdl.periph_name,
3558 parse_btl(char *tstr, path_id_t *bus, target_id_t *target, lun_id_t *lun, argument
3568 while (isspace(*tstr) && (*tstr != '\0'))
3569 tstr++;
3571 if (strncasecmp(tstr, "all", strlen("all")) == 0) {
3576 if (!isdigit(*tstr))
3577 return (parse_btl_name(tstr, bu
3616 char *tstr; local
4697 char *datastr = NULL, *tstr, *resstr = NULL; local
5043 char *tstr; local
10357 char *tstr; local
[all...]
/freebsd-current/sbin/ipf/ipscan/
H A Dipscan_y.y336 addtag(char *tstr, char **cp, char **sp, struct action *act)
342 strncpy(isc.ipsc_tag, tstr, sizeof(isc.ipsc_tag));
/freebsd-current/usr.bin/man/
H A Dman.sh311 local IFS line tstr
324 decho "$manpage includes $tstr"
326 if ! check_man "$1/$tstr" ""; then
327 decho " Unable to find $tstr"
783 local file line tstr var
794 add_to_manpath "$tstr"
798 manlocales="$manlocales:$tstr"
802 config_local="$tstr"
806 mansect="$mansect:$tstr"
811 eval "$var=\"$tstr\""
[all...]
/freebsd-current/usr.bin/systat/
H A Ddevs.c215 char *tstr[100]; local
230 for (tempstr = tstr, num_args = 0;
234 if (++tempstr >= &tstr[100])
254 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) {
/freebsd-current/usr.sbin/camdd/
H A Dcamdd.c438 static int parse_btl(char *tstr, int *bus, int *target, int *lun);
509 parse_btl(char *tstr, int *bus, int *target, int *lun) argument
514 while (isspace(*tstr) && (*tstr != '\0'))
515 tstr++;
517 tmpstr = (char *)strtok(tstr, ":");
/freebsd-current/usr.sbin/diskinfo/
H A Ddiskinfo.c86 char tstr[BUFSIZ], ident[DISK_IDENT_SIZE], physpath[MAXPATHLEN]; local
152 snprintf(tstr, sizeof(tstr), "%s%s", _PATH_DEV, argv[i]);
153 fd = open(tstr, O_RDONLY);
239 humanize_number(tstr, 5, (int64_t)mediasize, "",
244 (intmax_t)mediasize, tstr);
/freebsd-current/usr.sbin/trim/
H A Dtrim.c154 char *tstr; local
158 if (asprintf(&tstr, "%s%s", _PATH_DEV, path) < 0)
160 fd = open(tstr, flags);
161 free(tstr);

Completed in 399 milliseconds