Home
last modified time | relevance | path

Searched refs:trail (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dend.c41 Elf_Void *trail = NULL; in elf_end() local
57 if (trail != NULL) in elf_end()
58 free(trail); in elf_end()
59 trail = (Elf_Void *)s; in elf_end()
81 if (trail != NULL) { in elf_end()
82 free(trail); in elf_end()
83 trail = NULL; in elf_end()
125 trail = (Elf_Void *)elf; in elf_end()
127 ELFUNLOCK(trail) in elf_end()
128 free(trail); in elf_end()
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c519 register int trail; in _yconv() local
522 trail = a % DIVISOR + b % DIVISOR; in _yconv()
523 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
524 trail %= DIVISOR; in _yconv()
525 if (trail < 0 && lead > 0) { in _yconv()
526 trail += DIVISOR; in _yconv()
528 } else if (lead < 0 && trail > 0) { in _yconv()
529 trail -= DIVISOR; in _yconv()
533 if (lead == 0 && trail < 0) in _yconv()
538 pt = _conv(((trail < 0) ? -trail : trail), "%02d", pt, ptlim); in _yconv()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c597 register int trail; local
621 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
623 trail / DIVISOR;
624 trail %= DIVISOR;
625 if (trail < 0 && lead > 0) {
626 trail += DIVISOR;
628 } else if (lead < 0 && trail > 0) {
629 trail -= DIVISOR;
633 (void) printf("%d", trail);
635 (void) printf("%d%d", lead, ((trail < 0) ? -trail : trail));
/illumos-gate/usr/src/cmd/refer/
H A Dmkey2.c66 outkey(char *ky, int lead, int trail) in outkey() argument
74 if (trail == '.') in outkey()
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c1368 env_list *traverse, *trail; in pam_putenv() local
1398 trail = traverse; in pam_putenv()
1400 trail = traverse; in pam_putenv()
1411 trail->next = traverse->next; in pam_putenv()
1450 if (trail == 0) { in pam_putenv()
1455 trail->next = traverse; in pam_putenv()
1819 fd_list *trail = 0; in open_module() local
1876 trail = traverse; in open_module()
1879 trail->next = module_fds; in open_module()
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt33 print_audit, print_audit_buf - format and print audit trail data
/illumos-gate/usr/src/cmd/look/
H A Dwords23170 trail
/illumos-gate/usr/src/cmd/spell/
H A Dlist23169 trail