Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c872 const char *pfx, *sfx; in sda_slot_vprintf() local
876 sfx = "\n"; in sda_slot_vprintf()
878 pfx = sfx = ""; in sda_slot_vprintf()
887 s->s_slot_num, fmt, sfx); in sda_slot_vprintf()
890 pfx, fmt, sfx); in sda_slot_vprintf()
/titanic_44/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1337 const char *pfx, *sfx; in main() local
1341 sfx = ""; in main()
1345 sfx = ""; in main()
1348 sfx = opt_I ? "_hival" : ""; in main()
1353 g_root ? g_root : "", pfx, sfx); in main()
/titanic_44/usr/src/cmd/ls/
H A Dls.c176 char *sfx; member
2655 sfx_len = strlen(color->sfx); in color_match()
2659 if (strcmp(color->sfx, fname + fname_len - sfx_len) == 0) in color_match()
2795 (void) printf("\tpattern: %s", c->sfx); in dump_color()
2913 if ((lsc_colors[lsc_ncolors].sfx = strdup(p + 1)) == NULL) { in new_color_entry()
2918 lsc_colors[lsc_ncolors].sfx = NULL; in new_color_entry()
2988 return (strcmp(c1->sfx, c2->sfx)); in ls_color_compare()
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c227 gen_dbsuffix(char *db_name, char *sfx) in gen_dbsuffix() argument
231 if (sfx == NULL) in gen_dbsuffix()
234 dbsuffix = malloc(strlen(db_name) + strlen(sfx) + 1); in gen_dbsuffix()
240 (void) strcat(dbsuffix, sfx); in gen_dbsuffix()