Searched refs:postfix (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/bfs_tools/lib/
H A Ddump.h17 const char *postfix = NULL);
H A Ddump.cpp39 dump_block_run(const char *prefix, const block_run &run, const char *postfix) argument
42 run.start, run.length, postfix);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcomplaints.c69 const char *postfix; member in struct:explanation
207 complaints->explanation[series].postfix);
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1282 /* Map a ~username/whatever URL into <user's homedir>/<postfix>. */
1288 static char* postfix = TILDE_MAP_2; local
1311 strlen( pw->pw_dir ) + 1 + strlen( postfix ) );
1313 if ( postfix[0] != '\0' )
1316 (void) strcat( hc->altdir, postfix );

Completed in 105 milliseconds