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

/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dserver.c226 char fn_buf[PATH_MAX + 1]; local in function:do_privileged_startx
267 strncpy(fn_buf, script_dir, PATH_MAX-1);
268 strcat(fn_buf, "/");
269 s = strrchr(fn_buf, 0);
278 /* Complete the full path filename in fn_buf */
282 error_code = system(fn_buf);
286 fn_buf, error_code);

Completed in 2 milliseconds