Searched defs:nstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | logerr.c | 46 char *nstr = pkg_gt("NOTE:"); local 53 strncmp(fmt, nstr, strlen(nstr))) {
|
/osnet-11/usr/src/lib/pam_modules/authtok_check/ |
H A D | packlib.c | 215 register char *nstr; local 217 nstr = pwp->data[i]; 219 if (nstr[0]) { 220 for (j = 0; ostr[j] && nstr[j] && 221 (ostr[j] == nstr[j]); j++) 224 (void) fputs(nstr + j, pwp->dfp); 228 ostr = nstr; 243 register char *nstr; local 283 nstr = data[i]; 284 (void) strcpy(nstr, ost [all...] |
/osnet-11/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 67 extra_padding(char *str, int nstr) /* used for word wrapping */ argument 69 int c = *(str + nstr - 1); 72 c = *(str + nstr - 2); 174 insert_str(FORM *f, int y, int off, int nstr) /* used for word wrapping */ argument 182 int pad = extra_padding(Buf(c) + off, nstr); 183 int siz = nstr + 1 + pad; 188 (void) winsnstr(w, Buf(c) + off, nstr); 189 (void) wmove(w, y, nstr); 210 (void) winsnstr(w, Buf(c) + off, nstr); 211 (void) wmove(w, y, nstr); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | str.c | 215 /* make str point to what nstr did */ 218 str_replace(register STR *str, register STR *nstr) argument 221 str->str_ptr = nstr->str_ptr; 222 str->str_len = nstr->str_len; 223 str->str_cur = nstr->str_cur; 224 str->str_pok = nstr->str_pok; 225 if ((str->str_nok = nstr->str_nok)) 226 str->str_nval = nstr->str_nval; 227 safefree((char*)nstr);
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 457 static const char nstr[] = "nonce"; local 545 if (lstreqcase(nstr, attr, alen)) {
|
Completed in 40 milliseconds