Searched defs:txt (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | setkeymap.c | 154 _laddone(char *txt) argument 156 p->_sends = (txt); 158 funckey[(unsigned char)(txt)[0]] |= _KEY;
|
/osnet-11/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 630 ** txt, ... -- The text part of the SMTP reply, 651 char *buf, *txt; local 686 while ((txt = SM_VA_ARG(ap, char *)) != NULL) 690 tl = strlen(txt); 700 if (strpbrk(txt, "\r\n") != NULL) 704 if (txt != NULL) 716 txt = SM_VA_ARG(ap, char *); 717 if (txt != NULL) 719 (void) sm_strlcat2(buf, " ", txt, len); 720 while ((txt [all...] |
/osnet-11/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 201 fromleft(char *p, size_t avail, char *attrname, size_t attrlen, char *txt, argument 214 txt += txtlen - (avail - ELLIPSIS_SIZE); 215 (void) memcpy(p + ELLIPSIS_SIZE, txt, avail - ELLIPSIS_SIZE); 219 (void) memcpy(p, txt, txtlen); 228 fromright(char *p, size_t avail, char *attrname, size_t attrlen, char *txt, argument 240 (void) memcpy(p, txt, avail - ELLIPSIS_SIZE); 246 (void) memcpy(p, txt, txtlen);
|
/osnet-11/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 1002 const char *url, *txt; local 1037 * Once we're done, convert the 'txt' multi-byte to wide-character. 1043 txt = key; 1045 txt = severity; 1050 txt = dgettext(dict, key); 1055 if (txt == key) { 1059 txt = dgettext(FMD_MSG_DOMAIN, key); 1065 w = fmd_msg_mbstowcs(txt);
|
/osnet-11/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 252 adutils_txtsid2hexbinsid(const char *txt, const uint32_t *rid, argument 264 if (strncmp(txt, "S-1-", strlen("S-1-")) != 0) 267 if (strlen(txt) < (strlen("S-1-") + 1)) 271 for (j = 0, cp = strchr(txt, '-'); 292 if (strspn(txt + 1, "0123456789-") < (strlen(txt) - 1)) 295 cp = txt + strlen("S-1-");
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 10 * http://www.opensource.org/licenses/cpl1.0.txt * 215 char txt[PATH_MAX+1]; member in struct:State_s 1555 val = S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 && strgrpmatch(state->txt, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ent->ignorecase); 1558 val = S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > 0 && strgrpmatch(state->txt, np->first.cp, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|STR_ICASE); 1612 fmtls(state->buf, ent->fts_path, ent->fts_statp, NiL, S_ISLNK(ent->fts_statp->st_mode) && pathgetlink(PATH(ent), state->txt, sizeof(state->txt)) > [all...] |
Completed in 39 milliseconds