Searched refs:trail (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | end.c | 41 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() 91 l = (Memlist *)trail) { in elf_end() 92 trail = (Elf_Void *)l->m_next; in elf_end() 125 trail = (Elf_Void *)elf; in elf_end() [all …]
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 541 register int trail; in _yconv() local 544 trail = a % DIVISOR + b % DIVISOR; in _yconv() 545 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv() 546 trail %= DIVISOR; in _yconv() 547 if (trail < 0 && lead > 0) { in _yconv() 548 trail += DIVISOR; in _yconv() 550 } else if (lead < 0 && trail > 0) { in _yconv() 551 trail -= DIVISOR; in _yconv() 555 if (lead == 0 && trail < 0) in _yconv() 560 pt = _conv(((trail < 0) ? -trail : trail), "%02d", pt, ptlim); in _yconv()
|
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 597 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 D | mkey2.c | 66 outkey(char *ky, int lead, int trail) in outkey() argument 74 if (trail == '.') in outkey()
|
/illumos-gate/usr/src/lib/libpam/ |
H A D | pam_framework.c | 1371 env_list *traverse, *trail; in pam_putenv() local 1401 trail = traverse; in pam_putenv() 1403 trail = traverse; in pam_putenv() 1414 trail->next = traverse->next; in pam_putenv() 1453 if (trail == 0) { in pam_putenv() 1458 trail->next = traverse; in pam_putenv() 1822 fd_list *trail = 0; in open_module() local 1879 trail = traverse; in open_module() 1882 trail->next = module_fds; in open_module()
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 33 print_audit, print_audit_buf - format and print audit trail data
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 23169 trail
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 23170 trail
|