Searched refs:pathname_len (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-irix.c55 int pathname_len; /* length of pathname */ member in struct:lm_info
166 li.pathname_len = 0; /* unknown */
191 li.pathname_len = extract_unsigned_integer (&buf.oi32.oi_pathname_len,
215 li.pathname_len = extract_unsigned_integer (&buf.oi64.oi_pathname_len,
527 name_size = lm.pathname_len;
536 lm.pathname_len, name_size);
/haiku-fatelf/src/bin/findutils/find/
H A Dfind.c1884 register unsigned pathname_len; /* PATHLEN plus trailing '/'. */
1888 pathname_len = pathlen + 1; /* For '\0'; already have '/'. */
1890 pathname_len = pathlen + 2; /* For '/' and '\0'. */
1964 file_len = pathname_len + strlen (namep);
1973 cur_path[pathname_len - 2] = '/';
1975 cur_name = cur_path + pathname_len - 1;
1863 register unsigned pathname_len; /* PATHLEN plus trailing '/'. */ local

Completed in 48 milliseconds