Searched defs:nfmt (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 483 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...] |
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | automount.c | 570 char *nfmt; local 575 nfmt = gettext(fmt); 577 for (p1 = nfmt; *p1; p1++) {
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_util.c | 658 acpidev_generate_unitaddr(char *uid, char **fmts, size_t nfmt, argument 693 for (i = 0; i < nfmt && rbuf == NULL; i++) { 711 acpidev_set_unitaddr(acpidev_walk_info_t *infop, char **fmts, size_t nfmt, argument 741 nfmt = sizeof (acpidev_uid_formats) / sizeof (char *); 744 infop->awi_info->UniqueId.String, fmts, nfmt,
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 71 __nis_mapping_format_t **fmt, int *nfmt, int *numItems, 2443 int *nfmt, 2473 if (nfmt) 2474 *nfmt = n + 1; 2440 get_mapping_format( const char *fmt_string, __nis_mapping_format_t **fmt, int *nfmt, int *numItems, bool_t print_mapping) argument
|
Completed in 77 milliseconds