Searched refs:ncount (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 105 int sav_errno = 0, ncount, status; in get_tz_continents() local 114 ncount = 0; in get_tz_continents() 121 ncount = -1; in get_tz_continents() 131 ncount = -1; in get_tz_continents() 139 ncount = -1; in get_tz_continents() 146 ncount = -1; in get_tz_continents() 158 ncount = -1; in get_tz_continents() 170 ncount = -1; in get_tz_continents() 181 ncount++; in get_tz_continents() 184 if (ncount == -1) { in get_tz_continents() [all …]
|
/titanic_41/usr/src/cmd/lp/lib/filters/ |
H A D | regex.c | 95 register size_t ncount = 0; local 101 #define CCPY(SRC) if ((ncount++, pp)) \ 109 for (r = (SRC); *r; ncount++) \ 112 ncount += strlen(SRC) 163 return (ncount);
|
H A D | insfilter.c | 801 register size_t ncount; local 809 ncount = strlen(pf->command); 812 *pp += ncount; 815 ncount = 0; 818 return (ncount); 842 ncount++; 844 ncount += replace(pp, pt->result, 868 return (ncount);
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 75 const char *max, *stale, *ncount, *uri, *charset; member 307 if (attr->ncount != NULL) { in digest_calc_resp() 309 MD5Update(&ctx, (CONST_UCHAR *) attr->ncount, attr->nclen); in digest_calc_resp() 370 if (attr->ncount == NULL) { in digest_client_resp() 372 attr->ncount = attr->ncbuf; in digest_client_resp() 374 } else if (attr->ncount == attr->ncbuf) { in digest_client_resp() 413 attr->nclen, attr->ncount); in digest_client_resp() 550 attr_out->ncount = val; in digest_parse()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 515 int ncount=0, search_scope=0; local 557 ncount = i; 558 newsubtree = (char **) malloc(sizeof(char *) * (ncount + 1)); 563 memset(newsubtree, 0, (sizeof(char *) * (ncount+1))); 564 if ((st = remove_overlapping_subtrees(subtarr, newsubtree, &ncount, 569 *ntree = ncount;
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar3.c | 3417 int ncount) in ndmp_plugin_pre_restore() argument 3423 for (i = 0; i < ncount; i++) { in ndmp_plugin_pre_restore()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 2840 int ncount = name ? CountLabels(name) : 0; in GetServerForName() local 2845 if (scount <= ncount && scount > curmatchlen) in GetServerForName() 2849 for (i = 0; i < ncount - scount; i++) in GetServerForName()
|