HomeSort by: relevance | last modified time | path
    Searched defs:dotdot_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
openat-proc.c 88 char dotdot_buf[PROC_SELF_FD_DIR_SIZE_BOUND + sizeof "../fd" - 1]; local
89 sprintf (dotdot_buf, PROC_SELF_FD_FORMAT "../fd", proc_self_fd);
90 proc_status = access (dotdot_buf, F_OK) ? -1 : 1;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
openat-proc.c 88 char dotdot_buf[PROC_SELF_FD_DIR_SIZE_BOUND + sizeof "../fd" - 1]; local
89 sprintf (dotdot_buf, PROC_SELF_FD_FORMAT "../fd", proc_self_fd);
90 proc_status = access (dotdot_buf, F_OK) ? -1 : 1;

Completed in 24 milliseconds