Searched defs:tmp (Results 451 - 475 of 1069) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c237 struct tm *tmp;
253 tmp = localtime_r(&timestamp2, &tmbuf);
255 memcpy((tmp = &tmbuf), localtime(&timestamp2), sizeof(tmbuf));
259 if ((ndone = strftime(buffer, buflen, sftime_format_table[i], tmp)))
266 tmp->tm_mday, tmp->tm_mon+1, 1900+tmp->tm_year,
267 tmp->tm_hour, tmp->tm_min);
236 struct tm *tmp; local
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c113 char tmp[100]; local
146 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type)));
147 T(addstr(tmp, len, &buf, &buflen));
209 len = SPRINTF((tmp, "%lu", t));
210 T(addstr(tmp, len, &buf, &buflen));
266 len = SPRINTF((tmp, "%u ", t));
267 T(addstr(tmp, len, &buf, &buflen));
284 len = SPRINTF((tmp, "%u ", t));
285 T(addstr(tmp, len, &buf, &buflen));
423 len = SPRINTF((tmp, "
576 char base64_cert[8192], tmp[40]; local
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c506 char str[PATH_MAX], tmp[PATH_MAX+2], prefix[PATH_MAX+2]; local
683 snprintf(tmp, sizeof (tmp), "%s%s", prefix, name);
685 result = _parse_la(prefix, name, tmp);
691 if (stat(tmp, &b))
706 result = _sasl_get_plugin(gctx, tmp, verifyfile_cb,
709 result = _sasl_get_plugin(tmp, verifyfile_cb, &library);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c774 char *tmp = hdr->sip_hdr_current; local
779 tmp++;
793 value->strs1_val_ptr = tmp;
795 hdr->sip_hdr_current - tmp + 1;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c370 rio_path_t *tmp; local
384 tmp = p;
385 p = tmp->rpt_next;
386 free(tmp);
393 tmp = p;
394 p = tmp->rpt_next;
397 tmp->rpt_path, flags, NULL);
402 tmp->rpt_path, flags, NULL);
409 strerror(error), tmp->rpt_path);
413 retcode == 0 ? "remove" : "online", tmp
577 rio_path_t *tmp; local
[all...]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c135 dfstab_entry_t *tmp = headp; local
138 tmp = headp->next;
156 headp = tmp;
H A Dfs_mounts.c68 fs_mntlist_t *tmp; local
71 tmp = headp->next;
80 headp = tmp;
761 fs_mntlist_t *tmp; local
784 tmp = mnt_list_to_compare;
797 while (tmp != NULL && exit == B_FALSE) {
798 if (!(strcmp(tmp->fstype, "autofs")) == 0) {
803 tmp->mntopts, "dev=", errp);
814 is_overlayed(tmp,
820 tmp
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprobes.c272 objlist_t *obj, *tmp; local
278 tmp = obj;
280 free(tmp);
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c74 char tmp = *end; local
77 *end = tmp;
/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c354 char *buf = malloc(strlen(raw) + 1); /* private tmp buf */
521 char tmp[128]; local
522 (void) sprintf(tmp, ":%d-%d", keylen, algtype);
523 if (bufsiz > (strlen(netname) + strlen(tmp)))
524 (void) sprintf(hashname, "%s%s", netname, tmp);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c117 SVCXPRT_LIST **l, *tmp; local
123 tmp = (*l)->next;
125 *l = tmp;
136 SVCXPRT_LIST *tmp; local
141 tmp = (*list)->next;
143 *list = tmp;
155 SVCXPRT_LIST *l, *tmp = NULL; local
158 for (l = dxlist; l != NULL; l = tmp) {
159 tmp = l->next;
662 int tmp; local
[all...]
H A Dsvc_run.c314 pollfd_t *tmp; local
318 tmp = realloc(svc_pollset,
320 if (tmp == NULL) {
324 svc_pollset = tmp;
1041 int tmp; local
1045 tmp = *((int *)info);
1046 if (tmp != RPC_SVC_MT_NONE && tmp != RPC_SVC_MT_AUTO &&
1047 tmp != RPC_SVC_MT_USER)
1049 if (svc_mt_mode != RPC_SVC_MT_NONE && svc_mt_mode != tmp)
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c241 char zname[ZONENAME_MAX], zpath[PATH_MAX], tmp[PATH_MAX]; local
273 if ((rv = resolvepath(zpath, tmp, sizeof (tmp) - 1)) < 0) {
284 tmp[rv] = '\0';
285 (void) strlcpy(zpath, tmp, sizeof (zpath));
313 char tmp[PATH_MAX + 1]; local
326 (void) strlcpy(tmp, path, sizeof (tmp) - 1);
332 if ((rv = resolvepath(tmp, tmp, sizeo
520 char zroot[PATH_MAX], zpath[PATH_MAX], tmp[PATH_MAX], link[PATH_MAX]; local
[all...]
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c201 char *tmp; local
222 for (tmp = val; *tmp != '\0'; tmp++) {
223 if (*tmp == '(')
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c176 char *p, *tmp; local
396 tmp = (char *)realloc(vp->home, vp->len);
397 if (tmp == NULL) {
401 vp->home = tmp;
H A Dnsparse.c823 char *p, *tmp; local
827 tmp = labelskip(*cur);
828 p = tmp;
839 *tmp = '\0';
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcp.c179 Sfio_t* tmp; /* tmp string stream */ member in struct:State_s
505 sfprintf(state->tmp, "%s.%s%d%s", state->path, state->suffix, v + 1, state->suffix);
510 sfprintf(state->tmp, "%s%s", state->path, state->suffix);
512 if (!(s = sfstruse(state->tmp)))
688 if (!state->tmp && !(state->tmp = sfstropen()))
689 error(ERROR_SYSTEM|3, "out of space [tmp string]");
690 sfputr(state->tmp, usage_head, -1);
696 sfputr(state->tmp, usage_c
[all...]
H A Dtail.c209 Sfio_t* tmp[2]; local
213 out = tmp[0] = sftmp(a);
214 tmp[1] = sftmp(a);
221 out = tmp[fno= !fno];
231 sfseek(tmp[0], (Sfoff_t)0, SEEK_SET);
239 sfseek(tmp[1], (Sfoff_t)0, SEEK_SET);
241 sfmove(tmp[!fno], NiL, n, delim);
242 if ((n = offset[!fno] - sftell(tmp[!fno])) > 0)
243 sfmove(tmp[!fno], outfile, n, -1);
247 sfmove(tmp[fn
[all...]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c159 sdp_list_t *tmp = NULL; local
183 tmp = *phone;
184 while (tmp->next != NULL)
185 tmp = tmp->next;
186 tmp->next = new_phone;
202 sdp_list_t *tmp = NULL; local
226 tmp = *email;
227 while (tmp->next != NULL)
228 tmp
346 sdp_time_t *tmp; local
401 sdp_conn_t *tmp; local
529 sdp_bandwidth_t *tmp = NULL; local
683 sdp_zone_t *tmp = NULL; local
810 sdp_attr_t *tmp; local
871 sdp_media_t *tmp; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c192 LDAPMessage *tmp; local
200 for ( tmp = lm; tmp != NULL; tmp = tmp->lm_chain ) {
201 if ( tmp->lm_msgtype == LDAP_RES_SEARCH_RESULT )
205 if ( tmp == NULL ) {
497 LDAPMessage *new, *l, *prev, *chainprev, *tmp; local
779 * references. after the following loop is executed, tmp points to
781 * tmp point
[all...]
/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c378 uint8_t *tmp; local
386 tmp = (uint8_t *)ctx->ccm_mac_input_buf;
388 bcopy(datap, tmp + pm_len, length);
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c183 unsigned int tmp; local
193 if (ioctl (fd, DIOCGFWSECTORS, &tmp) == 0)
194 geom->sectors = tmp;
197 if (ioctl (fd, DIOCGFWHEADS, &tmp) == 0)
198 geom->heads = tmp;
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c785 u_longlong_t tmp; local
786 memcpy(&tmp, wwn, sizeof (u_longlong_t));
787 return (ntohll(tmp));
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c83 static int ibcfg_tmpfd = 0; /* tmp file "fd" */
85 static char *tmpnamef = (char *)NULL; /* tmp file name */
86 static boolean_t wrote_tmp = B_FALSE; /* tmp file write in */
424 ib_svc_rec_t *tmp, *recp; local
438 for (tmp = ibcfg_port_head; tmp->next != NULL; )
439 tmp = tmp->next;
440 tmp->next = recp;
446 for (tmp
644 ib_svc_rec_t *tmp, *recp; local
922 char tmp[12]; local
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c235 char *tmp; local
239 tmp = strdup(auths);
240 if (tmp == NULL) {
245 authname = strtok(tmp, AUTH_SEP);
297 free(tmp);
313 char *tmp; local
315 tmp = strdup(profs);
316 if (tmp == NULL) {
321 profname = strtok(tmp, PROF_SEP);
331 free(tmp);
349 char *tmp; local
395 priv_set_t *tmp; local
[all...]

Completed in 113 milliseconds

<<11121314151617181920>>