Searched refs:nfmt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c483 char *ofmt, *nfmt, *torg; local
514 nfmt = malloc(nsz);
515 if (nfmt == NULL) {
520 nlen = extract_format(new, nfmt, nsz, strict);
524 free(nfmt);
534 free(nfmt);
542 if (strict && memcmp(ofmt, nfmt, nlen * FORMAT_SIZE) == 0) {
544 free(nfmt);
552 for (n = nfmt; n = memchr(n, 'n', nfmt
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c66 __nis_mapping_format_t **fmt, int *nfmt, int *numItems,
2427 int *nfmt,
2457 if (nfmt)
2458 *nfmt = n + 1;
2424 get_mapping_format( const char *fmt_string, __nis_mapping_format_t **fmt, int *nfmt, int *numItems, bool_t print_mapping) argument

Completed in 70 milliseconds