Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtilde.c340 struct passwd *user_entry; in tilde_expand_word() local
386 user_entry = getpwnam (username); in tilde_expand_word()
388 user_entry = 0; in tilde_expand_word()
390 if (user_entry == 0) in tilde_expand_word()
410 dirname = glue_prefix_and_suffix (user_entry->pw_dir, filename, user_len); in tilde_expand_word()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dtilde.c217 struct passwd *user_entry; in tilde_expand_word() local
230 if (!(user_entry = (struct passwd *) getpwnam (username))) in tilde_expand_word()
253 temp_name = xmalloc (1 + strlen (user_entry->pw_dir) in tilde_expand_word()
255 strcpy (temp_name, user_entry->pw_dir); in tilde_expand_word()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c471 struct passwd *user_entry; in full_pathname() local
485 user_entry = getpwnam (username); in full_pathname()
487 if (!user_entry) in full_pathname()
490 result = xmalloc (1 + strlen (user_entry->pw_dir) in full_pathname()
492 strcpy (result, user_entry->pw_dir); in full_pathname()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c2004 Entry user_entry = { 0 }, in backsql_search() local
2291 bsi.bsi_e = &user_entry; in backsql_search()
2299 e = &user_entry; in backsql_search()
2354 rs->sr_matched = user_entry.e_name.bv_val; in backsql_search()
2381 for ( ap = &user_entry.e_attrs; in backsql_search()
2404 ap = &user_entry.e_attrs; in backsql_search()
2418 ap = &user_entry.e_attrs; in backsql_search()
2446 rs->sr_flags = ( e == &user_entry ) ? REP_ENTRY_MODIFIABLE : 0; in backsql_search()
2471 if ( e == &user_entry ) { in backsql_search()
2472 backsql_entry_clean( op, &user_entry ); in backsql_search()
[all …]