Searched refs:trail (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | end.c | 43 Elf_Void * trail = 0; in elf_end() local 60 if (trail != 0) in elf_end() 61 free(trail); in elf_end() 62 trail = (Elf_Void *)s; in elf_end() 84 if (trail != 0) { in elf_end() 85 free(trail); in elf_end() 86 trail = 0; in elf_end() 93 for (l = elf->ed_memlist; l; l = (Memlist *)trail) { in elf_end() 94 trail = (Elf_Void *)l->m_next; in elf_end() 126 trail = (Elf_Void *)elf; in elf_end() [all …]
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 519 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()
|
/titanic_50/usr/src/cmd/zdump/ |
H A D | zdump.c | 592 register int trail; local 616 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; 618 trail / DIVISOR; 619 trail %= DIVISOR; 620 if (trail < 0 && lead > 0) { 621 trail += DIVISOR; 623 } else if (lead < 0 && trail > 0) { 624 trail -= DIVISOR; 628 (void) printf("%d", trail); 630 (void) printf("%d%d", lead, ((trail < 0) ? -trail : trail));
|
/titanic_50/usr/src/cmd/refer/ |
H A D | mkey2.c | 68 outkey(char *ky, int lead, int trail) in outkey() argument 76 if (trail == '.') in outkey()
|
/titanic_50/usr/src/lib/libpam/ |
H A D | pam_framework.c | 1368 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()
|
/titanic_50/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 35 print_audit, print_audit_buf - format and print audit trail data
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 842 Irix 6.x array sessions, project id's, and system audit trail id.
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 23172 trail
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 23171 trail
|