Lines Matching refs:format

145  * name mappings in Samba username map format (smbusers), Netapp
153 * SMBUSERS is the format of Samba username map (smbusers). For full
155 * The format is for example
158 * USERMAP_CFG is the format of Netapp usermap.cfg file. Search
161 * The format is for example
188 format_t format;
328 print_error(cmd_pos_t *pos, const char *format, ...)
334 va_start(ap, format);
349 (void) vfprintf(stderr, format, ap);
449 "idmap export [-f file] format\n"
453 "idmap import [-F] [-f file] format\n"
1122 out->format = f;
1139 switch (pnm->format) {
1199 switch (pnm->format) {
1209 if (pnm->format == MAPPING_ID) {
1302 /* This is a format for namerules */
1331 gettext("Internal error: invalid print format.\n"));
1656 * format, i.e. S(\-\d+)+, return 1. Otherwise print an error
1815 * returns interior of quotation marks in USERMAP_CFG. In this format,
1835 * Grab next token from the line in USERMAP_CFG format. terminators,
1857 * Convert a line in usermap.cfg format to name_mapping.
2042 /* Parse line to name_mapping_t. Basicaly just a format switch. */
2057 gettext("Internal error: invalid line format.\n"));
2118 format_t format;
2129 format = ff2format(argv[0], 1);
2130 if (format == UNDEFINED_FORMAT)
2136 /* We don't flush groups in the usermap.cfg nor smbusers format */
2139 (format == USERMAP_CFG || format == SMBUSERS ||
2164 * In SMBUSERS format there can be more mappings on
2174 rc = line2nm(line2, &pos2, nm, format);
2218 * List name mappings in the format specified. list_users /
2223 list_name_mappings(format_t format, FILE *fi)
2241 ph = print_mapping_init(format, fi);
2285 format_t format;
2288 format = ff2format(argv[0], 1);
2289 if (format == UNDEFINED_FORMAT)
2304 rc = list_name_mappings(format, fi);
3471 idmap_cli_logger(int pri, const char *format, ...)
3478 va_start(args, format);
3480 (void) vfprintf(stderr, format, args);