Searched defs:floater (Results 1 - 4 of 4) sorted by relevance

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

Completed in 61 milliseconds