Searched refs:tstr (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A DCommon.xs52 xmlChar * tstr = NULL;
76 tstr = xmlStrdup( realstring );
102 tstr = xmlStrdup( out->content );
117 tstr = xmlStrdup( realstring );
120 if ( !tstr ) {
124 len = xmlStrlen( tstr );
125 RETVAL = newSVpvn( (const char *)tstr, len );
129 xmlFree(tstr);
142 xmlChar * tstr = NULL;
167 tstr
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.screen.c52 #define GoodStr(a) (tstr[a].str != NULL && tstr[a].str[0] != '\0')
53 #define Str(a) tstr[a].str
172 } tstr[T_str + 1]; variable in typeref:struct:termcapstr
195 xfree((ptr_t)(intptr_t)tstr[i].long_name);
201 tstr[T_al].name = "al";
202 tstr[T_al].long_name = CSAVS(4, 1, "add new blank line");
204 tstr[T_bl].name = "bl";
205 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell");
207 tstr[T_c
[all...]
H A Ded.xmap.c482 CStr tstr; local
483 tstr.buf = str->buf + 1;
484 tstr.len = str->len - 1;
485 return (Lookup(buf, &tstr, ptr->next));
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-krb.c72 static char tstr[] = " [|kerberos]"; variable
146 fputs(tstr, stdout);
167 fputs(tstr, stdout);
226 fputs(tstr, stdout);
237 fputs(tstr, stdout);
H A Dprint-pptp.c41 static char tstr[] = " [|pptp]"; variable
612 printf("%s", tstr);
642 printf("%s", tstr);
675 printf("%s", tstr);
692 printf("%s", tstr);
706 printf("%s", tstr);
725 printf("%s", tstr);
760 printf("%s", tstr);
790 printf("%s", tstr);
820 printf("%s", tstr);
[all...]
H A Dprint-tftp.c81 static char tstr[] = " [|tftp]"; local
151 fputs(tstr, stdout);
H A Dprint-atalk.c66 static char tstr[] = "[|atalk]"; variable
261 fputs(tstr, stdout);
403 fputs(tstr, stdout);
413 fputs(tstr, stdout);
455 fputs(tstr, stdout);
467 fputs(tstr, stdout);
484 fputs(tstr, stdout);
H A Dprint-bootp.c47 static char tstr[] = " [|bootp]"; variable
140 fputs(tstr + 1, stdout);
150 fputs(tstr + 1, stdout);
174 fputs(tstr, stdout);
804 fputs(tstr, stdout);
H A Dprint-l2tp.c41 static char tstr[] = " [|l2tp]"; variable
718 printf("%s", tstr);
H A Dprint-ospf6.c118 static char tstr[] = " [|ospf3]"; variable
643 fputs(tstr, stdout);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dhistexpand.c525 char *event, *temp, *result, *tstr, *t, c, *word_spec; local
651 tstr = strrchr (temp, '/');
652 if (tstr)
654 tstr++;
655 t = savestring (tstr);
663 tstr = strrchr (temp, '/');
664 if (tstr)
665 *tstr = '\0';
670 tstr = strrchr (temp, '.');
671 if (tstr)
[all...]
/macosx-10.9.5/lsof-52/lsof/tests/
H A DLTlock.c258 char *tstr = (char *)NULL; /* "r" lock test result */ local
373 tstr = tstw = (char *)NULL;
390 if ((tstr = tstwlsof("-w", "r")))
391 (void) PrtMsg(tstr, Pn);
397 if (tstr || tstR || tstw || tstW) {
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dsyslogd.c458 char tstr[32]; local
634 memset(tstr, 0, sizeof(tstr));
636 ctime_r(&now, tstr);
637 tstr[19] = '\0';
638 asldebug("\n%s syslogd PID %d starting\n", tstr, global.pid);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c254 const char *tstr = str; local
257 while (tstr && *tstr)
258 kprintf("%c", *tstr++);
/macosx-10.9.5/Libnotify-121.20.1/notifyutil/
H A Dnotifyutil.c216 char tstr[32]; local
229 snprintf(tstr, sizeof(tstr), "%llu", now.tv_usec + USEC_PER_SEC + 500);
230 tstr[4] = '\0';
231 printf("%d.%s", (int)now.tv_sec, tstr+1);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dargp-help.c1051 const char *tstr = dgettext (argp->argp_domain, str);
1052 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_HEADER, argp, pest->state);
1072 if (fstr != tstr)
1216 const char *tstr = real->doc ? dgettext (state->root_argp->argp_domain,
1218 const char *fstr = filter_doc (tstr, real->key, entry->argp, state);
1235 if (fstr && fstr != tstr)
1265 const char *tstr = dgettext (state->root_argp->argp_domain, "\
1268 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_DUP_ARGS_NOTE,
1276 if (fstr && fstr != tstr)
1035 const char *tstr = dgettext (argp->argp_domain, str); local
1199 const char *tstr = real->doc ? dgettext (state->root_argp->argp_domain, local
1247 const char *tstr = dgettext (state->root_argp->argp_domain, "\\ local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dconstraint.c145 char *tstr = NULL; local
160 tstr = REGEX_STR;
163 tstr = URI_STR;
166 tstr = SET_STR;
169 tstr = SIZE_STR;
172 tstr = COUNT_STR;
176 bv.bv_len += strlen(tstr);
200 s = lutil_strcopy( s, tstr );
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dterm.c143 } tstr[] = { variable in typeref:struct:termcapstr
369 char **tmp, **str = &tlist[t - tstr];
913 for (t = tstr; t->name != NULL; t++)
928 for (t = tstr; t->name != NULL; t++) {
1262 for (t = tstr, ts = el->el_term.t_str; t->name != NULL; t++, ts++)
1293 for (ts = tstr; ts->name != NULL; ts++)
1428 for (t = tstr; t->name != NULL; t++)
1430 scap = el->el_term.t_str[t - tstr];
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dterm.c166 } tstr[] = { variable in typeref:struct:termcapstr
394 char **tmp, **str = &tlist[t - tstr];
967 for (t = tstr; t->name != NULL; t++)
982 for (t = tstr; t->name != NULL; t++) {
1366 for (t = tstr, ts = el->el_term.t_str; t->name != NULL; t++, ts++) {
1406 for (ts = tstr; ts->name != NULL; ts++)
1483 for (ts = tstr; ts->name != NULL; ts++)
1488 *(char **)how = el->el_term.t_str[ts - tstr];
1597 for (t = tstr; t->name != NULL; t++)
1600 scap = el->el_term.t_str[t - tstr];
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dterminal.c95 } tstr[] = { variable in typeref:struct:termcapstr
333 char **tmp, **str = &tlist[t - tstr];
899 for (t = tstr; t->name != NULL; t++)
914 for (t = tstr; t->name != NULL; t++) {
1306 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) {
1346 for (ts = tstr; ts->name != NULL; ts++)
1423 for (ts = tstr; ts->name != NULL; ts++)
1428 *(char **)how = el->el_terminal.t_str[ts - tstr];
1525 for (t = tstr; t->name != NULL; t++)
1528 scap = el->el_terminal.t_str[t - tstr];
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbiapts.cpp268 UnicodeString tstr; local
269 tci->getText(tstr);
270 TEST_ASSERT(tstr == str1);
284 tci->getText(tstr);
285 TEST_ASSERT(tstr == str2);
287 tci->getText(tstr);
288 TEST_ASSERT(tstr == str1);
/macosx-10.9.5/Heimdal-323.92.1/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);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzkt-signer.c686 const char *tstr = str_delspace (age2str (timer)); local
688 if ( !tstr || *tstr == '\0' )
689 tstr = "0s";
690 verbmesg (1, zp->conf, "\tSigning completed after %s.\n", tstr);
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.c553 char tstr[MAX_STRING_LEN]; local
554 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt);
555 return apr_pstrdup(r->pool, tstr);
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-parse.c1508 const char *tstr = "star"; local
1524 tstr = "plus";
1531 tstr = "questionmark";
1589 minimal ? " minimal" : "greedy", tstr, REST(tmp_re)));

Completed in 293 milliseconds

12