Home
last modified time | relevance | path

Searched refs:floater (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c858 char **floater; in dump_alg() local
869 floater = alg->a_names; in dump_alg()
870 assert(floater != NULL && *floater != NULL); in dump_alg()
873 (void) printf("%s", *floater); in dump_alg()
874 if (*(++floater) != NULL) in dump_alg()
876 } while (*floater != NULL); in dump_alg()
/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c207 int digitseen = 0, floater = 0, negflg = 0; in number() local
214 floater++; in number()
240 if (floater != 0) { /* Handle floating point with in number()
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dalgs.c99 list_ints(FILE *f, int *floater) in list_ints() argument
103 while (*floater != 0) { in list_ints()
105 if (fprintf(f, "%d", *floater) < 0) in list_ints()
107 if (*(++floater) != 0) in list_ints()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Ddoscan.c606 int digitseen = 0, floater = 0, negflg = 0; in number() local
624 floater = 1; in number()
629 floater = 1; in number()
652 if (floater != 0) { in number()