Searched defs:nt (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c44 const char *nt; local
49 nt = nettype;
51 if (strcmp(nt, "udp") && strcmp(nt, "tcp") &&
52 strcmp(nt, "udp6") && strcmp(nt, "tcp6"))
53 return (clnt_create(hostname, prog, vers, nt));
55 if ((nconf = getnetconfigent((void *) nt)) == NULL)
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_door.c149 uint8_t *lm, *nt; local
166 (nvlist_lookup_uint8_array(nvl, "nt", &nt, &nt_sz) != 0)) {
174 (void) bcopy(nt, pwdinfo->pw_nthash, nt_sz);
210 (nvlist_add_uint8_array(nvl, "nt", pwdinfop->pw_nthash,
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmvcur.c322 int nt, tx, x, stcost, iscont; local
332 nt = tab ? (nx / TABSIZE - cx / TABSIZE) : 0;
333 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx;
336 stcost = nt * _COST(Tab);
367 for (; nt > 0; --nt)
396 int tx, nt, x, stcost; local
404 nt = 0;
411 nt
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c351 int nt; local
359 nt = 2 * GetLocaleInfo(lcid, LOCALE_STIME, 0, 0) + 7; /* HH:MM:SS */
362 n = nt + ns + nl;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c55 Trigger *nt; local
134 nt = (Trigger*)sqliteMalloc(sizeof(Trigger));
135 if( nt==0 ) goto trigger_cleanup;
136 nt->name = zName;
138 nt->table = sqliteStrDup(pTableName->a[0].zName);
140 nt->iDb = iDb;
141 nt->iTabDb = tab->iDb;
142 nt->op = op;
143 nt->tr_tm = tr_tm;
144 nt
167 Trigger *nt = 0; /* The trigger whose construction is finishing up */ local
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c319 * Populate templates as a linked list, nt, based on NLSPATH, locale, and
323 populate_templates(Nlstmp **nt, Nlstmp **tail, const char *domain, argument
380 free_Nlstmp(*nt);
388 free_Nlstmp(*nt);
397 *nt = *tail = tnt;
411 free_Nlstmp(*nt);
419 free_Nlstmp(*nt);
427 free_Nlstmp(*nt);
436 *nt = *tail = tnt;
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c189 dissect_time(char *tbuf, net_time_t *nt) argument
197 if (tbuf == NULL || nt == NULL)
207 nt->net_time_mon = strtol(dd, &endp, 10);
213 nt->net_time_day = strtol(dd, &endp, 10);
219 nt->net_time_yr = strtol(dd, &endp, 10);
221 nt->net_time_yr += 2000;
230 nt->net_time_hr = strtol(h, &endp, 10);
236 nt->net_time_min = strtol(h, &endp, 10);
242 nt->net_time_sec = strtol(h, &endp, 10);
800 addto_time_list(net_table_t *net_table, net_time_entry_t *nt, argument
865 net_time_entry_t *nt; local
[all...]

Completed in 37 milliseconds