Searched defs:tmp (Results 476 - 500 of 1069) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c261 priv_set_t *tmp = priv_str_to_set(privs, ",", NULL); local
262 if (tmp != NULL) {
263 priv_union(tmp, res);
264 priv_freeset(tmp);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c269 node_list_t *tmp; local
284 tmp = listp;
285 while (tmp->next != NULL)
286 tmp = tmp->next;
288 tmp->next = el;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c170 env_policy_t *policyp, *tmp; local
190 tmp = policyp;
192 if (strcmp(tmp->pname, SERVICE_PROCESSOR) == 0) {
193 alarm_check_interval = tmp->interval;
198 free(tmp->pname);
199 free(tmp->argp);
200 free(tmp);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c81 port_info_t *tmp; local
88 tmp = nextptr;
90 free(tmp);
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c188 time_t tmp; local
282 tmp = (time_t)val64;
283 if ((uint64_t)tmp != val64) {
287 str = ctime(&tmp);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c396 char *tmp = papiServiceGetStatusMessage(svc); local
398 syslog(LOG_DEBUG, "submit-detail: %s", tmp ? tmp : "none");
645 (void) chdir("/tmp"); /* run in /tmp by default */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c308 char *tmp = pvalp; local
314 while (*tmp != '\0') {
315 if (*tmp == ',')
316 *tmp = '\n';
317 tmp++;
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c267 tmp_attr_t *tmp; local
274 tmp = (tmp_attr_t *)emalloc(sizeof (tmp_attr_t));
275 tmp->name = tok_info[tok].name;
277 tmp->val = strtoll(val, &endptr, 0);
280 "attribute '%s'\n"), val, tmp->name);
281 free(tmp);
289 tmp->val = 1;
291 tmp->next = attrs[i];
292 attrs[i] = tmp;
343 tmp_attr_t *tmp; local
567 tmp_attr_t *tmp, *p; local
[all...]
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c398 char *pname, *pval, *tmp; local
402 tmp = strchr(prop_str, '=');
403 if (tmp == NULL) {
410 *tmp++ = '\0';
411 if (*tmp != '"') {
412 (void) devctl_ddef_string(ddef_hdl, pname, tmp);
417 while (*tmp != '\0') {
418 pval = tmp + 1;
419 tmp = strchr(pval, '"');
420 if (tmp
[all...]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c242 mfn_t tmp; local
252 if (mdb_vread(&tmp, sizeof (tmp),
256 if (pfn >= mfn_count || tmp != mfn)
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c190 unsigned long tmp; local
197 tmp = strtoul(range, &p, 0);
198 if (tmp > L_MAXMIN32 || (tmp == 0 && errno != 0) ||
201 *lo = tmp;
204 tmp = strtoul(p + 1, &p, 0);
205 if (tmp > L_MAXMIN32 || (tmp == 0 && errno != 0) || *p != ')')
208 *hi = tmp;
579 char *tmp local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c85 action_list *alp, *prev, *tmp; local
212 for (tmp = *alpp; tmp != NULL;
213 tmp = tmp->next)
214 prev = tmp;
268 for (tmp = *alpp; tmp != NULL;
269 tmp = tmp
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c460 char *tmp; local
489 tmp = realloc(sz, tlen);
490 if (tmp == NULL) {
496 (void) snprintf(tmp + slen, tlen - slen, "%s%s",
499 (void) snprintf(tmp + slen, tlen - slen, "%s(%s) * %d",
502 return (tmp);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c202 struct entry *tmp; local
205 if ((tmp = realloc(entry, sizeof (struct entry)
208 entry = tmp;
268 struct entry *tmp; local
271 if ((tmp = realloc(entry, sizeof (struct entry)
274 entry = tmp;
395 struct entry *tmp; local
398 if ((tmp = realloc(entry, sizeof (struct entry)
401 entry = tmp;
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c474 SPACE tmp; local
515 tmp = PS;
517 YS = tmp;
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c179 char *tmp; local
186 if (((tmp = strrchr(fname, '/')) != 0) && (*(++tmp)))
187 fname = tmp;
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c219 int tmp = parent[v]; local
221 while (name[tmp] != RNEWE) {
222 if (name[tmp] == RXSCON)
224 tmp = parent[tmp];
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c1005 char *a, *p, *tmp; local
1011 tmp = strdup(arch);
1012 if (tmp == NULL) {
1017 p = tmp;
1024 free(tmp);
1032 free(tmp);
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c93 /* create tmp buf for the encoding routines to work with */
515 uint32_t tmp; local
547 while (read(fd, &tmp, sizeof (tmp)) == sizeof (tmp)) {
548 AUDIO_AIFF_FILE2HOST_INT(&tmp, &ID);
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c683 long tmp; local
684 tmp = strtol(value, &endptr, 10);
685 if (*endptr == '\0' && tmp != 0) {
686 p->plg_qmax = tmp;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c782 char *tmp; local
810 tmp = tok + strlen("logformat=");
811 if (strncmp(tmp, "extended", strlen("extended")) == 0) {
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c698 char *tmp = strdup(str); local
699 if (tmp == NULL) {
703 return (tmp);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c219 int error = 0, unit = 0, tmp, uid; local
308 error = COPYIN(data, &tmp, sizeof(tmp));
311 if (tmp)
381 error = COPYIN(data, &tmp, sizeof(tmp));
383 tmp = frflush(unit, 4, tmp, ifs);
384 error = COPYOUT(&tmp, data, sizeof(tmp));
[all...]
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c260 char tmp[BUFSIZ]; local
262 if (!krb5_timestamp_to_sfstring(now, tmp, 20, (char *) NULL) ||
263 !krb5_timestamp_to_sfstring(now, tmp, sizeof(tmp),
265 timestamp_width = (int) strlen(tmp);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c174 char *tmp; local
185 for (tmp = begin;
186 *tmp != '\0' && !isspace(*tmp);
187 ++tmp) {
189 old_chr = *tmp;
190 *tmp = '\0';
201 begin = tmp+1;
209 *tmp = old_chr;
235 char *tmp; local
346 char *tmp = NULL; local
[all...]

Completed in 118 milliseconds

<<11121314151617181920>>